.bvnorm_kernel | R Documentation |
.bvnorm_kernel
returns the kernel for bivariate normal density
.bvnorm_kernel(x, y, mu_x = 0, mu_y = 0, sd_x = 1, sd_y = 1, cov_xy = 0)
x |
A normal distribution |
y |
A normal distribution |
mu_x |
Mean of the normal distribution x. |
mu_y |
Mean of the normal distribution y. |
sd_x |
Standard deviation of the normal distribution x. |
sd_y |
Standard deviation of the normal distribution y. |
cov_xy |
covariance between x and y |
The output will be the quantile corresponding to p or 1 - q on the mixture normal distribution.
## Not run: .bvnorm_kernel(x = -2.50, y = -2.52, mu_x = 1, mu_y = 0.57, sd_x = 1, sd_y = 1.03, cov_xy = 0.8) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.