Click or drag to resize
ARMAOutlierIdentification Constructor
Constructor for ARMAOutlierIdentification.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ARMAOutlierIdentification(
	double[] z
)

Parameters

z
Type: SystemDouble
A double array containing the observations.
See Also