getECDF {PTXQC} | R Documentation |
Estimate the empirical density and return it
Description
Estimate the empirical density and return it
Usage
getECDF(samples, y_eval = (1:100)/100)
Arguments
samples |
Vector of input values (samples from the distribution) |
y_eval |
Vector of points where CDF is evaluated (each percentile by default) |
Value
Data.frame with columns 'x', 'y'
Examples
plot(getECDF(rnorm(1e4)))
[Package PTXQC version 1.1.1 Index]