TMtxHypothesisTest::Sigma Property

__declspec(property(get = GetSigma, put = SetSigma)) double Sigma;

Defines standard deviation value for single test.

Read: double GetSigma();
Write: void SetSigma(const double Value);
Remarks:

Defines standard deviation for one-sample test.

Note
Sigma will be used only if TMtxHypothesisTest::HypothesisMethod is hmZTest, hmChiSquaredTest. Sigma will be ignored for all other tests.

See Also: TMtxHypothesisTest::Mean
Declared in Dew::Stats::TMtxHypothesisTest · Dew.Stats/StatTools.h · Cross-compiler