Click or drag to resize
ARMAOutlierIdentificationConstant Property
Returns the constant parameter estimate.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Constant { get; }

Return Value

Type: Double
A double scalar containing the constant parameter estimate.
Remarks
The Compute method must be called before using this property. Otherwise, an InvalidOperationException exception is thrown.
See Also