dbivanorm {drugdevelopR} | R Documentation |
Density of the bivariate normal distribution
dbivanorm(x, y, mu1, mu2, sigma1, sigma2, rho)
dbivanorm(x, y, mu1, mu2, sigma1, sigma2, rho)
x |
integral variable |
y |
integral variable |
mu1 |
mean of second endpoint |
mu2 |
mean of first endpoint |
sigma1 |
standard deviation of first endpoint |
sigma2 |
standard deviation of second endpoint |
rho |
correlation between the two endpoints |
The Function dbivanorm()
will return the density of a bivariate normal distribution.