home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / applications / _linreg / docs / history < prev    next >
Text File  |  1997-11-25  |  4KB  |  83 lines

  1.                            Linear regression utility
  2.                            =========================
  3.  
  4.                          By Paul F. Johnson, Sept 1997
  5.                          =============================
  6.  
  7. History file
  8. ============
  9.  
  10. As normal, I've included a history file, just for completeness really, but
  11. also so that you can appreciate how labourious this sort of thing can be!.
  12.  
  13. Without any sort of break from tradition, the list goes from the most
  14. recent to the least recent!
  15.  
  16. Versions
  17. ========
  18.  
  19. Vsn 1.33 - Cosmetic alterations to a few bits on the windows. Inserted
  20.            the icon bar menu onto the types of regression and data entry
  21.            windows.
  22.  
  23. Vsn 1.32 - Found a fun couple of bugs which gave an r^2 value which was
  24.            negative and if the gradient was over 9999, then the program
  25.            would substitute in !!!!.!!!!!!. This has been sorted out.
  26.  
  27. Vsn 1.31 - Sorted out the standard deviation problem. I should give tonnes
  28.            of thanks to Judah Arotsky at Uni of Salford for helping me out
  29.            with this one.
  30.  
  31. Vsn 1.30 - Finally managed to get the r2 value fixed. This and the standard
  32.            deviations have caused me more problems than anything else in
  33.            the entire program!. I have fiddled with this more times than I
  34.            wish to remember!. Phew!.
  35.  
  36. Vsn 1.28 - Inserted the help/history icons onto the info window. Wrote the
  37.            help/history files. Managed to get the standard deviation to
  38.            do what it is supposed to. Tidied a bit of code up.
  39.  
  40. Vsn 1.25 - Adjusted the data entry window so that the cursor and return keys
  41.            can be used. The only problem was that I followed the WimpBasic
  42.            manual which is incorrect!. After three attempts, it worked.
  43.  
  44. Vsn 1.24 - Fixed a small bug which meant that a "standard regression" gave
  45.            the same answer as a "standard deviation".
  46.  
  47. Vsn 1.20 - Sorted out a number of small bugs which would cause the program
  48.            to crash. Played with the data entry window to give 15 instead of
  49.            10 entry points.
  50.  
  51. Vsn 1.17 - Deleted from the answer window the value boxes inserted in Vsn 1.10
  52.            as they weren't needed any more.
  53.  
  54. Vsn 1.15 - Sorted out the intercept bugs (x and y gave very strange results
  55.            on a 100% straight line!)
  56.  
  57. Vsn 1.13 - All code now entered was mysteriously wiped from the code. This has
  58.            never happened before, and never since. Wiped the file and started
  59.            again. Luckily, I had 2 copies of virtually the same file.
  60.  
  61. Vsn 1.10 - Added value boxes to the answer window as the answers thrown back
  62.            were rubbish. Added code. Deleted the menu button from below.
  63.  
  64. Vsn 1.06 - (This encompasses all version from V1.03 to V1.09 - I never got
  65.            around to renumbering them). Fixed problems with the window
  66.            handler, positions, sizes and the such. Fixed a loop hole in the
  67.            code which caused the program to hangup. Played with a the icon
  68.            and inserted a menu into the choices box. Wrote the Impression &
  69.            Text versions of the formulae from the TechWriter original. After
  70.            about an hour using Formulix and Impression, I started to wonder
  71.            why anyone ever used Impression for technical documents - it's
  72.            terrible, but that is only my opinion and probably doesn't belong
  73.            here!
  74.  
  75. Vsn 1.03 - Created menu, re-wrote the sigma and intercept code.
  76.  
  77. Vsn 1.01 - Compiled and 100% crashed.
  78.  
  79. Vsn 1.00 - On paper, it looked easy. On the computer, it wasn't.
  80.  
  81. --------------
  82.  
  83. P.F.J. 27/9/97