The model parameters are denoted as y and the unconstrained variables as y*, which are related by the vector function y* = f(y), and its inverse y = f-1(y*). The i,j element of the Jacobian is the rate of change of the ith element of y* with respect to the j th element of y, which is a (matrix) function of y, i.e. J(y). The inverse Jacobian is the rate of change of y with respect to y*, i.e. J-1(y*). These four functions must be provided by implementations of this interface.
|
|