alphamatrix {DRAYL} | R Documentation |
Computation of Alpha coefficient matrix
Description
The alpha matrix is a necessary intermediate step in the series expansion approach. It lists the different parameter combinations necessary for the series expansion.
Usage
alphamatrix(n)
Arguments
n |
Distribution dimension. |
Value
Returns a n-1
dimensional matrix that contains the permutations of
all indeces.
Examples
alphamatrix(3)
[Package DRAYL version 1.0 Index]