TMtxNonLinReg::Weights Property

__declspec(property(get = GetWeights, put = SetWeights)) TVec*Weights;

Weights.

Read: TVec *GetWeights();
Write: void SetWeights(TVec *Value);
Remarks:

Stores non-linear regression weights.

Note
Weights are used only if TMtxNonLinReg::UseWeights property is set to true.

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