Learn R Programming

PTXQC (version 1.0.4)

getECDF: 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

Run this code
# NOT RUN {
  plot(getECDF(rnorm(1e4)))
  
# }

Run the code above in your browser using DataLab