SummaryStatisticsIfc

Properties

Link copied to clipboard
abstract val average: Double

Gets the unweighted average of the observations.

Link copied to clipboard
abstract val count: Double

Gets the count of the number of the observations.

Link copied to clipboard
abstract val max: Double

Gets the maximum of the observations.

Link copied to clipboard
abstract val min: Double

Gets the minimum of the observations.

Link copied to clipboard
abstract val name: String

Gets the name of the Statistic

Link copied to clipboard

Gets the sample standard deviation of the observations. Simply the square root of variance

Link copied to clipboard
abstract val variance: Double

Gets the sample variance of the observations.

Functions

Link copied to clipboard
open override fun estimate(): Double