TVec DataVec1 { get; set; }
First sample values.
Result: stored in self (calling object), returns self for chaining
Remarks:
Stores first sample values. If Dew.Stats.TMtxHypothesisTest.HypothesisMethod property is hmTTest1, hmZTest then DataVec1 mean is compared with Dew.Stats.TMtxHypothesisTest.Mean (+ Dew.Stats.TMtxHypothesisTest.Sigma for Z-Test). If HypothesisMethod property is hmSignTest or hmWilcoxonTest then DataVec1 median is compared with Dew.Stats.TMtxHypothesisTest.Mean. If HypothesisMethod is hmChiSquared then DataVec1 Standard Deviation is compated with Dew.Stats.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