param: The maximum likelihood estimates parameter vector of the normal inverse Gaussian distribution. The normal inverse Gaussian distribution has the same sets of parameterizations as the hyperbolic distribution.There are five different sets of parameterazations can be used in this function, the first four sets are listed in hyperbChangePars and the last set is the log scale of the first set of the parameterization, i.e., mu,log(delta),Pi,log(zeta).
hessianMethod: Only the approximate method ("tsHessian") has actually been implemented so far.
whichParam: Numeric. A number between 1 to 5 indicating which set of the parameterization is the specified value in argument param belong to.
...: Values of other parameters of the function fun if required.
Details
The approximate Hessian is obtained via a call to tsHessian
from the package DistributionUtils. summary.nigFit
calls the function nigHessian to calculate the Hessian matrix when the argument hessian = TRUE.
Returns
nigHessian gives the approximate or exact Hessian matrix for the data vector x and the estimated parameter vector param.