mle_sann_wei_series_md_c1_c2_c3.RdSimulated annealing MLE solver for the Weibull series model with masked component cause of failure with observation of exact system lifetime and right censoring.
mle_sann_wei_series_md_c1_c2_c3(
df,
theta0,
hessian = TRUE,
...,
control = list()
)data frame, right-censored lifetimes with masked component cause of failure
initial parameter vector
logical, if TRUE, then the Hessian is estimated and returned
additional arguments passed to loglik_wei_series_md_c1_c2_c3.
list of control parameters passed to optim for SANN
list with components:
par final parameter vector
value final log-likelihood
counts number of function evaluations, gradient evaluations, and Hessian
evaluations
convergence convergence code
message convergence message
hessian estimated Hessian