testing1/drumb_test6.scala
author Christian Urban <urbanc@in.tum.de>
Sat, 15 Dec 2018 23:58:12 +0000
changeset 248 e8d966b1826d
parent 199 2e13dedd922e
child 281 32dfd2ca577b
permissions -rw-r--r--
updared
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
248
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents: 199
diff changeset
     1
//val urban_deltas = get_deltas(get_prices(List("GOOG", "AAPL"), 2010 to 2012))
130
d272307e6c02 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
248
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents: 199
diff changeset
     3
val ds_urban = List(List(Some(-0.03573992567129673), Some(0.539975124774038)), 
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents: 199
diff changeset
     4
                    List(Some(0.10103412653643493), Some(0.24777709700099845)))
130
d272307e6c02 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
d272307e6c02 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
d272307e6c02 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
248
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents: 199
diff changeset
     8
assert(yearly_yield(ds_urban, 100, 0) == 125)
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents: 199
diff changeset
     9
assert(yearly_yield(ds_urban, 100, 1) == 117)