property DataVec1: TVec;
First sample values.
Result: stored in self (calling object), returns self for chaining
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