mle_grad_wei_series_md_c1_c2_c3.Rd
Gradient ascent MLE solver for Weibull series model with masked component cause of failure with observation of exact system lifetime and right censoring.
mle_grad_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
and
score_wei_series_md_c1_c2_c3
.
list of control parameters to control the gradient ascent solver.
list with components:
par
final parameter vector
value
final log-likelihood
iter
number of iterations
convergence
convergence code
hessian
estimated Hessian