home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d944 / aregress.lha / ARegress / ARegress.doc < prev    next >
Text File  |  1993-12-20  |  2KB  |  96 lines

  1.  
  2. ARegress V2.0  (c) 1993 Sven Bühling    -   Documentation
  3.  
  4.  
  5. 1. Intro
  6. --------
  7.  
  8. ARegress is a program for statistical evaluation of measurements. As the name
  9. of the program indicates, you can use it to estimate different kinds of
  10. regression, and to print graphs of the regressions.
  11.  
  12. This version provides provides bi-variate regression only.
  13.  
  14. The program runs on an Amiga with Kickstart >= 2.0.
  15.  
  16. Thanks to Harold for correcting this doc file.
  17.  
  18. 2. Parameters / Tooltypes
  19. -------------------------
  20.  
  21. The program understands the following Parameters (for CLI) and Tooltypes
  22. (for WB):
  23.   INTERLACE             TRUE oder FALSE   (Interlace-Screen)
  24.   WIDTH                 Size of the screen
  25.   HEIGHT                Height of the screen
  26.  
  27. Examples:  Tooltypes for Interlace screen:
  28.  
  29. INTERLACE=TRUE
  30. WIDTH=640
  31. HEIGHT=512
  32.  
  33.             For CLI:
  34.  
  35. ARegress INTERLACE TRUE WIDTH 640 HEIGHT 512
  36.  
  37. Default is PAL-Hires. If you have a FliFi or an NTSC-Amiga you should
  38. modify the values.
  39.  
  40. 3. Project-Menu
  41. ---------------
  42.  
  43. Load - not supported yet
  44. Save -    - " -
  45. New  - deletes all data
  46. Info - try it...
  47. Quit - ...
  48.  
  49.  
  50. 4. Input-Menu
  51. -------------
  52.  
  53. In this version, you enter pairs of values.   First the X-axis values, then
  54. the Y-axis values.
  55.  
  56. Append - enables Append mode
  57. Delete - deletes one pair
  58. Plot - plots diagram
  59. Ok - ...
  60.  
  61. 5. Graphics-Menu
  62. ----------------
  63.  
  64. Parameters - opens a window to modify the graphics parameters
  65. Plot - plots two points on the regression line
  66. Print - opens printer window
  67.  
  68. 5.1. Graphics parameters
  69. """""""""""""""""""""""
  70. X min., max.  - Limits of X-axis
  71. Y min., max.  - Limits of Y-axis
  72. X Steps, Y Steps  - Interval steps  (0 to 5)
  73. Grade - Intervals marked on each axis  (0 to 5)
  74. Precision - number of digits after decimal point
  75.  
  76. DoubleX - all vertical lines are drawn in double size
  77. Headline - ...
  78. X-Pos, Y-Pos - Position of the graph title
  79.  
  80. Raster X, Y: Optional Grid
  81.  
  82. 5.2. Print
  83. """"""""""
  84.  
  85. EditCMap - to edit the colours while printing
  86. (Don't forget to select Color in GraphicGFX-Preferences if you have a
  87. colour printer.)
  88.  
  89.  
  90. 6. Statistic-Menu
  91. -----------------
  92.  
  93. There are five different kinds of regression available in this version.
  94. Another special feature is Lagrange-Interpolation which connects all measures
  95. (if they have different X-values).
  96.