
Compute Sandwich (Robust) Standard Errors
dcc11_sandwich_se.RdHeteroskedasticity-robust SEs using sandwich estimator: Var(theta) = I^-1 J I^-1
Usage
dcc11_sandwich_se(
params,
std_resid,
weights,
Qbar,
distribution = "mvn",
use_reparam = FALSE
)Value
List with:
- se
Standard errors (square root of diagonal of vcov)
- vcov
Sandwich variance-covariance matrix: (\(H^{-1} J H^{-1}\)
- bread
\(H^{−1}\), inverse Hessian of the negative log-likelihood
- meat
J, outer product of score vectors: \(sum_t (grad_t)(grad_t)'\)
- params
Parameter values at which SEs were computed
- param_names
Names of parameters
- method
"sandwich"