Skip to content

sam::FTest

Module: Test Strategies

Inherits from sam::TestStrategy

Public Classes

Name
struct Parameters
struct ResultType

Public Functions

Name
FTest(const Parameters & p)
virtual void run(Experiment * experiment) override
virtual void run(DependentVariable & group_1, DependentVariable & group_2) override
ResultType f_test(float Sd1, unsigned Sn1, float Sd2, unsigned Sn2, float alpha)

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 FTest

inline FTest(
    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 f_test

static ResultType f_test(
    float Sd1,
    unsigned Sn1,
    float Sd2,
    unsigned Sn2,
    float alpha
)

Public Attributes Documentation

variable params

Parameters params;

Updated on 29 June 2021 at 16:13:48 CEST


Last update: 2021-09-18