![]() |
Prev | Next | wish_list |
fix_likelihood
and ran_likelihood
so that every data value is a separate element of the return vector.
This would require a separate argument to the cppad_mixed constructor
that tells which elements of fix_likelihood
are absolute value terms.
It would also enable asymptotic statistics using Jacobians of the likelihood
vector, instead of Hessians of the total likelihood.
fix_like_hes_
to a separate routine so it does not get calculated when
quasi_fixed
is true.
If
quasi_fixed
is true, fix_like_hes_
would need to be initialized the first time
information_mat
is called.
virtual
function definitions
to override
definitions.
In addition, change template functions to regular functions
when only one type is used as the template argument.
CppAD::d_sparse_rcv
instead of
Use sparse_mat_info
and
row
,
col
,
val
triples.
nan
.
cppad_mixed
.