Click or drag to resize
ARMAMaxLikelihoodBackwardOrigin Property
The maximum backward origin.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int BackwardOrigin { get; set; }

Property Value

Type: Int32
An int scalar containing the maximum backward origin used in forecasting. BackwardOrigin must be greater than or equal to 0 and less than or equal to z.Length - Math.Max(p, q).
Remarks
By default, BackwardOrigin = 0.
See Also