Fit GKw family distributions using TMB
.fit_tmb(
data,
family,
start,
fixed,
method,
hessian,
conf.level,
optimizer.control,
silent
)
List containing fit results.
Numeric vector with values in the (0, 1) interval.
Character string specifying the distribution family.
List with initial parameter values.
List of parameters to be held fixed.
Optimization method: "nlminb" or "optim".
Logical; if TRUE, computes standard errors and covariance matrix.
Confidence level for intervals.
List of control parameters for the optimizer.
Logical; if TRUE, suppresses messages.