gen_CCM {MCCM} | R 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)
[Package MCCM version 0.1.0 Index]