ecld.cdf | R Documentation |
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
.
ecld.cdf(object, x)
ecld.ccdf(object, x)
object |
an object of ecld class |
x |
a numeric vector of |
The CDF or CCDF vector
Stephen H. Lihn
ld <- ecld(sigma=0.01)
x <- seq(-0.1, 0.1, by=0.01)
ecld.cdf(ld,x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.