1pub mod core; 2pub mod distributions; 3pub mod gibbs; 4pub mod io; 5pub mod ks_test; 6pub mod metropolis_hastings; 7pub mod stats;