qstepcdf | R Documentation |
Inverse function of empirical cumulative distribution function (ecdf)
qstepcdf(p, empf, interval, tol = 0.001, maxiter = 100)
p |
probability (between 0 and 1) |
empf |
empirical cdf or any quantile function. |
interval |
find a solution only within this interval. a vector containing two end points of the interval. |
tol |
the desired accuracy (convergence tolerance). |
maxiter |
the maximum number of iterations for |
### This is an internal function used in synthData_from_ecdf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.