The maximum backward origin.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public int BackwardOrigin { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BackwardOrigin As Integer |
Visual C++ |
---|
public: property int BackwardOrigin { int get (); void set (int value); } |
Field Value
An int specifying the maximum backward origin.
Remarks
BackwardOrigin must be greater than or equal to 0 and less than or equal to z.Length - max(maxar, maxma), where maxar = max(ARLags[i]), maxma = max(MALags[j]), and forecasts at origins z.Length - BackwardOrigin through z.Length are generated. By default, BackwardOrigin = 0.