TMtxHypothesisTest::HypothesisType Property

__declspec(property(get = GetHypothesisType, put = SetHypothesisType)) THypothesisType HypothesisType;

Defines hypothesis type (left, right and two-tailed).

Read: THypothesisType GetHypothesisType();
Write: void SetHypothesisType(const THypothesisType Value);
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler