__declspec(property(get = GetAlpha, put = SetAlpha)) double Alpha;
Desired significance level.
Read:
double GetAlpha();Write:
void SetAlpha(const double Value);Remarks:
Desired significance level. If the TMtxHypothesisTest::Significance probability is bellow the desired significance (TMtxHypothesisTest::Alpha), the null hypothesis is rejected.
See Also: TMtxHypothesisTest::Significance
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler