This function comptutes the empricical variance-covariance matrix of the moment functions.
Sigma.hat(data, beta, t, hp, m.avg = NULL, mi.mat = NULL)
Data frame.
Coefficient vector.
Time point of interest.
List of hyperparameters.
A precomputed vector of the sample average of the moment
functions. If not supplied, this vector is computed. Default is
m.avg = NULL
.
A precomputed matrix of moment function evaluations at each
observation. If supplied, some computations can be skipped. Default is
mi.mat = NULL
.