View source: R/RasperGade_reconstruction_utils.R
compoundNormalMoments | R Documentation |
Calculate the mean, variance, skewness and excess kurtosis of the mixture of normal distributions
compoundNormalMoments(probs, means, vars)
probs |
the vector of probability weight of normal distributions |
means |
the vector of means of mixed normal distributions |
vars |
the vector of standard deviations of mixed normal distributions |
A numeric vector of length 4 (mean, variance, skewness and kurtosis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.