dbvn {CopulaGAMM} | R Documentation |
Normal density
Description
Density at (x1,x2)
Usage
dbvn(x1, x2, rh)
Arguments
x1 |
vector of values |
x2 |
vector of values |
rh |
correlation parameter, -1< rh <1 |
Value
out |
Vector of densities |
Author(s)
Pavel Krupskii
Examples
out = dbvn(0.3,0.5,-0.6)
[Package CopulaGAMM version 0.4.1 Index]