findBestNormalApproximation1 | R Documentation |
Find a solution of using 1 or 2 normal distributions to approximate a mixture of normal distributions
findBestNormalApproximation1(probs, means, vars) findBestNormalApproximation2(probs, means, vars, numCores = 1)
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 dataframe with 3 columns, with columns representing the means, variances and probability weights of the normal distributions to approximate the full mixture
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.