Computes standard errors, t-statistics, and p-values for the estimated state space parameters using the delta method.
inference(parOptim, hessian, loc)
The vector of optimized parameters, without transformations.
The hessian from the optimization.
A 3 x n
array where n
is the number of optimized parameters. The array
contains information on the estimated parameters's name (loc[1, ]
), its location
(loc[2, ]
) and possible parameter constraints (loc[3, ]
).