modeMPo | R Documentation |
Mode of MPo distribution by direct maximization of log(g(x))
modeMPo(start=0,parm,lower=0,distr,upper)
start |
Initial values for the parameters to be maximized over. |
parm |
named vector or list of the distribution parameters. |
lower |
the lower end point of the interval to be searched. |
distr |
a character string specifying the base distribution (for example, "exp" for exponential base distribution). |
upper |
the upper end point of the interval to be searched. |
Approximation of the Mode of MPo distribution
Mohamed Hussein
modeMPo(parm=c(a=2,rate=0.2),distr="exp",upper=1000) modeMPo(parm=c(a=3,rate=1),distr="exp",upper=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.