Skip to content

Modified version of PerfA with three extra functions that calculate error in Sharpe, Adjusted Sharpe, and provide generic bootstrap wrapper for xts objects

Notifications You must be signed in to change notification settings

AmurG/PerformanceAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified PerformanceAnalytics

Contains two extra functions, SharpeError and AdjustedSharpeError, which calculate the error in the Sharpe and Adjusted Sharpe. All documentation done via roxygen2. Each function has its own R file - AdjustedSharpeError, SharpeError, bootstrap.

Also contains generic but slow wrapper xtsboot that bootstraps error functions for various metrics in PerfA using sample. The mean and median flags for the sample function are almost exclusively for checking purposes as to whether the function works, if you feel like you do not need them, remove them ( and the flag parameter ) altogether as there are more efficient ways to do the same.

( The wrapper is found in bootstrap.R )

About

Modified version of PerfA with three extra functions that calculate error in Sharpe, Adjusted Sharpe, and provide generic bootstrap wrapper for xts objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published