Range

class Range(val low: Float, val high: Float)

For each subpopulation we provide a low and a high value for a range of a metric. Where high is the 75% percentile while low is the 25% percentile.

Constructors

Link copied to clipboard
constructor(low: Float, high: Float)

Properties

Link copied to clipboard
val high: Float
Link copied to clipboard
val low: Float