powered by
Compute the moments and MGF of ecld for mu=0 (centered), via analytical result whenever is available. SGED is supported.
mu=0
ecld.moment(object, order, ignore.mu = TRUE)ecld.mgf(object, t = 1)ecld.mgf_by_sum(object, t = 1)ecld.mgf_quartic(object, t = 1)
ecld.mgf(object, t = 1)
ecld.mgf_by_sum(object, t = 1)
ecld.mgf_quartic(object, t = 1)
an object of ecd class
numeric, order of the moment to be computed
logical, disgard mu; otherwise, stop if mu is not zero.
numeric, for MGF
numeric
# NOT RUN { ld <- ecld(lambda=3, sigma=0.01*ecd.mp1) ecld.moment(ld, 2) ecld.mgf(ld) # }
Run the code above in your browser using DataLab