# NOT RUN {
# With scale parameter
V_llogis(shape = 3, scale = 5)
# With rate parameter
V_llogis(shape = 3, rate = 0.2)
# Equivalently :
kthmoment_llogis(k = 2, shape = 3, rate = 0.2) - kthmoment_llogis(k = 1, shape = 3, rate = 0.2)^2
# }
Run the code above in your browser using DataLab