gfm.math.statistics

Range-based statistic computations.

If you need real statistics, consider using the Dstats library.

Members

Functions

average
double average(R r)

Arithmetic mean.

maxElement
double maxElement(R r)

Maximum of a range.

minElement
double minElement(R r)

Minimum of a range.

standardDeviation
double standardDeviation(R r)

Standard deviation of a range.

variance
double variance(R r)

Variance of a range.

Meta