powered by
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_gamma
ecld.cdf
ecld.ccdf
ecld.cdf(object, x)ecld.ccdf(object, x)ecld.cdf_integrate(object, x)ecld.cdf_gamma(object, x)
ecld.ccdf(object, x)
ecld.cdf_integrate(object, x)
ecld.cdf_gamma(object, x)
an object of ecld class
a numeric vector of x
x
The CDF or CCDF vector
# NOT RUN { ld <- ecld(sigma=0.01*ecd.mp1) x <- seq(-0.1, 0.1, by=0.01) ecld.cdf(ld,x) # }
Run the code above in your browser using DataLab