mMPo | R Documentation |
The rth moment about the origin of the MPo distribution for any base distribution
mMPo(r,par,distr)
r |
moment of order r |
par |
named vector or list of the distribution parameters. |
distr |
a character string specifying the base distribution (for example, "exp" for exponential base distribution). |
An object of the same length as x, giving the rth moment
Mohamed Hussein
mMPo(r=2,par=c(rate=2,a=3),distr="exp") mMPo(r=3,par=c(rate=0.2,a=1),distr="exp") mMPo(r=1,par=c(scale=2,shape=2,a=3),distr="weibull")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.