Statistic

constructor(values: DoubleArray?)

Creates a Statistic based on the provided array

Parameters

values

an array of values to collect statistics on


constructor(name: String? = "Statistic_", values: DoubleArray? = null)

Parameters

name

an optional String representing the name of the statistic

values

an optional array of values to collect on