TDeriveProc Typedef

Header: Dew.Stats/Regress.h · Cross-compiler

typedef void (*TDeriveProc)(TRegressFun, const double, const double, TVec *, TVec *);

Defines derivatives of a function.

The type describes the procedure for calculating the derivatives of a regression function TRegressFun with respect to the regression parameters (B array), evaluated at (X,Y).