Guest User

Untitled

a guest
Oct 21st, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.94 KB | None | 0 0
  1. >>> testFindMaxExpenses()
  2. retFund [1000.0, 2040.0, 3142.0, 4142.0, 5266.26]
  3. **********************
  4.  trial_exp   min_exp   max_exp     delta
  5.    2633.63      1.00   5266.26  -7361.61
  6.    1317.32      1.00   2633.63   -458.17
  7.     659.16      1.00   1317.32   2993.56
  8.     988.24    659.16   1317.32   1267.69
  9.    1152.78    988.24   1317.32    404.76
  10.    1235.05   1152.78   1317.32    -26.70
  11.    1193.91   1152.78   1235.05    189.03
  12.    1214.48   1193.91   1235.05     81.16
  13.    1224.76   1214.48   1235.05     27.23
  14.    1229.90   1224.76   1235.05      0.26
  15.    1232.47   1229.90   1235.05    -13.22
  16.    1231.19   1229.90   1232.47     -6.48
  17.    1230.55   1229.90   1231.19     -3.11
  18.    1230.22   1229.90   1230.55     -1.42
  19.    1230.06   1229.90   1230.22     -0.58
  20.    1229.98   1229.90   1230.06     -0.16
  21.    1229.94   1229.90   1229.98      0.05
  22.    1229.96   1229.94   1229.98     -0.05
  23.    1229.95   1229.94   1229.96      0.00
  24. 1229.95367046
  25. >>>
  26.  
Advertisement
Add Comment
Please, Sign In to add comment