sam::YuenTest::Parameters¶
Public Functions¶
Name | |
---|---|
NLOHMANN_DEFINE_TYPE_INTRUSIVE(YuenTest::Parameters , name , alternative , alpha , trim , paired ) |
Public Attributes¶
Name | |
---|---|
TestMethod | name |
TestAlternative | alternative |
float | alpha |
float | trim |
bool | paired |
Public Functions Documentation¶
function NLOHMANN_DEFINE_TYPE_INTRUSIVE¶
NLOHMANN_DEFINE_TYPE_INTRUSIVE(
YuenTest::Parameters ,
name ,
alternative ,
alpha ,
trim ,
paired
)
Public Attributes Documentation¶
variable name¶
TestMethod name = [TestMethod::YuenTest](/doxygen/Classes/classsam_1_1_test_strategy/#enumvalue-yuentest);
variable alternative¶
TestAlternative alternative = TestAlternative::TwoSided;
variable alpha¶
float alpha {0.05};
variable trim¶
float trim {0.20};
variable paired¶
bool paired {false};
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18