implicit class TilePercentileExtensions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TilePercentileExtensions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
percentile(pctBreak: Double): Double
Compute percentile at the given break using the same algorithm as numpy
Compute percentile at the given break using the same algorithm as numpy
https://docs.scipy.org/doc/numpy/reference/generated/numpy.percentile.html https://en.wikipedia.org/wiki/Percentile
-
def
percentile(pctBreaks: Array[Double]): Array[Double]
Compute percentile at the given breaks using the same algorithm as numpy
Compute percentile at the given breaks using the same algorithm as numpy
https://docs.scipy.org/doc/numpy/reference/generated/numpy.percentile.html https://en.wikipedia.org/wiki/Percentile