sam::WilcoxonTest¶
Module: Test Strategies
Inherits from sam::TestStrategy
Public Classes¶
Name | |
---|---|
struct | Parameters |
struct | ResultType |
Public Functions¶
Name | |
---|---|
WilcoxonTest(const Parameters & p) | |
virtual void | run(Experiment * experiment) override |
virtual void | run(DependentVariable & group_1, DependentVariable & group_2) override |
ResultType | wilcoxon_test(const arma::Row< float > & x, const arma::Row< float > & y, float alpha, float use_continuity, const TestStrategy::TestAlternative alternative) |
Public Attributes¶
Name | |
---|---|
Parameters | params |
Additional inherited members¶
Public Types inherited from sam::TestStrategy
Name | |
---|---|
enum | TestMethod |
enum | TestAlternative |
Public Functions inherited from sam::TestStrategy
Name | |
---|---|
virtual | ~TestStrategy() =0 |
virtual float | alpha() |
std::unique_ptr< TestStrategy > | build(json & test_strategy_config) |
Public Attributes inherited from sam::TestStrategy
Name | |
---|---|
float | alpha_ |
Public Functions Documentation¶
function WilcoxonTest¶
inline WilcoxonTest(
const Parameters & p
)
function run¶
virtual void run(
Experiment * experiment
) override
Reimplements: sam::TestStrategy::run
function run¶
inline virtual void run(
DependentVariable & group_1,
DependentVariable & group_2
) override
Reimplements: sam::TestStrategy::run
function wilcoxon_test¶
static ResultType wilcoxon_test(
const arma::Row< float > & x,
const arma::Row< float > & y,
float alpha,
float use_continuity,
const TestStrategy::TestAlternative alternative
)
Public Attributes Documentation¶
variable params¶
Parameters params;
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18