Header menu logo FSharp.Stats

SummaryStats<'T> Type

Represents summary statistics for a collection of numeric values, including the count, mean, M2 (sum of squared deviations), minimum, and maximum.

Record fields

Record Field Description

Max

Full Usage: Max

Field type: 'T

The maximum observed value.

Field type: 'T

Mean

Full Usage: Mean

Field type: 'T

The mean (average) of all observed data points.

Field type: 'T

Min

Full Usage: Min

Field type: 'T

The minimum observed value.

Field type: 'T

N

Full Usage: N

Field type: 'T

The number of data points observed.

Field type: 'T

SumSqrdDevations

Full Usage: SumSqrdDevations

Field type: 'T

The sum of squared deviations fom the mean

Field type: 'T

Type something to start searching.