Range

@JsonClass(generateAdapter = true)
@Serializable
class Range(@Json(name = "25th") val percentile25: Float, @Json(name = "75th") val percentile75: Float)

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

Constructors

Link copied to clipboard
constructor(@Json(name = "25th") percentile25: Float, @Json(name = "75th") percentile75: Float)

Properties

Link copied to clipboard
Link copied to clipboard