Click or drag to resize
ARMAConstant Property
The constant parameter estimate.

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

Property Value

Type: Double
A double scalar containing the constant parameter estimate.
Remarks

Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is NaN.

See Also