| MLE_LambertW | R Documentation |
\times F distributionsMaximum Likelihood Estimation (MLE) for Lambert W \times F
distributions computes \widehat{\theta}_{MLE}.
For type = "s", the skewness parameter \gamma is estimated and
\delta = 0 is held fixed; for type = "h" the one-dimensional
\delta is estimated and \gamma = 0 is held fixed; and for
type = "hh" the 2-dimensional \delta is estimated and
\gamma = 0 is held fixed.
By default \alpha = 1 is fixed for any type. If you want to
also estimate \alpha (for type = "h" or "hh")
set theta.fixed = list().
MLE_LambertW(
y,
distname,
type = c("h", "s", "hh"),
theta.fixed = list(alpha = 1),
use.mean.variance = TRUE,
theta.init = get_initial_theta(y, distname = distname, type = type, theta.fixed =
theta.fixed, use.mean.variance = use.mean.variance, method = "IGMM"),
hessian = TRUE,
return.estimate.only = FALSE,
optim.fct = c("optim", "nlm", "solnp"),
not.negative = FALSE
)
y |
a numeric vector of real values. |
distname |
character; name of input distribution; see
|
type |
type of Lambert W |
theta.fixed |
a list of fixed parameters in the optimization; default
only |
use.mean.variance |
logical; if |
theta.init |
a list containing the starting values of |
hessian |
indicator for returning the (numerically obtained) Hessian at
the optimum; default: |
return.estimate.only |
logical; if |
optim.fct |
character; which R optimization function should be
used. Either |
not.negative |
logical; if |
A list of class LambertW_fit:
data |
data |
loglik |
scalar; log-likelihood evaluated at the optimum
|
theta.init |
list; starting values for numerical optimization, |
beta |
estimated |
theta |
list; MLE for |
type |
see Arguments, |
hessian |
Hessian matrix; used to calculate standard errors (only if |
call |
function call, |
distname |
see Arguments, |
message |
message from the optimization method. What kind of convergence?, |
method |
estimation method; here |
# See ?LambertW-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.