Header menu logo FSharp.Stats

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

DegreesOfFreedom

Full Usage: DegreesOfFreedom

Field type: ^T

The degrees of freedom for the numerator.

Field type: ^T

PValue

Full Usage: PValue

Field type: ^T

Two Tailed/Sided PValue.

Field type: ^T

PValueLeft

Full Usage: PValueLeft

Field type: ^T

One Tailed/Sided PValue.

Field type: ^T

PValueRight

Full Usage: PValueRight

Field type: ^T

One Tailed/Sided PValue.

Field type: ^T

Statistic

Full Usage: Statistic

Field type: ^T

The test statistic.

Field type: ^T

Type something to start searching.