Click or drag to resize
ARMAMaxLikelihoodConstant Property
The constant parameter in the ARMA series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Constant { 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