TMtxHypothesisTest::DataVec2 Property

__declspec(property(get = GetDataVec2, put = SetDataVec2)) TVec*DataVec2;

Second sample values.

Read: TVec *GetDataVec2();
Write: void SetDataVec2(TVec *Value);
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
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler