powered by
mle(x,w, type="Weighted", family="Gaussian" )
rc
Normal
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