TMtxHypothesisTest.DataVec2 Property

property DataVec2: TVec;

Second sample values.

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

Remarks:

Stores second sample values. DataVec2 is used only if 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