Percentile

Indicates the value below which a given percentage (or rank) of the entire distribution are.

class Object
trait Matchable
class Any

Value members

Abstract methods

def countAtRank: Long

Expresses how many values are at or under this percentile's rank. E.g. a percentile with value of 742ms and count at rank of 500 expresses that there are 500 values at or under 742ms on a distribution.

Expresses how many values are at or under this percentile's rank. E.g. a percentile with value of 742ms and count at rank of 500 expresses that there are 500 values at or under 742ms on a distribution.

def rank: Double

Percentile rank for a given percentile. E.g. a rank of 99.05 expresses that 99.95% of all values on a distribution are at or below the value of this percentile.

Percentile rank for a given percentile. E.g. a rank of 99.05 expresses that 99.95% of all values on a distribution are at or below the value of this percentile.

def value: Long

The cutoff value for this percentile in a distribution. E.g. a value of 742ms with a rank of 95.0 express that 95% of all values on a distribution are a 742ms or smaller.

The cutoff value for this percentile in a distribution. E.g. a value of 742ms with a rank of 95.0 express that 95% of all values on a distribution are a 742ms or smaller.