R/pbvnorm.R

Defines functions pbvnorm

Documented in pbvnorm

## File Name: pbvnorm.R
## File Version: 0.01

pbvnorm <- function(x, y, rho)
{
    res <- pbv_rcpp_pbvnorm(x=x, y=y, rho=rho)
    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.