This function provides a faster implementation of obtaining the evaluations of the derivative of the moment functions at each observation (wrt the previous implementation using 'dm.comp' and 'dm.R'). Used in the function G.hat.R
get.dmi.tens(data, beta, t, hp, inst.func.evals = NULL)
Data frame.
Vector of coefficients.
Time point of interest. Also allowed to be a vector of time points (used in estimating the model under assumed time- independent coefficients).
List of hyperparameters.
Precomputed matrix of instrumental function
evaluations. Defaults is inst.func.evals = NULL
, in which case the
evaluations will be done inside this function.