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.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int ObservationsLost { get; }
Visual Basic (Declaration)
Public ReadOnly Property ObservationsLost As Integer
Visual C++
public:
property int ObservationsLost {
	int get ();
}

Field Value

An int containing the number of observations lost because of differencing the time series z.

See Also