testing/drumb.scala
changeset 138 7415ff9c91f4
parent 135 077e63e96287
equal deleted inserted replaced
137:53c769a78a1e 138:7415ff9c91f4
   104 
   104 
   105 
   105 
   106 
   106 
   107 //test cases for the two portfolios given above
   107 //test cases for the two portfolios given above
   108 
   108 
   109 //println("Real data: " + investment(rstate_portfolio, 1978 to 2017, 100))
   109 println("Real data: " + investment(rstate_portfolio, 1978 to 2017, 100))
   110 //println("Blue data: " + investment(blchip_portfolio, 1978 to 2017, 100))
   110 println("Blue data: " + investment(blchip_portfolio, 1978 to 2017, 100))
   111 
   111 
   112 
   112 
   113 }
   113 }