Click or drag to resize

StatQuantile Method

Overload List
  NameDescription
Public methodStatic memberCode exampleQuantile(DoubleMatrix, DoubleMatrix)
Returns the quantiles of the given data for the specified probabilities.
Public methodStatic memberCode exampleQuantile(ReadOnlyDoubleMatrix, DoubleMatrix)
Returns the quantiles of the given data for the specified probabilities.
Public methodStatic memberCode exampleQuantile(DoubleMatrix, DoubleMatrix, DataOperation)
Returns the quantiles of rows or columns in the given data corresponding to the specified probabilities.
Public methodStatic memberCode exampleQuantile(ReadOnlyDoubleMatrix, DoubleMatrix, DataOperation)
Returns the quantiles of rows or columns in the given data corresponding to the specified probabilities.
Top
See Also