@(@\newcommand{\R}[1]{ {\rm #1} }
\newcommand{\B}[1]{ {\bf #1} }
\newcommand{\W}[1]{ \; #1 \; }@)@This is cppad_mixed--20220519 documentation: Here is a link to its
current documentation
.
Compute the Hessian of The Random Effects Objective
mixed_object
We use mixed_object
to denote an object of a class that is
derived from the cppad_mixed base class.
fixed_vec
is the vector of fixed effects @(@
\theta
@)@ at which
the Hessian is evaluated.
random_vec
is the vector of random effects @(@
u
@)@ at which
the Hessian is evaluated.
hes_random_obj_rcv
The return value is a
d_sparse_rcv
representation
of the lower triangle of the Hessian.
(The Hessian is symmetric and hence determined by its lower triangle.)
Example
The file hes_random_obj.cpp
contains an example and
test of this routine. It returns true for success and false for failure.
Input File: src/eigen/hes_random_obj.cpp