dbivanorm: Density of the bivariate normal distribution

View source: R/functions_multiple_tte.R View source: R/functions_multiple_normal.R

dbivanormR 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.


Sterniii3/drugdevelopR documentation built on Jan. 26, 2024, 6:17 a.m.