View source: R/RasperGade_reconstruction_utils.R
productNormalDensity | R Documentation |
Calculate the mean, variance and the scaling factor of the product of normal pdfs (a Gaussian function)
productNormalDensity(mean, var)
mean |
the vector of means of mixed normal distributions |
var |
the vector of standard deviations of mixed normal distributions |
The function is implemented based on Bromiley 2014
A numeric vector of length 3 (mean, variance and scale)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.