cMAP: Modified Alpha Power Distribution

View source: R/cMAP.R

cMAPR Documentation

Modified Alpha Power Distribution

Description

The rth moment about the mean of the modefied alpha power distribution for any base distribution

Usage

cMAP(r,par,distr)

Arguments

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).

Value

An object of the same length as x, giving the rth centeral moment

Author(s)

Mohamed Hussein

References

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

Examples

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")

MHussein-S/MAPfit documentation built on June 30, 2023, 2:02 p.m.