Overload List
| Name | Description | |
|---|---|---|
| NaNSumOfSquares(DoubleMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix that are not NaN.
| |
| NaNSumOfSquares(DoubleVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector that are not NaN.
| |
| NaNSumOfSquares(FloatMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix that are not NaN.
| |
| NaNSumOfSquares(FloatVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector that are not NaN.
|