gen_CCM: Positive Semidefinite Correlation Matrix

View source: R/gen_CCM.R

gen_CCMR Documentation

Positive Semidefinite Correlation Matrix

Description

Generate a positive semidefinite correlation coefficients matrix

Usage

gen_CCM(d)

Arguments

d

the dimension of matrix.

Value

a correlation coefficients matrix.

Examples

X = gen_CCM(4)
print(X)

MCCM documentation built on May 29, 2024, 12:09 p.m.

Related to gen_CCM in MCCM...