Function compute::timeseries::acovf[][src]

pub fn acovf(ts: &[f64], k: i32) -> f64
Expand description

Calculates the autocovariance of lag (-)k of a vector of time series data, assuming that the points are equally spaced in time.