-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
19 lines (19 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: esback
Type: Package
Title: Expected Shortfall Backtesting
Version: 0.3.1
Date: 2023-09-02
Authors@R: c(person('Sebastian', 'Bayer', email='[email protected]', role=c('aut', 'cre')),
person('Timo', 'Dimitriadis', email='[email protected]', role='aut'))
Description: Implementations of the expected shortfall backtests of Bayer and Dimitriadis (2020) <doi:10.1093/jjfinec/nbaa013>
as well as other well known backtests from the literature. Can be used to assess the correctness of forecasts of the
expected shortfall risk measure which is e.g. used in the banking and finance industry for quantifying the market risk
of investments. A special feature of the backtests of Bayer and Dimitriadis (2020) <doi:10.1093/jjfinec/nbaa013>
is that they only require forecasts of the expected shortfall, which is in striking contrast to all other existing
backtests, making them particularly attractive for practitioners.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R(>= 2.10.0)
Imports: esreg
RoxygenNote: 7.2.3