![]() |
Prev | Next |
information_rcv = mixed_object.information_mat(
solution, random_opt
)
cppad_mixed
base class.
solution.fixed_opt
field is used.
random_opt = mixed_object.optimize_random(
random_options,
solution.fixed_opt,
random_lower,
random_upper,
random_in
)
random_options
,
random_lower
,
random_upper
, and
random_in
, are the same
as in the call to optimize_fixed
that corresponds to
solution
.
CppAD::mixed::d_sparse_rcv information_rcv
see d_sparse_rcv
.
This is a sparse matrix representation for the
lower triangle of the observed information matrix,
which is symmetric and hence determined by its lower triangle.
Absolute value terms in the
negative log-density vector
for the fix_likelihood
are not include in this Hessian
because they do not have a derivative (let alone Hessian) at zero.