This commit is contained in:
Andrea Cavalli 2019-12-02 13:02:32 +01:00
parent 1845ad69b1
commit da03f66ecd
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,3 @@
use crate::matrix_variance_mean::Mean;
use average::Estimate;
use average::Merge;
const ddof: f64 = 0.;
/// Estimate the arithmetic mean and the variance of a sequence of numbers

View File

@ -1,7 +1,3 @@
use crate::matrix_variance_mean::Mean;
use average::Estimate;
use average::Merge;
const ddof: f64 = 1.;
/// Estimate the arithmetic mean and the variance of a sequence of numbers