RM_beta: Generate a Hermite beta-matrix

Description Usage Arguments Value Examples

View source: R/matrices.R

Description

Hermite-β ensemble matrices are matrices with normal entries and beta real number components. Using Dumitriu's tridiagonal model, this function is an implementation of the generalized, but not necessarily invariant, beta ensembles for β > 0.

Usage

1

Arguments

N

number of dimensions of the square matrix

beta

the value of the beta parameter for the beta ensemble

Value

A random Hermite beta matrix with any integer parameter beta

Examples

1
2
3
4
5
# Generate a 3x3 random beta matrix with beta = 4
P <- RM_beta(N = 3, beta = 4)

# Generate a 10x10 random beta matrix with beta = 25
P <- RM_beta(N = 10, beta = 25)

RMAT documentation built on April 28, 2021, 9:06 a.m.