Jacobian of the exponential parameter transformation
transform1jacobian.RdComputes the Jacobian matrix of transform1. Note that lower limits do not need to be specified as the Jacobian is independent of those
Usage
transform1.jacobian(params, index.t=1:length(params), ... )Examples
params <- c(.1, .5, 1)
transform1.jacobian(params)
#> [,1] [,2] [,3]
#> [1,] 1.105171 0.000000 0.000000
#> [2,] 0.000000 1.648721 0.000000
#> [3,] 0.000000 0.000000 2.718282