dmnormB {BMTAR} | R Documentation |
Multivariate normal density using Brobdingnag class
Description
Compute multivariate normal density with class Brobdingnag
objects.
Usage
dmnormB(x,mean,sigma)
Arguments
x |
numeric type object, value to compute the density of multivariate normal distribution. Not NULL |
mean |
numeric type, mean of multivariate normal distribution. Not NULL |
sigma |
matrix type object, covariance parameter of multivariate normal distribution. Not NULL |
Value
object class Brobdingnag
[Package BMTAR version 0.1.1 Index]