mMAP: Modified Alpha Power Distribution

View source: R/mMAP.R

mMAPR Documentation

Modified Alpha Power Distribution

Description

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

Usage

mMAP(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 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

mMAP(r=2,par=c(rate=2,alpha=3,beta=2),distr="exp")
mMAP(r=3,par=c(rate=0.2,alpha=1,beta=2),distr="exp")
mMAP(r=1,par=c(scale=2,shape=2,alpha=3,beta=2),distr="weibull")

mhsayed2021/MAPfit documentation built on July 1, 2023, 9:19 p.m.