Description Usage Arguments Value Examples
Constructs a minimax optimal honest confidence band for nonparametric regression function values under a specified function class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
y |
vector of dependent variables. |
x |
vector of regressors. |
C |
bound on the first or the second derivative, depending on |
level |
coverage probability. |
fclass |
function class specification, |
n.eval |
number of grid points to use when constructing confidence band; default is
|
eval |
grid points to use when constructing confidence band; if it is not specified,
|
q.int |
parameter determining the distance from the boundary of the support of |
n.sim |
number of bootstrap samples to use when calculating quantiles of suprema of empirical processes;
the default is |
kern |
type of kernel used in estimation; currently, only the triangle kernel ( |
deg |
degree of local polynomial estimator used in the first-stage variance estimation;
the default is |
var.reg |
nonparametric regression method used to calculate residuals;
either |
seed |
seed number for bootstrap random sample generation. The default is |
root.robust |
if |
ng |
the number of grids of quantile values over which the diagnostic test would be peformed
if |
x.out |
the grid of points the confidence band is evaluated;
If |
c.method |
method to calculate the optimal value of c_n. Currently,
using the default value |
print.t |
if |
data.frame
object containing index set and corresponding
confidence band values.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.