Computes a Difference series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] Compute(
double[] z,
int[] periods
)
Public Function Compute (
z As Double(),
periods As Integer()
) As Double()
public:
array<double>^ Compute(
array<double>^ z,
array<int>^ periods
)
member Compute :
z : float[] *
periods : int[] -> float[]
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