This season is a severe outlier when it comes to several trends. A quarter of the way through the season my ROI was similar to yours, I was able to make the necessary adjustments after extensive trouble shooting and my roi is at 8% this season. I would be happy to show you some of my analysis and trends.By the way, you say you extract your trends from SBR situational threads? Could you link that forum, I have developed all of my own trends I would like to compare.
On Thursday, January 28, 2016 at 10:05:23 AM UTC-5, summerlink wrote:
quick update:
String[] elements1 = {"A", "H", "F", "D"};
String[] elements2 = {"p:H", "p:A", "p:W", "p:L", "p:D", "p:F"};
String[] elements3 = {"p:DAY", "p:NGT", "p:X"};
String[] elements4 = {"SG=1", "SG=2", "SG=3", "1<SG<4", "1<=SG<4", "n:SG=1"};
String[] elements5 = {"DIV", "C", "not DIV", "not C"};I want to add more aggregation strategies, so I'm rewriting the code that performs the aggregation logic.
After 2 months of MLB, my trend set performed way below the expected results from previous years. YoY results are below ( 2016 includes games up until and including 31st of May ). Is this set due for a regression to the mean ? Or did something happen in 2014 with the game itself, and most trends that held up until then start reversing ?
| Season | ROI | Zscore | AVG | Profit | Wins | Losses | Pushes |
| 2005 | 29.92 | 8.79 | 103 | 25800 | 473 | 269 | 0 |
| 2006 | 30.68 | 8.74 | 103.4 | 24915 | 451 | 251 | 0 |
| 2007 | 21.93 | 6.57 | -101.5 | 19895 | 460 | 301 | 0 |
| 2008 | 26.44 | 7.77 | 102 | 22995 | 469 | 280 | 0 |
| 2009 | 30.69 | 8.99 | 101 | 26485 | 478 | 258 | 0 |
| 2010 | 31.85 | 9.24 | 103.6 | 26815 | 461 | 251 | 0 |
| 2011 | 23 | 6.68 | -100.8 | 19430 | 444 | 276 | 0 |
| 2012 | 30.52 | 8.82 | -100.9 | 25697 | 464 | 247 | 0 |
| 2013 | 21.68 | 6.36 | 104.1 | 18756 | 448 | 303 | 0 |
| 2014 | 9.68 | 2.84 | 102.9 | 8451 | 414 | 350 | 0 |
| 2015 | 8.57 | 2.49 | 101.5 | 7367 | 402 | 343 | 0 |
| 2016 | -6.72 | -1.02 | -103 | -1664 | 96 | 111 | 0 |
Completely agree with what JJ said above.
$ java -version
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b16, mixed mode)
$ java -jar TrendAggregator.jar nhl nhltrends
java.net.UnknownHostException: proxy.houston.hp.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
...
Suggestions?
Thanks.
Steve