-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.42 KB
/
DESCRIPTION
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: SharpeR
Maintainer: Steven E. Pav <[email protected]>
Authors@R: c(person(c("Steven", "E."), "Pav",
role=c("aut","cre"),
email="[email protected]",
comment = c(ORCID = "0000-0002-4197-6195")))
Version: 1.4.0
Date: 2024-12-17
License: LGPL-3
Title: Statistical Significance of the Sharpe Ratio
BugReports: https://github.com/shabbychef/SharpeR/issues
Description: A collection of tools for analyzing significance of assets,
funds, and trading strategies, based on the Sharpe ratio and overfit
of the same. Provides density, distribution, quantile and random generation
of the Sharpe ratio distribution based on normal returns, as well
as the optimal Sharpe ratio over multiple assets. Computes confidence intervals
on the Sharpe and provides a test of equality of Sharpe ratios based on
the Delta method. The statistical foundations of the Sharpe can be found in
the author's Short Sharpe Course <doi:10.2139/ssrn.3036276>.
Depends:
R (>= 3.0.0)
Imports:
matrixcalc,
zoo,
epsiwal,
methods
Suggests:
xtable,
xts,
timeSeries,
quantmod,
MASS,
TTR,
testthat,
sandwich,
txtplot,
knitr
URL: https://github.com/shabbychef/SharpeR
VignetteBuilder: knitr
Collate:
'SharpeR.r'
'data.r'
'utils.r'
'distributions.r'
'sr.r'
'estimation.r'
'overoptimism.r'
'sr_bias.r'
'tests.r'
'unified.r'
RoxygenNote: 7.3.2