Description Usage Arguments Value
This function accepts a vector with all values of a given unknown distribution It estimates the maximum likelihood parameters by fitting a guassian distribution over it. General-purpose optimization to estimate parameters is based on Nelder–Mead algorithm The Akaike Information Criterion is also output to enable downstream model selection
1 | mle_gaussian_dist(X, start_mu, start_sigma)
|
X |
A Vector of values. |
start_mu |
Initial value to begin optimization at for mean of gaussian distribution |
start_sigma |
Initial value to begin optimization at for standard deviation of gaussian distribution |
A vector containing the optimized MLE mean and standard deviation as well as the log likelihood and AIC to enable downstream model selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.