is.emu | R Documentation |
The distribution parameter object returned by functions of lmomco such as by paremu
are typed by an attribute type
. This function checks that type
is emu
for the Eta-Mu (\eta:\mu
) distribution.
is.emu(para)
para |
A parameter |
TRUE |
If the |
FALSE |
If the |
W.H. Asquith
paremu
## Not run:
para <- vec2par(c(0.25, 1.4), type='emu')
if(is.emu(para)) Q <- quaemu(0.5,para) #
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.