R/dbvnorm.R

Defines functions dbvnorm

Documented in dbvnorm

## File Name: dbvnorm.R
## File Version: 0.03

dbvnorm <- function(x, y, rho, log=FALSE)
{
    res <- pbv_rcpp_dbvnorm(x=x, y=y, rho=rho, use_log=log)
    return(res)
}

Try the pbv package in your browser

Any scripts or data that you put into this service are public.

pbv documentation built on May 29, 2024, 10:21 a.m.