View source: R/BoundingCovariateEffects.R
Sigma.hat | R Documentation |
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 |
Data frame. |
beta |
Coefficient vector. |
t |
Time point of interest. |
hp |
List of hyperparameters. |
m.avg |
A precomputed vector of the sample average of the moment
functions. If not supplied, this vector is computed. Default is
|
mi.mat |
A precomputed matrix of moment function evaluations at each
observation. If supplied, some computations can be skipped. Default is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.