dbinorm {RandomFieldsUtils}R Documentation

Density of a bivariate normal distribution

Description

The function calculates the value of a bivariate normal distribution with mean 0.

Usage

dbinorm (x, S)

Arguments

x

a matrix containing the x values and the y values in the first and second row respectively. Or it is a list of two vectors.

S

the covariance matrix

Value

a vector according to the size of x

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de


[Package RandomFieldsUtils version 0.5.3 Index]