ecd.pdf: Calculate the PDF of an ecd object

ecd.pdfR Documentation

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

Author(s)

Stephen H-T. Lihn

Examples

d <- ecd()
x <- seq(-10, 10, by=1)
ecd.pdf(d,x)

ecd documentation built on May 10, 2022, 1:07 a.m.