DifferenceObservationsLost Property |
Returns the number of observations lost because of differencing the time
series. Note that the Compute method must be invoked
first before invoking this method. Otherwise, the return value is
0.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int ObservationsLost { get; }
Public ReadOnly Property ObservationsLost As Integer
Get
public:
property int ObservationsLost {
int get ();
}
member ObservationsLost : int with get
Property Value
Type:
Int32
An
int containing the number of observations lost because of
differencing the time series
z.
See Also