Function compute::timeseries::difference[][src]

pub fn difference(v: Vec<f64>) -> Vec<f64>
Expand description

Applies a single differencing operation to a vector. Note that the length of the vector is shortened by one.