Docs.rs
mini-mcmc-0.1.0
mini-mcmc 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MatteoGaetzner
Dependencies
arrow ^54.1
normal
optional
csv ^1.3
normal
optional
indicatif ^0.17
normal
nalgebra ^0.33
normal
num-traits ^0.2
normal
parquet ^54.1
normal
optional
rand ^0.8
normal
rand_distr ^0.4
normal
rayon ^1.5
normal
kolmogorov_smirnov ^1.1.0
dev
plotters ^0.3
dev
tempfile ^3.16
dev
Versions
82.76%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
mini_mcmc/
lib.rs
1
2
3
4
5
pub mod
distributions;
pub mod
io;
pub mod
ks_test;
pub mod
metrohast;
pub mod
stats;