Skip to content

Commit

Permalink
RMR and SSOP listed ➕
Browse files Browse the repository at this point in the history
  • Loading branch information
shayandavoodii committed Dec 15, 2023
1 parent 981b9a3 commit a1521ff
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ This package presents a selection of proposed Online Portfolio Selection (OPS) a

|| Algorithm | Strategy || Algorithm | Strategy || Algorithm | Strategy |
|:-----:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------: |:--------------------------|:-----:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------ |:------------------------- |:-----:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------ |:------------------------- |
| 1 | [CORN](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Correlation-driven-Nonparametric-Learning-(CORN)) | PM | 10 | [CW-OGD](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/ML/#Combination-Weights-based-on-Online-Gradient-Descent-(CW-OGD)) | ML | 19 | [OLMAR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Online-Moving-Average-Reversion-(OLMAR)) | FL |
| 2 | [DRICORN-K](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Dynamic-RIsk-CORrelation-driven-Non-parametric-(DRICORN)) | PM | 11 | [ClusLog](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#ClusLog) | PM | 20 | [Bᴷ](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Bᴷ) | PM |
| 3 | [CRP](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Constant-Rebalanced-Portfolio-(CRP)) | Benchmark (Market) | 12 | [PAMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Passive-Aggressive-Mean-Reversion-(PAMR)) | FL | 21 | [LOAD](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#LOcal-ADaptive-learning-system-(LOAD)) | Combination of Strategies |
| 4 | [UP](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Universal-Portfolio-(UP)) | Benchmark (Market) | 13 | [PPT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Price-Peak-Tracking-(PPT)) | FW | 22 | [MRvol](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#MRvol) | Combination of Strategies |
| 5 | [EG](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Exponential-Gradient-(EG)) | FW | 14 | [CWMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Confidence-Weighted-Mean-Reversion-(CWMR)) | FL | 23 | [TPPT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#Trend-Promote-Price-Tracking-(TPPT)) | Combination of Strategies |
| 6 | [BS](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Best-Stock-(BS)) | Benchmark (Market) | 15 | [CAEG](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/ML/#Continuous-Aggregating-Exponential-Gradient-(CAEG)) | ML | 24 | [GWR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Gaussian-Weighting-Reversion-(GWR)) | FL |
| 7 | [RPRT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Reweighted-Price-Relative-Tracking-System-for-Automatic-Portfolio-Optimization-(RPRT)) | FL | 16 | [OLDEM](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Online-Low-Dimension-Ensemble-Method-(OLDEM)) | PM | 25 | [ONS](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Online-Newton-Step-(ONS)) | Benchmark (Market) |
| 8 | [Anticor](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Anti-Correlation-(Anticor)) | FL | 17 | [AICTR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Adaptive-Input-and-Composite-Trend-Representation-(AICTR)) | FW | 26 | [DMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Distributed-Mean-Reversion-(DMR)) | FL |
| 9 | [1/N](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Uniform-Portfolio-(1/N)) | Benchmark (Market) | 18 | [EGM](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Exponential-Gradient-with-Momentum-(EGM)) | FW |
| 1 | [CORN](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Correlation-driven-Nonparametric-Learning-(CORN)) | PM | 11 | [ClusLog](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#ClusLog) | PM | 21 | [LOAD](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#LOcal-ADaptive-learning-system-(LOAD)) | Combination of Strategies |
| 2 | [DRICORN-K](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Dynamic-RIsk-CORrelation-driven-Non-parametric-(DRICORN)) | PM | 12 | [PAMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Passive-Aggressive-Mean-Reversion-(PAMR)) | FL | 22 | [MRvol](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#MRvol) | Combination of Strategies |
| 3 | [CRP](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Constant-Rebalanced-Portfolio-(CRP)) | Benchmark (Market) | 13 | [PPT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Price-Peak-Tracking-(PPT)) | FW | 23 | [TPPT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/Combined/#Trend-Promote-Price-Tracking-(TPPT)) | Combination of Strategies |
| 4 | [UP](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Universal-Portfolio-(UP)) | Benchmark (Market) | 14 | [CWMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Confidence-Weighted-Mean-Reversion-(CWMR)) | FL | 24 | [GWR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Gaussian-Weighting-Reversion-(GWR)) | FL |
| 5 | [EG](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Exponential-Gradient-(EG)) | FW | 15 | [CAEG](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/ML/#Continuous-Aggregating-Exponential-Gradient-(CAEG)) | ML | 25 | [ONS](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Online-Newton-Step-(ONS)) | Benchmark (Market) |
| 6 | [BS](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Best-Stock-(BS)) | Benchmark (Market) | 16 | [OLDEM](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Online-Low-Dimension-Ensemble-Method-(OLDEM)) | PM | 26 | [DMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Distributed-Mean-Reversion-(DMR)) | FL |
| 7 | [RPRT](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Reweighted-Price-Relative-Tracking-System-for-Automatic-Portfolio-Optimization-(RPRT)) | FL | 17 | [AICTR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Adaptive-Input-and-Composite-Trend-Representation-(AICTR)) | FW | 27 | [RMR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Robust-Median-Reversion-(RMR)) | FL |
| 8 | [Anticor](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Anti-Correlation-(Anticor)) | FL | 18 | [EGM](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Exponential-Gradient-with-Momentum-(EGM)) | FW | 28 | [SSOP](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FW/#Short-term-Sparse-Portfolio-Optimization-(SSPO)) | FW |
| 9 | [1/N](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/benchmark/#Uniform-Portfolio-(1/N)) | Benchmark (Market) | 19 | [OLMAR](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/FL/#Online-Moving-Average-Reversion-(OLMAR)) | FL |
| 10 | [CW-OGD](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/ML/#Combination-Weights-based-on-Online-Gradient-Descent-(CW-OGD)) | ML | 20 | [Bᴷ](https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/PM/#Bᴷ) | PM |
</div>

<p align="right">🆙<a href="#top">Table of cotents</a></p>
Expand Down

0 comments on commit a1521ff

Please sign in to comment.