Clarify type of kurtosis
This commit is contained in:
parent
df099b61da
commit
0d6cf939d1
@ -102,7 +102,7 @@ impl Moments {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn sample_kurtosis(&self) -> f64 {
|
||||
pub fn sample_excess_kurtosis(&self) -> f64 {
|
||||
if self.n < 4 {
|
||||
return 0.;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user