Compute probabilistic Sharpe ratio on excess returns (#9583)
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* Use risk-free rate in probabilistic Sharpe ratio * Extend risk free rate to live report PSR and fix probabilistic sharpe ratio tests * Update regression statistics * Update test regression statistics * Add test asserting Sharpe ratio and PSR consistency * Use excess returns for live report Sharpe and PSR --------- Co-authored-by: Kevin-Li-2025 <2242139@qq.com>
This commit is contained in:
@@ -126,7 +126,7 @@ namespace QuantConnect.Algorithm.CSharp
|
||||
{"Net Profit", "-0.118%"},
|
||||
{"Sharpe Ratio", "-2.151"},
|
||||
{"Sortino Ratio", "-1.743"},
|
||||
{"Probabilistic Sharpe Ratio", "30.061%"},
|
||||
{"Probabilistic Sharpe Ratio", "27.257%"},
|
||||
{"Loss Rate", "0%"},
|
||||
{"Win Rate", "0%"},
|
||||
{"Profit-Loss Ratio", "0"},
|
||||
|
||||
Reference in New Issue
Block a user