Skip to content

sam::RankCorrelation::Parameters

Module: Parameters of Meta Anlaysis Methods

Parameters of RankCorrelation. #include <MetaAnalysis.h>

Public Functions

Name
NLOHMANN_DEFINE_TYPE_INTRUSIVE(RankCorrelation::Parameters , name , alternative , alpha )

Public Attributes

Name
std::string name
TestStrategy::TestAlternative alternative
float alpha
The ɑ of the test.

Public Functions Documentation

function NLOHMANN_DEFINE_TYPE_INTRUSIVE

NLOHMANN_DEFINE_TYPE_INTRUSIVE(
    RankCorrelation::Parameters ,
    name ,
    alternative ,
    alpha 
)

Public Attributes Documentation

variable name

std::string name {"RankCorrelation"};

variable alternative

TestStrategy::TestAlternative alternative = TestStrategy::TestAlternative::TwoSided;

variable alpha

float alpha {0.10};

The ɑ of the test.


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


Last update: 2021-09-18