Click or drag to resize

TimeSeriesDifference Method

Re-computes the time series as the differences between sequential values of the original series.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Difference()
Remarks

Differencing decreases the number of values in the series by one.

See Also