Variance matrix of estimators from moving-resting process with measurement error
Variance matrix of estimators from moving-resting process with measurement error
'estVarMRME_Godambe' uses Godambe information matrix to obtain variance matrix of estimators from 'fitMRME'. 'estVarMRME_pBootstrap' uses parametric bootstrap to obtain variance matrix of estimators from 'fitMRME'. 'estVarMRMEnaive_Godambe' use Godambe information matrix to obtain variance matrix of estimators from 'fitMRME_naive'. 'estVarMRMEnaive_pBootstrap' uses parametric bootstrap to obtain variance matrix of estimators from 'fitMRME_naive'.
numThreads: the number of threads for parallel computation. If its value is greater than 1, then parallel computation will be processed. Otherwise, serial computation will be processed.
gradMethod: method used for numeric gradient (numDeriv::grad).
integrControl: a list of control parameters for the integrate
function: rel.tol, abs.tol, subdivision.
detailBS: whether or not output estimation results during bootstrap, which can be used to generate bootstrap CI.