fullErnmLikelihood {ernm} | R Documentation |
likelihood for a fully observed ernm
Description
likelihood for a fully observed ernm
Usage
fullErnmLikelihood(
theta,
sample,
theta0,
stats,
minEss = 5,
damping = 0.05,
method = c("cumulant", "sample"),
order = 3
)
Arguments
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 |
Value
a list with value, gradient, and hessian
[Package ernm version 1.0.1 Index]