Usage
fit.NH(data, case = c("NIG", "HYP"), symmetric = FALSE,
se = FALSE, ...)
fit.mNH(data, symmetric = FALSE, case = c("NIG", "HYP"),
kvalue = NA, nit = 2000, tol = 1e-10, ...)
MCECMupdate(data, mix.pars, mu, Sigma, gamma, optpars, optfunc,
xieval=FALSE, ...)
MCECM.Qfunc(lambda, chi, psi, delta, eta, xi)
EMupdate(data, mix.pars, mu, Sigma, gamma, symmetric,
scaling = TRUE, kvalue = 1)
Arguments
case
character
, whether NIG or HYP shall be used.
chi
numeric
, chi parameter.
delta
numeric
, delta parameter.
eta
numeric
, eta parameter.
kvalue
numeric
, value to which the determinant of the
dispersion matrix is constrained.
lambda
numeric
, lambda parameter.
mix.pars
vector
, values of lambda, chi and psi.
mu
numeric
, value of location parameters.
nit
integer
, maximum number of iterations.
optpars
vector
, parameters to optimize over.
optfunc
function
, the function to be optimized.
psi
numeric
, pi parameter.
scaling
logical
, whether determinant scaling of Sigma
shall be fixed.
se
logical
, whether standard errors should be
calculated.
Sigma
matrix
, value of Sigma.
symmetric
logical
, whether symmetric case should be
fitted.
tol
numeric
, tolerance for convergence.
gamma
numeric
, value of gamma
xieval
logical
, whether log moment xi shall be
evaluated.
...
ellipsis, arguments are passed down to optim()
.