Learn R Programming

ROOPSD (version 0.3.9)

rorthogonal_group: rorthogonal_group

Description

Generate sample from the orthogonal group O(d)

Usage

rorthogonal_group(d, n = 1)

Value

[array or matrix], dim = d * d * n or d * d if n == 1

Arguments

d

[integer] Dimension of the matrix

n

[integer] numbers of samples drawn

Examples

Run this code
M = ROOPSD::rorthogonal_group( 2 , 10 )

Run the code above in your browser using DataLab