params {hyperdirichlet}R Documentation

Parameters of the hyperdirichlet distribution

Description

Parameters of the hyperdirichlet distribution

Usage

params(x)
powers(x)

Arguments

x Object of class hyperdirichlet

Details

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).

Note

The default print method gives powers and parameters.

Examples


a <- gd(1:3,3:1)
params(a)
powers(a)


[Package hyperdirichlet version 1.1-7 Index]