inversegaussianScore: Compute the score function of the Inverse Gaussian distribution based on a sample.
Description
This function is used in testYourModel
function for example purposes.
Usage
inversegaussianScore(obs, ...)
Value
The score matrix with n rows (number of sample observations) and 2 columns (mean and shape).
Arguments
- obs
a numeric vector of sample observations.
- ...
a list of additional parameters to define the likelihood.