__declspec(property(get = GetDataVec1, put = SetDataVec1)) TVec*DataVec1;
First sample values.
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