Click or drag to resize
DifferenceCompute Method
Computes a Difference series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] Compute(
	double[] z,
	int[] periods
)

Parameters

z
Type: SystemDouble
A double array containing the time series.
periods
Type: SystemInt32
A int array containing the periods at which z is to be differenced.

Return Value

Type: Double
A double array containing the differenced series.
See Also