ecld.pdf: Calculate the PDF of an ecld object

ecld.pdfR Documentation

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

Author(s)

Stephen H-T. Lihn

Examples

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

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