qPPS
returns the quantile function values for PPS distribution.qPPS(p, lam, sc, v)
dPPS
for the density function, pPPS
for the cumulative distribution function, hPPS
for the hazard function, and rPPS
for the random generation of data.print(x <- sort(rPPS(10, 1.2, 100, 2.3)))
dPPS(x, 1.2, 100, 2.3)
pPPS(x, 1.2, 100, 2.3)
qPPS(pPPS(x, 1.2, 100, 2.3), 1.2, 100, 2.3)
hPPS(x, 1.2, 100, 2.3)
Run the code above in your browser using DataLab