rjqpd {rjqpd} | R Documentation |
Generate random samples from a jqpd distribution object
rjqpd(n = 1, params)
n |
number of observations (default is 1) |
params |
jqpd object created using |
A numeric vector of n random samples from the input distribution
x <- c(0.32, 0.40, 0.60)
params <- jqpd(x, lower = 0, upper = 1, alpha = 0.1)
samples <- rjqpd(n = 1000, params)