fit.boot.Efron(model, nboot, index, vectors = NULL, dim = NULL, data, amat, newdata, modmat.new = NULL, renewdata = NULL, criterion = c("AIC","BIC","LRT"), alpha = 0.05, fit.name = NULL, method = c("eigen","1d"), quiet = FALSE)
method = "eigen"
.method = "1d"
. aster
function help page in the original aster
package for more details.renewdata
is not provided.m
iterations.This function implements the first level of the parametric bootstrap procedure given by either Algorithm 1 or Algorithm 2 in Eck (2015) with respect to the mean-value parameterization. This is detailed in Steps 1 through 3d in the algorithm below. This parametric bootstrap generates resamples from the distribution evaluated at an envelope estimator of $\tau$ adjusting for model selection volatility.
The user specifies a model selection criterion which selects vectors that
construct envelope estimators using the reducing subspace approach. The user also
specifies which method is to be used in order to calculate envelope
estimators. When one is using a partial envelope, then this function
constructs envelope estimators of $\upsilon$ where we write $\tau$ = $(\gamma^T,\upsilon^T)^T$
and $\upsilon$ corresponds to aster model parameters of interest.
In applications, candidate reducing subspaces are indices of eigenvectors of $\widehat{\Sigma}_{\upsilon,\upsilon}$
where $\widehat{\Sigma}_{\upsilon,\upsilon}$ is the part of $\hat{\Sigma}$
corresponding to our parameters of interest. These indices are specified
by vectors
. When all of the components of $\tau$ are components
of interest, then we write $\widehat{\Sigma}_{\upsilon,\upsilon} = \widehat{\Sigma}$. When data
is generated via the parametric bootstrap, it is the indices (not the
original reducing subspaces) that are used to construct envelope estimators
constructed using the generated data. The algorithm using reducing subspaces
is as follows:
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"
. A parametric bootstrap
generating resamples from the distribution evaluated at the aster model
MLE is also conducted by this function.
Cook, R.D. and Zhang, X. (2015). Algorithms for Envelope Estimation. Journal of Computational and Graphical Statistics, Published online. \Sexpr[results=rd,stage=build]{tools:::Rd_expr_doi("#1")}10.1080/10618600.2015.1029577http://doi.org/10.1080/10618600.2015.1029577doi:\ifelse{latex}{\out{~}}{ }latex~ 10.1080/10618600.2015.1029577 .
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.
### see Web-based Supplementary Materials for ``Enveloping the aster model.'' ###
Run the code above in your browser using DataLab