rsym: generate a set of random symmetric matrix of dimension d

Description Usage Arguments

View source: R/symmetric.matrix.R

Description

generate a set of random symmetric matrix of dimension d

Usage

1
rsym(d, n = 1, mu = matrix(0, d, d), sig = 1, dist = "Gaussian", drop = T)

Arguments

mu

the mean

sig

a scalar representing the dispersion around the mean

dist

the distribution, either 'uniform' or 'Gaussian'.

drop

drop the last dimension if n=1


linulysses/matrix-manifold documentation built on Jan. 19, 2022, 3:56 p.m.