ecld.mgf_term | R Documentation |
ecld.mgf_term
and ecld.mgf_diterm
are the term and derivative
of the term by order (n) in the summation of MGF. Since ecld.mgf_term
uses lgamma instead of gamma itself,
ecld.mgf_term_original
is to preserve the original formula.
ecld.mgf_trunc
uses ecld.mgf_diterm
to locate the truncation
of MGF terms.
ecld.mgf_trunc_max_sigma
locates the maximum sigma that keeps MGF finite for each lambda.
SGED is supported.
ecld.mgf_term(object, order, t = 1) ecld.mgf_term_original(object, order, t = 1) ecld.mgf_diterm(object, order, t = 1) ecld.mgf_trunc(object, t = 1) ecld.mgf_trunc_max_sigma(object, order = 1)
object |
an object of ecd class |
order |
numeric. Order of the term (moment). Order can be a vector. |
t |
numeric, for MGF |
numeric
Stephen H-T. Lihn
ld <- ecld(3, sigma=0.01*ecd.mp1) ecld.mgf_trunc(ld)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.