IMSL C# Numerical Library

Difference.ObservationsLost 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.

public int ObservationsLost {get;}

Property Value

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

See Also

Difference Class | Imsl.Stat Namespace