Learn R Programming

ecd (version 0.9.2.4)

ecld.pdf: Calculate the PDF of an ecld object

Description

Calculate the PDF of an ecld object

Usage

ecld.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 {
ld <- ecld(lambda=3)
x <- seq(-10, 10, by=1)
ecld.pdf(ld,x)
# }

Run the code above in your browser using DataLab