# NOT RUN {
x <- seq(0, 1, length.out = 21)
pollg(x)
pollg(x, alpha = 2, G = pbeta, shape1 = 1, shape2 = 2)
dollg(x, alpha = 2, G = pbeta, shape1 = 1, shape2 = 2)
curve(dollg, -3, 3)
qollg(x, alpha = 2, G = pbeta, shape1 = 1, shape2 = 2)
n <- 10
rollg(n, alpha = 2, G = pbeta, shape1 = 1, shape2 = 2)
hollg(x, alpha = 2, G = pbeta, shape1 = 1, shape2 = 2)
curve(hollg, -3, 3)
# }
Run the code above in your browser using DataLab