testing/drumb.scala
changeset 138 dc7aee946bf2
parent 135 e59aebee9770
equal deleted inserted replaced
137:7e0335924cfa 138:dc7aee946bf2
   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 }