Overload List
| Name | Description | |
|---|---|---|
| NaNIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction) |
Creates an array of boolean values determined by applying a logical function
to the elements of a vector that are not NaN.
| |
| NaNIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction) |
Creates an array of boolean values determined by applying a logical function
to the elements of a column that are not missing.
| |
| NaNIf(IDFColumn, StatsFunctions..::.LogicalIntFunction) |
Creates an array of boolean values determined by applying a logical function
to the elements of a column that are not missing.
| |
| NaNIf(IDFColumn, StatsFunctions..::.LogicalStringFunction) |
Creates an array of boolean values determined by applying a logical function
to the elements of a column that are not missing.
| |
| NaNIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction) |
Creates an array of boolean values determined by applying a logical function
to the elements of an array that are not NaN.
|