Learn R Programming

ecd (version 0.6.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
d <- ecd()
x <- seq(-10, 10, by=1)
ecd.pdf(d,x)

Run the code above in your browser using DataLab