fullErnmLikelihood | R Documentation |
likelihood for a fully observed ernm
fullErnmLikelihood(
theta,
sample,
theta0,
stats,
minEss = 5,
damping = 0.05,
method = c("cumulant", "sample"),
order = 3
)
theta |
parameters |
sample |
mcmc sample |
theta0 |
parameter values which generated sample |
stats |
observed statistics |
minEss |
minimum effective sample size |
damping |
a damping parameter |
method |
cumulant generating function approximation |
order |
the ordering |
a list with value, gradient, and hessian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.