ARMAEstimateMissingNumberMissing Property |
The number of missing values in the original series
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberMissing { get; }
Public ReadOnly Property NumberMissing As Integer
Get
public:
property int NumberMissing {
int get ();
}
member NumberMissing : int with get
Property Value
Type:
Int32
An
int scalar containing the number of missing values
in the time series.
See Also