AutoARIMAConstant Property |
The constant parameter estimate for the optimum model.
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
Property Value
Type:
Double
A
double scalar containing the constant parameter
estimate for the optimum model.
Remarks
Note that one of the Compute methods must be invoked
first before using this property.
Otherwise, the method throws an InvalidOperationException
exception.
See Also