TMtxHypothesisTest.DataVec2 Property

TVec DataVec2 { get; set; }

Second sample values.

Result: stored in self (calling object), returns self for chaining

Remarks:

Stores second sample values. DataVec2 is used only if Dew.Stats.TMtxHypothesisTest.HypothesisMethod is hmSignTestPaired, hmWilcoxonSignPaired, hmTTest2Pooled, hmTTest2Paired or hmFTest (all two-sample tests). If HypothesisMethod is something else then DataVec2 is ignored.

See Also: TMtxHypothesisTest.DataVec1