beta.product | R Documentation |
This function computes the product of the two vectors. This is
used in the sigma.summation
function that computes
the asymptotic variance estimator.
beta.product(beta, beta.obs.hat, pbar, progress, eval.count)
beta |
A bootstrap estimator |
beta.obs.hat |
The sample estimator
|
pbar |
The progress bar object. |
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 |
Denote \bm{\beta}
and \hat{\bm{\beta}}_{\rm obs}
as
the n \times 1
vectors beta
and beta.obs.hat
respectively. This function returns the n \times n
matrix
\widetilde{\bm{\beta}}\widetilde{\bm{\beta}}'
where
\widetilde{\bm{\beta}}
is defined as
\widetilde{\bm{\beta}} \equiv \bm{\beta} -
\widehat{\bm{\beta}}_{\rm obs}
.
Returns an n \times n
matrix.
beta.prod |
An |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.