Skip to content

An R package to help you avoiding to overfit your backtests.

Notifications You must be signed in to change notification settings

iamklager/BacktestingOverfitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BacktestingOverfitting

An R package providing tools enabling users to avoid overfitting their backtests.
The package contains implementations of the works of Bailey and Lopez (2012, 2014), Bailey et al. (2014, 2016), Harvey and Liu (2022), a function to estimate Sharpe ratios, as well as four different datasets acting as examples for Backtesting Overfitting and testing grounds for the package's contents.

Dependencies

The ''BacktestingOverfitting'' package includes the ''pbo'' package (see pbo on CRAN) as it already provides an implementation of the Probability of Backtesting Overfitting (PBO) proposed by Bailey et al. (2016).

How to Install

The package can be installed using the ''devtools'' package:

# Installing devtools
install.packages("devtools")
# Installing BacktestingOverfitting
devtools::install_github("iamklager/BacktestingOverfitting")

About

An R package to help you avoiding to overfit your backtests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages