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

Derivatives of simple exponential function.

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

Calculates the derivatives of the simple exponential 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!