ARMAMaxLikelihoodConstant Property |
The constant parameter in the ARMA series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Constant { get; set; }
Public Property Constant As Double
Get
Set
public:
property double Constant {
double get ();
void set (double value);
}
member Constant : float with get, set
Property Value
Type:
Double
A
double scalar containing the constant term in the ARMA model.
Remarks
By default, the constant term is initially estimated using ARMA
method of moments estimation.
See Also