secondboot(k, nboot2, out, model, index, data, amat,
newdata, method = c("eigen","1d"))
fit.boot.Efron
that the second level of bootstrapping is being applied to.fit.boot.Efron
.aster
function help page in the original aster
eigen
is used internally to calculate this quantity.sd.Efron
if other numerical
methods are desired.sd.Efron
if other numerical
methods are desired.sd.Efron
if
other numerical methods are desired.sd.Efron
if other
numerical methods are desired.
When the second level of bootstrapping is completed for all $b = 1,...,B$ then this function reports the standard deviation of the bootstrapped envelope estimator of expected Darwinian fitness. In this case, the bootstrap procedure accounts for model selection volatility. The bootstrapped envelope estimator is
$$\hat{\mu}_g = \frac{1}{B} \sum_{b=1}^B g(\hat{\tau}_{env}^{(b)})$$
where $g(\hat{\tau}_{env}^{(b)})$ are the stored envelope estimators of expected Darwinian
fitness in the env.boot.out
matrix included in the output of fit.boot.Efron
.
The standard deviation of the bootstrapped envelope estimator of expected Darwinian fitness is
$$\sum_{b=1}^B\left[\widehat{cov}^{(b)^T}\hat{V}^{-1}\widehat{cov}^{(b)}\right] / B$$ where $\widehat{cov}^{(b)} = \textbf{B}^{(b)^T} C^{(b)} / K$ and $\hat{V} = \textbf{B}^{(b)^T}\textbf{B}^{(b)}/K$. The matrix $\textbf{B}^{(b)} \in R^{K\times p}$ has rows given by
$$\hat{\tau}_{env}^{(b)^{(k)}} - \sum_{k=1}^K\hat{\tau}_{env}^{(b)^{(k)}}/K$$ and the matrix $C^{(b)} \in R^{K \times d}$ has columns given by
$$g\left(\tau_{env}^{(b)^{(k)}}\right) - g\left(\tau_{env}^{(b)}\right)$$.
For more details, see Efron (2014) and Eck (2015). The parametric bootstrap
procedure which uses the 1d algorithm to construct envelope estimators is
analogous to the above algorithm. To use the 1d algorithm, the user
specifies method = "1d"
instead of method = "eigen"
.
Cook, R.D. and Zhang, X. (2015).
Algorithms for Envelope Estimation.
Journal of Computational and Graphical Statistics,
Published online.
Eck, D. J., Geyer, C. J., and Cook, R. D. (2016). Enveloping the aster model. $\emph{in prep}$.
Eck, D.~J., Geyer, C.~J., and Cook, R.~D. (2016). Web-based Supplementary Materials for ``Enveloping the aster model.'' $\emph{in prep}$.
Efron, B. (2014). Estimation and Accuracy After Model Selection. $\emph{JASA}$, $\textbf{109:507}$, 991-1007.
### Web-based Supplementary Materials for ``Enveloping the aster model.'' ###
Run the code above in your browser using DataLab