powered by
Calculate the PDF of an ecd object
ecd.pdf(object, x)
an object of ecd class
numeric vector of \(x\) dimension
numeric vector of the PDF
# NOT RUN { d <- ecd() x <- seq(-10, 10, by=1) ecd.pdf(d,x) # }
Run the code above in your browser using DataLab