inversegaussianScore {gofedf} | R Documentation |
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, ...)
Arguments
obs |
a numeric vector of sample observations. |
... |
a list of additional parameters to define the likelihood. |
Value
The score matrix with n rows (number of sample observations) and 2 columns (mean and shape).
[Package gofedf version 0.1.0 Index]