Package: SharpeR
Maintainer: Steven E. Pav <shabbychef@gmail.com>
Authors@R: c(person(c("Steven", "E."), "Pav", 
    role=c("aut","cre"),
    email="shabbychef@gmail.com",
    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
NeedsCompilation: no
Packaged: 2024-12-18 19:16:15 UTC; spav
Author: Steven E. Pav [aut, cre] (<https://orcid.org/0000-0002-4197-6195>)
Repository: CRAN
Date/Publication: 2024-12-18 19:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 04:57:47 UTC; unix
