| author | Christian Urban <christian.urban@kcl.ac.uk> |
| Mon, 25 Dec 2023 01:10:55 +0100 | |
| changeset 479 | 78cb5cdda3c3 |
| parent 402 | 72e43cb53c13 |
| permissions | -rw-r--r-- |
| 248 | 1 |
//val urban_deltas = get_deltas(get_prices(List("GOOG", "AAPL"), 2010 to 2012))
|
| 281 | 2 |
/* |
3 |
def myassert(cond : => Boolean) = {
|
|
4 |
try {
|
|
5 |
assert(cond) |
|
6 |
} catch {
|
|
7 |
case _ : Throwable => System.exit(1) |
|
8 |
} |
|
9 |
} |
|
10 |
*/ |
|
| 130 | 11 |
|
| 281 | 12 |
val ds_urban = List(List(Some(-0.03573991804411003), Some(0.539974575389325)), |
13 |
List(Some(0.10103414222249969), Some(0.24777764141006836))) |
|
| 130 | 14 |
|
15 |
||
16 |
||
| 402 | 17 |
assert(M1.yearly_yield(ds_urban, 100, 0) == 125) |
18 |
assert(M1.yearly_yield(ds_urban, 100, 1) == 117) |