Gets the number of valid observations in the variable.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override int CountValid { get; }
Public Overrides ReadOnly Property CountValid As Integer
Get
public:
virtual property int CountValid {
int get () override;
}
abstract CountValid : int with get
override CountValid : int with get
Property Value
Type:
Int32
An observation is valid if its value is different from the MissingValue.
Numerical Libraries
Supported in: 5.x, 4.x
Reference