MLE of the rate parameter when we assume the sample is i.i.d. and drawn from the weibull distribution.
Source:R/mle_weibull.R
mle_weibull.Rd
MLE of the rate parameter when we assume the sample is i.i.d. and drawn from the weibull distribution.
Usage
mle_weibull(
x,
par0 = c(1, 1),
pgtol = 1e-07,
maxit = 10000L,
keep_obs = FALSE,
...
)