Description Usage Arguments Details Value References
This function estimates conditional CDF using WDKLL method.
1 2 3 4 5 6 7 8 9 10 11 12  | 
formula | 
 an object class formula.  | 
data | 
 an optional data to be used.  | 
wt | 
 weights for WNW. Computing in prediction step will help efficiency.  | 
nw_kernel | 
 Kernel for weighted nadaraya watson  | 
nw_h | 
 Bandwidth for WNW  | 
pdf_kernel | 
 Kernel for initial estimate of conditinal pdf  | 
h0 | 
 Bandwidth for pdf kernel  | 
init | 
 initial value for finding lambda  | 
eps | 
 small value  | 
iter | 
 maximum iteration when finding lambda  | 
\hat{F}_c(y \mid x) = ∑_{t = 1}^n W_{c,t} G_{h_0} (y - Y_t)
Conditional CDF function with argument y and x
Cai, Z., & Wang, X. (2008). Nonparametric estimation of conditional VaR and expected shortfall. Journal of Econometrics, 147(1), 120-130.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.