fix
This commit is contained in:
parent
1845ad69b1
commit
da03f66ecd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user