__declspec(property(get = GetMean, put = SetMean)) double Mean;
Defines mean/median value for one-sample test.
Read:
double GetMean();Write:
void SetMean(const double Value);Remarks:
Defines value (mean, median) for one-sample test. If TMtxHypothesisTest::HypothesisMethod is hmTTest1 or hmZTest Mean will be compared with mean value. If HypothesisMethod is hmSignTest or hmWilcoxonSign Mean will be compared with sample, in this case TMtxHypothesisTest::DataVec1 values. median value. Mean will be ignored for hmChiSquaredTest and all two-sample tests.
See Also: TMtxHypothesisTest::Sigma
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler