hyperdirichlet (version 1.5-1)

params: Parameters of the hyperdirichlet distribution

Description

Parameters of the hyperdirichlet distribution

Usage

params(x)
powers(x)

Arguments

x
Object of class hyperdirichlet

Value

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

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

Examples

Run this code

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

Run the code above in your browser using DataLab