TMtxHypothesisTest::DataVec1 Property

__declspec(property(get = GetDataVec1, put = SetDataVec1)) TVec*DataVec1;

First sample values.

Read: TVec *GetDataVec1();
Write: void SetDataVec1(TVec *Value);
Remarks:

Stores first sample values. If TMtxHypothesisTest::HypothesisMethod property is hmTTest1, hmZTest then DataVec1 mean is compared with TMtxHypothesisTest::Mean (+ TMtxHypothesisTest::Sigma for Z-Test). If HypothesisMethod property is hmSignTest or hmWilcoxonTest then DataVec1 median is compared with TMtxHypothesisTest::Mean. If HypothesisMethod is hmChiSquared then DataVec1 Standard Deviation is compated with TMtxHypothesisTest::Sigma. When HypothesisMethod is something else then DataVec1 mean, median or standard deviation is compared with DataVec2 mean, median or standard deviation.

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