Equal Correlation Matrix
Construction of an equal correlation matrix
equicorr(d, rho)
d |
integer, dimension of matrix |
rho |
numeric, value of correlation |
matrix
equicorr(7, 0.5) ll <- c(0.01, 0.99) BiDensPlot(func = dcopula.gauss, xpts = ll, ypts = ll, Sigma = equicorr(2,0.5)) BiDensPlot(func = dcopula.t, xpts = ll, ypts = ll , df = 4, Sigma = equicorr(2, 0.5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.