home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC1.ARC / 3418.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  1.1 KB  |  38 lines

  1.  
  2. Problem  Descriptive statistics that has you enter 24 x and y data points
  3.          and it calculates 3, 6, and 12 period moving avgs.  Other
  4.          stats calced are: number of items, max value, min, range of
  5.          values, mean, std deviation, variance, and linear regression.
  6.  
  7.  
  8.  
  9.  
  10. Block Diagram
  11.                ___________________ ______________
  12.               |                   |              |
  13.               |    Data           |    scratch   |
  14.               |                   |    pad       |
  15.               |    Inputs         |    calc area |
  16.               |                   |______________|
  17.               |                   |
  18.               |                   |
  19.               |___________________|
  20.               |                   |
  21.               |  Statistical Sum. |
  22.               |___________________|
  23.               |                   |
  24.               |    Instructs.     |
  25.               |___________________|
  26.  
  27. Tips
  28.          Good examples of how to calculate the above statistics.
  29.          F42..F51
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.