Skip to contents

Obtain the Jacobian matrices given the covariance function and variance parameters.

Usage

h_jac_list(covbeta_fun, theta_est)

Arguments

covbeta_fun

(function)
function calculating the covariance matrix of coefficients given variance parameters (theta), see h_covbeta_fun() to obtain this from a mmrm_tmb object.

theta_est

(numeric)
variance parameters point estimate.

Value

List with one element per variance parameter containing a matrix of the same dimensions as the covariance matrix. The values are the derivatives with regards to this variance parameter.