params: Parameters of the hyperdirichlet distribution

Description Usage Arguments Details Value Note Examples

Description

Parameters of the hyperdirichlet distribution

Usage

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

Value

These functions return a vector of length 2^dim(x).

Note

The default print method gives powers and parameters.

Examples

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

hyperdirichlet documentation built on May 31, 2017, 5:18 a.m.