dbvnorm: The Bivariate Normal distribution

Description Usage Arguments Note Examples

View source: R/distns.R

Description

Density of the bivariate normal distribution with mean vector b and covariance matrix c.

Usage

1
  dbvnorm(x, y, b = c(0, 0), c = diag(1, 2))

Arguments

x

vector of quantities

y

vector of quantities

b

mean vector (2x1)

c

covariance matrix. Must be positive definite 2x2 matrix.

Note

Something here.

Examples

1
dbvnorm(1, 2, c(1,2), diag(1,2))

mas3321 documentation built on May 2, 2019, 4:42 p.m.

Related to dbvnorm in mas3321...