Learn R Programming

MCCM (version 0.1.0)

dphixy: Scaled Bivariate Normal Density

Description

Bivariate normal density with mean 0 variance 1.

Usage

dphixy(x, y, rho)

Value

the density value.

Arguments

x, y

points value.

rho

correlation coefficient.

Examples

Run this code
library(mvtnorm)
dmvnorm(c(1,-1),sigma = matrix(c(1,0.5,0.5,1),2,2))
dphixy(1,-1,0.5)

Run the code above in your browser using DataLab