TMtxNonLinReg::Y Property

__declspec(property(get = GetY, put = SetY)) TVec*Y;

Vector of the dependant variable.

Read: TVec *GetY();
Write: void SetY(TVec *Value);
Remarks:

Stores dependant variables.

See Also: TMtxNonLinReg::X
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler