Learn R Programming

ldhmm (version 0.6.1)

ecld.pdf: Calculate the PDF of an ecld object

Description

Calculate the PDF of an ecld object

Usage

ecld.pdf(object, x)

Value

numeric vector of the PDF

Arguments

object

an object of ecd class

x

numeric vector of \(x\) dimension

Author

Stephen H-T. Lihn

Examples

Run this code
ld <- ecld(lambda=3)
x <- seq(-10, 10, by=1)
ecld.pdf(ld,x)

Run the code above in your browser using DataLab