powered by
## S3 method for class 'ewcdf': quantile(x, probs = seq(0, 1, 0.25), names = TRUE, ...)
"ewcdf"
ewcdf
TRUE
probs
quantile
The quantile for a probability p is computed as the right-continuous inverse of the cumulative distribution function.
p
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