pub trait ChunkVar<T> { fn var(&self) -> Option<T> { ... } fn std(&self) -> Option<T> { ... } }
Variance and standard deviation aggregation.
Compute the variance of this ChunkedArray/Series.
Compute the standard deviation of this ChunkedArray/Series.