Overload List

  NameDescription
NaNCountIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction)
Calculates how many elements in a vector return true when a logical function is applied to the elements that are not NaN.
NaNCountIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction)
Calculates how many elements in a column return true when a logical function is applied to the elements that are not missing.
NaNCountIf(IDFColumn, StatsFunctions..::.LogicalIntFunction)
Calculates how many elements in a column return true when a logical function is applied to values that are not missing.
NaNCountIf(IDFColumn, StatsFunctions..::.LogicalStringFunction)
Calculates how many elements in a column return true when a logical function is applied to the elements that are not missing.
NaNCountIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Calculates how many elements in an array return true when a logical function is applied to the elements that are not NaN.

See Also