dmvnorm_wrapper_single {lg}R Documentation

Wrapper for dmvnorm - single point

Description

Function that evaluates the bivariate normal in a single point

Usage

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


[Package lg version 0.4.1 Index]