emcee
Package — BayesianPython 3.7+Expert
Affine-invariant MCMC ensemble sampler for Bayesian analysis
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy
- Install
pip install emcee
Learn by Difficulty
Quick Example
python
# Install: pip install emcee import emcee # Basic emcee usage print(f"Using emcee") # See documentation for detailed examples
emcee is a third-party package. Affine-invariant MCMC ensemble sampler for Bayesian analysis. Install with: pip install emcee
Try in PlaygroundTags
packagebayesianstatisticsprobabilisticmodeling