Learn R Programming

DRAYL (version 1.0)

alphamatrix: 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

Run this code
# NOT RUN {
alphamatrix(3)
# }

Run the code above in your browser using DataLab