lbinorm: Logarithm of bivariate normal density

Description Usage Arguments Value Author(s) Examples

Description

Computes the logarithm of a bivariate normal density

Usage

1

Arguments

xy

vector of values of two variables x and y

par

list with components m, a vector of means, and v, a variance-covariance matrix

Value

value of the kernel of the log density

Author(s)

Jim Albert

Examples

1
2
3
4
5
mean=c(0,0)
varcov=diag(c(1,1))
value=c(1,1)
param=list(m=mean,v=varcov)
lbinorm(value,param)

bayesball/LearnBayes documentation built on May 11, 2019, 9:21 p.m.