Description Usage Arguments Value
Calculates the optimal bandwidths for regression function value estimator under Lipschitz class
1 |
y |
vector of dependent variables |
x |
a vector of regressors. |
t |
a scalar evaluation point. |
TE |
logical specifying whether there are treatment and control groups. |
d |
a vector of indicator variables specifying treatment and control group status;
relevant only when |
M |
bound on the first derivative |
kern |
a string for kernel name; currently |
alpha |
determines confidence level |
bw.eq |
if |
p |
Hölder exponent, either |
a list with the following components
the optimal bandwidth; when TE = TRUE
, return two bandwidths
for estimators for treatment and control groups.
the optimal half-length when the optimal bandwidth(s) is used.
the bias corresponding to the optimal bandwidth h.opt
.
the standard deviation corresponding to the optimal bandwidth
h.opt
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.