is.emu {lmomco} | R Documentation |
Is a Distribution Parameter Object Typed as Eta-Mu
Description
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.
Usage
is.emu(para)
Arguments
para |
Value
TRUE |
If the |
FALSE |
If the |
Author(s)
W.H. Asquith
See Also
Examples
## Not run:
para <- vec2par(c(0.25, 1.4), type='emu')
if(is.emu(para)) Q <- quaemu(0.5,para) #
## End(Not run)
[Package lmomco version 2.5.1 Index]