Click or drag to resize

NMathFunctionsPercentile Method

Overload List
 NameDescription
Public methodStatic memberPercentile(Double, Double) Calculates the nth percentile of the elements in a data set.
Public methodStatic memberPercentile(DoubleVector, Double) Calculates the nth percentile of the elements in a data set.
Public methodStatic memberPercentile(FloatVector, Single) Calculates the nth percentile of the elements in a data set.
Public methodStatic memberPercentile(IDFColumn, Double) Calculates the nth percentile of the elements in a data set.
Public methodStatic memberPercentile(Int32, Double) Calculates the nth percentile of the elements in a data set.
Public methodStatic memberPercentile(Single, Double) Calculates the nth percentile of the elements in a data set.
Top
See Also