calculate autocorrelation stats_ineff and tau

This commit is contained in:
Daniel Bauer
2020-10-25 18:38:25 +01:00
parent 38c30baa5b
commit 3d93693eac
3 changed files with 82 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ extern crate assert_approx_eq;
pub mod io;
pub mod histogram;
pub mod error_analysis;
pub mod correlation_analysis;
use histogram::Dataset;
use std::f64;