ARSeasonalFitNLost Property |
The number of values in the initial part of the series lost to
differencing.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NLost { get; }
Public ReadOnly Property NLost As Integer
Get
public:
property int NLost {
int get ();
}
member NLost : int with get
Property Value
Type:
Int32
An
int containing the number of values in the
initial part of the series lost to differencing. These lost values will
be set to missing or dropped in the transformed series, depending upon
the setting for exclude.
Exceptions See Also