Description Objects from the Class Slots Methods Author(s) See Also Examples
A generalization of the Dirichlet distribution
Objects can be created by calls of the form hyperdirichlet(...).
.Data:Numeric vector of length a power of two, holding the parameters (sic; not the powers) of the distribution
NC:The normalizing constant, if known
pnames:Character vector holding the names of the columns
validated:Boolean, indicating whether the distribution is known to be normalizable
signature(object = "hyperdirichlet"):
normalizing constant
signature(object = "hyperdirichlet"):
accessor method for parameters
signature(object = "hyperdirichlet"):
accessor method for pnames
signature(x = "hyperdirichlet"):
returns TRUE if the distribution is known to be normalized
signature(object = "hyperdirichlet"):
set method for pnames
signature(x = "hyperdirichlet"):
Dimensionality of the distribution
signature(object = "hyperdirichlet"):
returns the mean of the distribution
signature(object = "hyperdirichlet"):
Coerce to hyperdirichlet form
signature(object = "hyperdirichlet"):
head method; prints the first few lines of the parameters
signature(object = "hyperdirichlet"):
head method; prints the last few lines of the parameters
signature(object = "hyperdirichlet"):
prints the object
Robin K. S. Hankin; based on vglm-class.Rd from the VGAM package
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.