dphixy | R Documentation |
Bivariate normal density with mean 0 variance 1.
dphixy(x, y, rho)
x , y |
points value. |
rho |
correlation coefficient. |
the density value.
library(mvtnorm)
dmvnorm(c(1,-1),sigma = matrix(c(1,0.5,0.5,1),2,2))
dphixy(1,-1,0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.