Click or drag to resize

StatSumOfSquaredDeviations Method

Overload List
  NameDescription
Public methodStatic memberCode exampleSumOfSquaredDeviations(DoubleMatrix)
Returns the sum of squared deviations of the specified data.
Public methodStatic memberCode exampleSumOfSquaredDeviations(ReadOnlyDoubleMatrix)
Returns the sum of squared deviations of the specified data.
Public methodStatic memberCode exampleSumOfSquaredDeviations(DoubleMatrix, DataOperation)
Returns the sum of squared deviations of each row or column in the specified data.
Public methodStatic memberCode exampleSumOfSquaredDeviations(ReadOnlyDoubleMatrix, DataOperation)
Returns the sum of squared deviations of each row or column in the specified data.
Top
See Also