![]() |
Prev | Next |
vec = mixed_object.fix_likelihood(fixed_vec)
cppad_mixed
base class.
virtual CppAD::vector<a1_double> fix_likelihood(
const CppAD::vector<a1_double>& fixed_vec
)
const CppAD::vector<a1_double>& fixed_vec
It contains a value for the
fixed effects
vector.
CppAD::vector<a1_double> vec
It is a
negative log-density vector
corresponding to the fixed likelihood
g(theta)
where
@[@
g( \theta ) = - \log [ \B{p} ( z | \theta ) \B{p} ( \theta ) ]
@]@
vec[0]
,
that does not depend on the fixed effects @(@
\theta
@)@,
does not affect the optimal estimates for the fixed or random effects.
fix_likelihood
returns an empty vector;
i.e.,
vec.size() == 0
.
This corresponds to the case where: