emcee 0.1.0

Implementation of Python's emcee affine-invariant mcmc ensemble sampler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# emcee

A re-implementation of [emcee][1] in Rust.

See the [hosted documentation here][2]

The [basic example][3] is a re-creation of the ["fitting a model to
data"][4] example from the `emcee` documentation.

[1]: http://dan.iel.fm/emcee/current/
[2]: https://docs.rs/emcee
[3]: https://github.com/mindriot101/rust-emcee/blob/master/examples/basic.rs
[4]: http://dan.iel.fm/emcee/current/user/line/