# NOT RUN {
# With scale parameter
Etronq_weibull(d = 2, shape = 2, scale = 5)
# With rate parameter
Etronq_weibull(d = 2, shape = 2, rate = 0.2)
# Mean of values greater than d
Etronq_weibull(d = 2, shape = 2, rate = 0.2, less.than.d = FALSE)
# }
Run the code above in your browser using DataLab