CdfInv | R Documentation |
This function computes the inverse of the cdf of a finite distribution for a vector of probabilities.
CdfInv(u, y, Fn)
u |
Vector of probabilities |
y |
Ordered values |
Fn |
Cdf |
x |
Vector of quantiles |
y=c(0,1,2)
Fn = c(0.5,0.85,1)
out=CdfInv(c(1:9)/10,y,Fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.