equicorr | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.