dbivanorm {drugdevelopR} | R Documentation |
Density of the bivariate normal distribution
Description
Density of the bivariate normal distribution
Usage
dbivanorm(x, y, mu1, mu2, sigma1, sigma2, rho)
dbivanorm(x, y, mu1, mu2, sigma1, sigma2, rho)
Arguments
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 |
Value
The Function dbivanorm()
will return the density of a bivariate normal distribution.
[Package drugdevelopR version 1.0.1 Index]