Constructor for ARMAOutlierIdentification.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ARMAOutlierIdentification(
	double[] z
)
Visual Basic (Declaration)
Public Sub New ( _
	z As Double() _
)
Visual C++
public:
ARMAOutlierIdentification(
	array<double>^ z
)

Parameters

z
Type: array< System..::.Double >[]()[]
A double array containing the observations.

See Also