TMtxNonLinReg::X Property

__declspec(property(get = GetX, put = SetX)) TVec*X;

Vector of independant variables.

Read: TVec *GetX();
Write: void SetX(TVec *Value);
Remarks:

Stores independant variables.

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