ARMAOutlierIdentification Constructor |
Constructor for ARMAOutlierIdentification.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ARMAOutlierIdentification(
double[] z
)
Public Sub New (
z As Double()
)
public:
ARMAOutlierIdentification(
array<double>^ z
)
new :
z : float[] -> ARMAOutlierIdentification
Parameters
- z
- Type: SystemDouble
A double array containing the observations.
See Also