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