TTestStatistics<'T> Type
Represents the result of a T-Test with statistic, degrees of freedom, and one-/two-tailed p-values.
Record fields
| Record Field | Description |
Full Usage:
DegreesOfFreedom
Field type: ^T
|
|
Full Usage:
PValue
Field type: ^T
|
|
Full Usage:
PValueLeft
Field type: ^T
|
|
Full Usage:
PValueRight
Field type: ^T
|
|
Full Usage:
Statistic
Field type: ^T
|
FSharp.Stats