__declspec(property(get = GetAlpha, put = SetAlpha)) double Alpha;
Desired significant value for the statistical tests.
Read:
double GetAlpha();Write:
void SetAlpha(const double Value);Remarks:
Defines the Alpha level for the statistical tests.
See Also: TMtxMulLinReg::RegressStatistics
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler