Header menu logo FSharp.Stats

WilcoxonTest Module

Functions and values

Function or value Description

createWilcoxonTest data1 data2 correction

Full Usage: createWilcoxonTest data1 data2 correction

Parameters:
    data1 : float seq
    data2 : float seq
    correction : bool

Returns: WilcoxonTestStatistics<float>
data1 : float seq
data2 : float seq
correction : bool
Returns: WilcoxonTestStatistics<float>

createWilcoxonTestFromDifferences difference correction

Full Usage: createWilcoxonTestFromDifferences difference correction

Parameters:
    difference : float seq
    correction : bool

Returns: WilcoxonTestStatistics<float>
difference : float seq
correction : bool
Returns: WilcoxonTestStatistics<float>

Type something to start searching.