home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL38.ARJ / VOL3823 < prev    next >
Text File  |  1992-01-07  |  3KB  |  58 lines

  1.  
  2. P r o g r a m m a T h e e k volume 3823
  3.  
  4. gelijk aan PC/SIG no. 823
  5.  
  6. Titel: Matrix & Regressie-berekeningen
  7.  
  8. Number  Name            Size    Date    Comments
  9.         CATALOG  823     1024   5-18-89 This file
  10. 3823.01 GO       BAT       38   7-08-87 Instructions how to  get started
  11. 3823.02 GO       TXT      771   9-16-87 How to print *.DOC  files
  12. 3823.03 HALD     DAT      256   1-05-87 Hald datafile -  stepwise regression
  13. 3823.04 HALD     MTW     8448   1-02-87 Hald data as saved  matrix worksheet
  14. 3823.05 LONGLEY  DAT      768   1-05-87 Longley data -  stepwise regression
  15. 3823.06 MATRIX   DOC    30976   1-05-87 Doc for interactive  calculator
  16. 3823.07 MATRIX   EXE    58112   1-05-87 Compiled version of  ^
  17. 3823.08 READ     ME      2260   1-09-87 Introduction file
  18. 3823.09 STEPREG  DOC    22016   1-05-87 Documentation for  STEPREG.EXE
  19. 3823.10 STEPREG  EXE    45824   1-02-87 Stepwise interactive  regression       
  20.         VOL3823  ABS     2048   5-18-89 VOL3823 abstract
  21. 3823.11 WAMPLER  DAT      768   1-05-87 Wampler data -  stepwise regression    
  22.            13 File(s)    183296 bytes free on VOL3823
  23.  
  24. Program Title: INTERACTIVE MATRIX CALCULATOR, INTERACTIVE
  25.                REGRESSION ver 2
  26.  
  27.     MATRIX CALCULATOR operates on 20 matrix areas, numbered  from
  28. 1 through 20. Each matrix may store 150 elements, the  product of
  29. the number of rows with the number of columns. Since the  matrices
  30. are stored in contiguous blocks, if only every other matrix,  say
  31. numbers 1,3,5, etc., are used, then up to 300 elements per  matrix
  32. may be stored. Storage of 450 elements per matrix is  possible if
  33. only areas 1,4,7, etc. are used, 600 elements if only 1,5,  etc.
  34. are used, and so on. Since the program makes no boundary  checks,
  35. the 151st element of a matrix will be placed into the first
  36. position of the next matrix. Only one operation at a time is
  37. performed; i.e., only one multiplication, one addition, etc.
  38. Results may be displayed at any time using the Print  command. The
  39. storage limit of 20 matrices may be extended by using the  disk
  40. for additional storage and retrieval.
  41.  
  42.     The idea of INTERACTIVE REGRESSION is that the  researcher
  43. knows his data best. Rather than provide canned variable
  44. selection routines, the researcher is prompted for the next  step
  45. each time the model changes due to the addition or deletion  of a
  46. variable. At any particular step, variables that are in the
  47. equation may be deleted, or variables which are not in the
  48. equation may be added. No provision is made for residual  analysis
  49. since no data is stored. This is a serious limitation of the
  50. program in terms of modern regression analysis procedures.  The
  51. program is invoked by giving the command STEPREG and then  reading
  52. the opening screen which follows. An annotated example of  the
  53. interactive analysis of the Hald data is then presented.
  54. Explanatory notes are set apart by "******" borders.
  55.  
  56. Usage: Statistical Analysis
  57.  
  58. System Requirements: 128K of memory and one floppy drive.