fit_mig {mig} | R Documentation |
Fit multivariate inverse Gaussian distribution
Description
Fit multivariate inverse Gaussian distribution
Usage
fit_mig(x, beta, method = c("mle", "mom"), shift)
Arguments
x |
|
beta |
|
method |
string, one of |
shift |
|
Value
a list with components:
-
xi
: estimate of the expectation or location vector -
Omega
: estimate of the scale matrix
[Package mig version 1.0 Index]