Description Usage Arguments Value See Also Examples
Returns the skewness
slot.
1 2 | ## S4 method for signature 'dmodelmoments'
getFactorial(object)
|
object |
An |
The skewness
slot of the object
.
modelmoments for the base class for model moments
modelmoments()
for the constructor of the modelmoments
class family
1 2 3 4 | f_model <- model("poisson", par=list(lambda=c(0.3, 0.1)),
weight=matrix(c(0.3, 0.7), nrow=1))
f_moments <- modelmoments(f_model)
getFactorial(f_moments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.