You are here: Symbol Reference > RegModels Namespace > Functions > RegModels.PowerDeriv Function
Stats Master VCL
ContentsIndex
PreviousUpNext
RegModels.PowerDeriv Function

Derivatives of power function.

Pascal
procedure PowerDeriv(RegressFun: TRegressFun; X: double; Y: double; Const Pars: Array of double; const Grad: TVec);

Calculates the derivatives of the power function at point (X,Y) with respect to the regression parameters Pars. The results are returned in Grad vector. Grad.Values[I] contains the derivative with respect to the I-th parameter. The Length and Complex properties of the Grad vector are adjusted automatically.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!