sigma.summation | R Documentation |
Based on the bootstrap estimates
\{\widehat{\bm{\beta}}_b\}^B_{b=1}
, this function computes the
asymptotic variance estimator of the bootstrap estimator, i.e.
\frac{n}{B} \sum^B_{i=1} \left(\widehat{\bm{\beta}}_b -
\widehat{\bm{\beta}}\right) \left(\widehat{\bm{\beta}}_b -
\widehat{\bm{\beta}}\right)'.
This function supports parallel programming via the furrr
package.
sigma.summation(n, beta.bs.list, progress, eval.count)
n |
Sample size. |
beta.bs.list |
A list of bootstrap estimators
|
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
eval.count |
The count for the number of times the |
Returns the estimator of the asymptotic variance.
sigma.mat |
The estimator of the asymptotic variance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.