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 |
Full Usage:
Max
Field type: 'T
|
|
Full Usage:
Mean
Field type: 'T
|
|
Full Usage:
Min
Field type: 'T
|
|
Full Usage:
N
Field type: 'T
|
|
Full Usage:
SumSqrdDevations
Field type: 'T
|
FSharp.Stats