match_kde_height | R Documentation |
match_kde_height
returns standard deviation such that the probability
density function of the gaussian mixture model (GMM) specified by the
"means" parameter closely matches the kernel density estimation for the
input data
match_kde_height(data, means, sd, comparison_point = NA)
data |
input data to estimate density and mix the mixture model to |
means |
the means of the GMM |
sd |
the initial estimate of standard deviation |
comparison_point |
value to compute density function and density estimator height for optimization |
an estimation of standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.