-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
36 lines (27 loc) · 1.24 KB
/
README.Rmd
File metadata and controls
36 lines (27 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
out.width = "70%",
fig.align = "center",
fig.width = 6,
fig.asp = .618
)
options(digits = 3)
pander::panderOptions("round", 3)
```
# ceshat <a href='https://github.com/ygeunkim/ceshat'><img src='man/figures/logo.png' align="right" height="139" /></a>
<!-- [](https://travis-ci.org/ygeunkim/ceshat) -->
[](https://travis-ci.com/ygeunkim/ceshat)
[](https://codecov.io/gh/ygeunkim/ceshat?branch=master)
## Overview
This is an R package to help the [SKKU nonparametric statistics project](https://github.com/ygeunkim/nonparam-cvar). It is basically based on the paper
[Cai, Z., & Wang, X. (2008). *Nonparametric estimation of conditional VaR and expected shortfall*. Journal of Econometrics, 147(1), 120-130.](https://www.sciencedirect.com/science/article/abs/pii/S0304407608001292)
## Installation
```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("ygeunkim/ceshat")
```