mMPo: Modified Power Distribution

View source: R/mMPo.R

mMPoR Documentation

Modified Power Distribution

Description

The rth moment about the origin of the MPo distribution for any base distribution

Usage

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

Examples

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

MHussein-S/MPofit documentation built on June 14, 2022, 5:16 p.m.