Last chance! 50% off unlimited learning
Sale ends in
mle(x,w, type="Weighted", family="Gaussian" )
rc
= random right-censored,
regular data if option missing.Normal
or
Gaussian
, Weibull
.x <- rweibull(1000,1,7)
w <- rep(1,1000)
mle(x,w, type='rc', family='weibull')
Run the code above in your browser using DataLab