View source: R/utils_testYourModel.R
inversegaussianMLE | R Documentation |
This function is used in testYourModel
function for example purposes.
inversegaussianMLE(obs, ...)
obs |
a numeric vector of sample observations. |
... |
a list of additional parameters to define the likelihood. |
The function compute the MLE of parameters in Inverse Gaussian distribution and returns a vector of estimates. The first and second elements of the vector are MLE of the mean and shape, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.