
pPPS
returns the probability distribution function values for the PPS distribution.pPPS(x, lam, sc, v)
dPPS
for the density function, qPPS
for the quantile 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