This function obtains the moment function evaluations.
get.mi.mat(data, beta, t, hp, inst.func.evals = NULL)
Data frame.
Vector of coefficients.
Time point at which to compute the moment function. Also allowed to be a vector of time points (used in estimating the model under assumed time- independent coefficients).
List of hyperparameters
Matrix of instrumental function evaluations. If
NULL
, it will be computed during execution of this function. Default
value is inst.func.evals = NULL
.