StatisticsHelper

class StatisticsHelper(val values: List<Double>)

Helper for calculating min / max / average / standard deviation.

Constructors

Link copied to clipboard
constructor(values: List<Double>)

Properties

Link copied to clipboard
val avg: Double
Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun scale(factor: Double? = null): StatisticsHelper