dNormalPrior creates the density function of a multivariate normal distribution with independent components
dNormalPrior.Rd
The returned density function takes vectors of the same size as mean and sd. It returns the product of the components' one-dimensional normal distribution, with mean "mean" and standard deviation "sd".