Learn R Programming

ecd (version 0.9.2.4)

ecd.pdf: Calculate the PDF of an ecd object

Description

Calculate the PDF of an ecd object

Usage

ecd.pdf(object, x)

Arguments

object

an object of ecd class

x

numeric vector of \(x\) dimension

Value

numeric vector of the PDF

Examples

Run this code
# NOT RUN {
d <- ecd()
x <- seq(-10, 10, by=1)
ecd.pdf(d,x)
# }

Run the code above in your browser using DataLab