[R] vectorized dmvnorm

2007-03-02 Thread Ingmar Visser
Dear List, Is there an R-function that computes vectorized densities of the multivariate normal distribution, ie vectorized in x, mean and sigma? That is, a function that takes eg: x - matrix(0,3,2) y - matrix(1:6,3)-3 sig - array(c(1,0,0,1,1,0.1,0.1,1,1,0.3,0.3,1),c(2,2,3)) x [,1]

Re: [R] vectorized dmvnorm

2007-03-02 Thread Adelchi Azzalini
On Fri, 2 Mar 2007 12:08:20 +0100, Ingmar Visser wrote: IV Dear List, IV Is there an R-function that computes vectorized densities of the IV multivariate normal distribution, ie vectorized in x, mean and sigma? IV IV That is, a function that takes eg: IV IV x - matrix(0,3,2) IV y -