Header menu logo FSharp.Stats

TestStatistics Module

Types

Type Description

ChiSquareStatistics<'T>

Computes the Chi-Square test statistics for a given statistic with given degrees of freedom.

FTestStatistics<'T>

Creates a new F-Test for a given statistic with given degrees of freedom.

TTestStatistics<'T>

Represents the result of a T-Test with statistic, degrees of freedom, and one-/two-tailed p-values.

WilcoxonTestStatistics<'T>

Computes the Wilcoxon test statistics for a given statistic.

Functions and values

Function or value Description

createChiSquare statistic dof

Full Usage: createChiSquare statistic dof

Parameters:
    statistic : ^T
    dof : ^T

Returns: ChiSquareStatistics<^T>
Modifiers: inline
Type parameters: ^T
statistic : ^T
dof : ^T
Returns: ChiSquareStatistics<^T>

createFTest statistic dof1 dof2

Full Usage: createFTest statistic dof1 dof2

Parameters:
    statistic : ^T
    dof1 : ^T
    dof2 : ^T

Returns: FTestStatistics<^T>
Modifiers: inline
Type parameters: ^T
statistic : ^T
dof1 : ^T
dof2 : ^T
Returns: FTestStatistics<^T>

createTTest statistic dof

Full Usage: createTTest statistic dof

Parameters:
    statistic : ^T
    dof : ^T

Returns: TTestStatistics<^T>
Modifiers: inline
Type parameters: ^T
statistic : ^T
dof : ^T
Returns: TTestStatistics<^T>

createWilcoxon statistic

Full Usage: createWilcoxon statistic

Parameters:
    statistic : ^T

Returns: WilcoxonTestStatistics<^T>
Modifiers: inline
Type parameters: ^T
statistic : ^T
Returns: WilcoxonTestStatistics<^T>

Type something to start searching.