Learn R Programming

ldhmm (version 0.6.1)

ecld.cdf: CDF and CCDF of ecld

Description

The analytic solutions for CDF and CCDF of ecld, if available. ecld.cdf_gamma is a sub-module with the CDF expressed as incomplete gamma function. SGED is supported only in ecld.cdf and ecld.ccdf.

Usage

ecld.cdf(object, x)

ecld.ccdf(object, x)

Value

The CDF or CCDF vector

Arguments

object

an object of ecld class

x

a numeric vector of x

Author

Stephen H. Lihn

Examples

Run this code
ld <- ecld(sigma=0.01)
x <- seq(-0.1, 0.1, by=0.01)
ecld.cdf(ld,x)

Run the code above in your browser using DataLab