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

  1.  
  2. Problem  Part of MACLIB disk (see app#'s 3515 and 3516 for general info)
  3.          Descriptive statistics that has you enter 24 x and y data points
  4.          and it calculates 3, 6, and 12 period moving avgs.  Other
  5.          stats calced are: number of items, max value, min, range of
  6.          values, mean, std deviation, variance, and linear regression.
  7.  
  8.  
  9.  
  10. Block Diagram
  11.                ___________________ ______________      ______________
  12.               |                   |              |    |              |
  13.               |    Data           |    scratch   |    |              |
  14.               |                   |    pad       |    |              |
  15.               |    Inputs         |    calc area |    |    MACLIB    |
  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.