[][src]Function rstats::awmeanstd

pub fn awmeanstd(dvec: &[i64]) -> Result<MStats>

Liearly weighted arithmetic mean and standard deviation of an i64 slice.
Linearly descending weights from n down to one.
Time dependent data should be in the stack order - the last being the oldest.