Overload List

  NameDescription
NaNSumIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in a vector that are not NaN that return true when a given logical function is applied.
NaNSumIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in a column that are not missing that return true when a given logical function is applied.
NaNSumIf(IDFColumn, StatsFunctions..::.LogicalIntFunction)
Calculates the sum of the elements in a column that return true when a given logical function is applied to values that are not missing.
NaNSumIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in an array that are not NaN that return true when a given logical function is applied.
NaNSumIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction, DoubleVector)
Calculates the sum of elements in one vector based on evaluating a logical function on corresponding elements in another vector that are not NaN.
NaNSumIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction, IDFColumn)
Calculates the sum of elements in one column that are not missing based on evaluating a logical function on corresponding elements in another column.
NaNSumIf(IDFColumn, StatsFunctions..::.LogicalIntFunction, IDFColumn)
Calculates the sum of elements in one column that are not missing based on evaluating a logical function on corresponding elements in another column.
NaNSumIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction, array<Double>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another array that are not NaN.

See Also