params {hyperdirichlet} | R Documentation |
Parameters of the hyperdirichlet distribution
params(x) powers(x)
x |
Object of class hyperdirichlet |
Function powers()
lists the powers of the various combinations;
function params()
lists the parameters.
The two functions differ only in single-p combinations (by one).
The default print method gives powers and parameters.
a <- gd(1:3,3:1) params(a) powers(a)