TMtxHypothesisTest::Significance Property

__declspec(property(get = GetSignificance)) double Significance;

Returns calculated significance level.

Read: double GetSignificance();
Remarks:

Returns calculated significance level. If this value is bellow the desired significance (TMtxHypothesisTest::Alpha), the null hypothesis is rejected.

See Also: TMtxHypothesisTest::Alpha
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler