bayes 0.0.1

Composable abstractions to build probabilistic models and inference algorithms
Documentation
1
2
3
4
5
6
7
/// One-dimensional histogram, useful for representing univariate marginal distributions
/// of sampled posteriors non-parametrically. Retrieved by indexing a Sample structure.
pub struct Histogram {

}