inversegaussianMLE {gofedf}R Documentation

Compute the maximum likelihood estimate of parameters in Inverse Gaussian distribution with weighted observations.

Description

This function is used in testYourModel function for example purposes.

Usage

inversegaussianMLE(obs, ...)

Arguments

obs

a numeric vector of sample observations.

...

a list of additional parameters to define the likelihood.

Value

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.


[Package gofedf version 0.1.0 Index]