powered by
"quantile"(x, probs = seq(0, 1, 0.25), names = TRUE, ..., type=1)
"ewcdf"
ewcdf
TRUE
probs
quantile.default
quantile
The quantile for a probability p is computed as the right-continuous inverse of the cumulative distribution function (assuming type=1, the default).
p
type=1
z <- rnorm(50) w <- runif(50) Fun <- ewcdf(z, w) quantile(Fun, c(0.95,0.99))
Run the code above in your browser using DataLab