__declspec(property(get = GetYCalc)) TVec*YCalc;
Vector of calculated values.
Read:
TVec *GetYCalc();Remarks:
Returns fitted dependent (YCalc=B*X) values. Use YCalc to calculate the residuals:
Residuals = YCalc - Y.
Declared in Dew::Stats::TMtxMultiNonLinReg · Dew.Stats/StatTools.h · Cross-compiler