dmvnorm_wrapper_single: Wrapper for 'dmvnorm' - single point

Description Usage Arguments

View source: R/helping_functions.R

Description

Function that evaluates the bivariate normal in a single point

Usage

1
dmvnorm_wrapper_single(x1, x2, mu_1, mu_2, sig_1, sig_2, rho)

Arguments

x1

The first component of the evaluation point

x2

The second component of the evaluation point

mu_1

The first expectation

mu_2

The second expectation

sig_1

The first standard deviation

sig_2

The second standard deviation

rho

The correlation


lg documentation built on Dec. 5, 2019, 5:13 p.m.