cMAP | R Documentation |
The rth moment about the mean of the modefied alpha power distribution for any base distribution
cMAP(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 centeral moment
Mohamed Hussein
Hussein, M.; Elsayed, H.; Cordeiro, G.M. A New Family of Continuous Distributions: Properties and Estimation. Symmetry 2022, 14, 276. https://doi.org/10.3390/sym14020276
cMAP(r=2,par=c(rate=2,alpha=3,beta=2),distr="exp")
cMAP(r=3,par=c(rate=0.2,alpha=1,beta=2),distr="exp")
cMAP(r=3,par=c(scale=2,shape=2,alpha=3,beta=2),distr="weibull")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.