testing1/drumb_test6.scala
changeset 281 87b9e3e2c1a7
parent 248 1616d06a0893
equal deleted inserted replaced
280:a057dc4457fc 281:87b9e3e2c1a7
     1 //val urban_deltas = get_deltas(get_prices(List("GOOG", "AAPL"), 2010 to 2012))
     1 //val urban_deltas = get_deltas(get_prices(List("GOOG", "AAPL"), 2010 to 2012))
       
     2 /*
       
     3 def myassert(cond : => Boolean) = {
       
     4   try {
       
     5     assert(cond)
       
     6   } catch { 
       
     7     case _ : Throwable => System.exit(1)
       
     8   }
       
     9 }
       
    10 */
     2 
    11 
     3 val ds_urban = List(List(Some(-0.03573992567129673), Some(0.539975124774038)), 
    12 val ds_urban = List(List(Some(-0.03573991804411003), Some(0.539974575389325)), 
     4                     List(Some(0.10103412653643493), Some(0.24777709700099845)))
    13                     List(Some(0.10103414222249969), Some(0.24777764141006836)))
     5 
    14 
     6 
    15 
     7 
    16 
     8 assert(yearly_yield(ds_urban, 100, 0) == 125)
    17 assert(CW6b.yearly_yield(ds_urban, 100, 0) == 125)
     9 assert(yearly_yield(ds_urban, 100, 1) == 117)
    18 assert(CW6b.yearly_yield(ds_urban, 100, 1) == 117)