| author | Christian Urban <urbanc@in.tum.de> | 
| Tue, 29 Oct 2019 09:54:52 +0000 | |
| changeset 278 | 57b5bba67467 | 
| parent 248 | e8d966b1826d | 
| child 281 | 32dfd2ca577b | 
| permissions | -rw-r--r-- | 
//val urban_deltas = get_deltas(get_prices(List("GOOG", "AAPL"), 2010 to 2012)) val ds_urban = List(List(Some(-0.03573992567129673), Some(0.539975124774038)), List(Some(0.10103412653643493), Some(0.24777709700099845))) assert(yearly_yield(ds_urban, 100, 0) == 125) assert(yearly_yield(ds_urban, 100, 1) == 117)