ARMAOutlierIdentificationConstant Property |
Returns the constant parameter estimate.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Constant { get; }
Public ReadOnly Property Constant As Double
Get
public:
property double Constant {
double get ();
}
member Constant : float with 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