View source: R/fonctions_utiles.R
icdf | R Documentation |
Generalized inverse of the empirical cumulative function.
icdf(u, x, n)
u |
a numeric vector of quantiles to be transformed. |
x |
a numeric vector of data values. |
n |
a positive integer specifying the length of the output vector. |
Computes the generalized inverse of the empirical cumulative function,
which transforms quantiles u
to the corresponding values of x
based on
the frequency distribution of x
.
a numeric vector of transformed quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.