View source: R/level_set_functions.R
unif_ctff_series | R Documentation |
This function calculates the quantile of sup_v|tauhat(v) - tau(v)| / sigma(v) when tauhat(x) is based on a orthogonal series second stage regression.
unif_ctff_series(design.mat.v0, residuals, design.mat, B, alpha)
design.mat.v0 |
design matrix of evaluation points. |
residuals |
observed residuals, i.e. pseudo.y - fitted. |
B |
number of bootstrap replications. |
alpha |
1-confidence level, e.g. alpha = 0.05. |
design.mat.v |
design matrix of observed v points. |
a list containing the following components:
cutoff |
the estimated quantile |
sigma.hat |
vector of estimated standard devition of sigma(v) |
Omega.hat.sqrt |
Omega matrix |
Chernozhukov et al (2014).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.