__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.
Declared in Dew::Stats::TMtxLogistReg · Dew.Stats/StatTools.h · Cross-compiler