home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / nonlin24.zip / READ.ME < prev    next >
Text File  |  1993-06-14  |  5KB  |  101 lines

  1.  
  2.           ***  NONLIN -- Nonlinear Regression Analysis Program  ***
  3.  
  4. Nonlin allows you to perform statistical regression analyses to estimate
  5. the values of parameters for linear, multivariate, polynomial, and general
  6. nonlinear functions.  The regression analysis determines the values of the
  7. parameters which cause the function to best fit the observed data that you
  8. provide.  Nonlin allows you to specify the form of the function whose
  9. parameters are being estimated using ordinary algebraic notation.  In
  10. addition to determining the parameter estimates, Nonlin can be directed to
  11. generate an output file with predicted values and residuals.  It can also
  12. plot the observed values and the estimated function and the residual
  13. values.  In addition to performing regression analysis, Nonlin can also be
  14. used to find the root (zero value point) or minimum absolute value of a
  15. nonlinear expression.
  16.  
  17. A "DEMO.BAT" file is included to run several example analyses.
  18.  
  19. There are two versions of the Nonlin program: shareware and registered. You
  20. are welcome to make copies of the shareware version of Nonlin and pass them
  21. on to friends or post this program on bulletin boards or distribute it via
  22. disk catalog services provided the entire Nonlin distribution is included
  23. in its original, unmodified form.
  24.  
  25. As a shareware product, you are granted a no-cost, trial period of 30 days
  26. during which you may evaluate Nonlin. If you find Nonlin to be useful,
  27. educational, and/or entertaining, and continue to use it beyond the 30 day
  28. trial period, you are required to compensate the author by sending the
  29. registration form printed in the REGISTER.DOC file with the appropriate
  30. registration fee to help cover the development and support of Nonlin.
  31.  
  32. In return for registering, you will be authorized to continue using Nonlin
  33. beyond the trial period and you will receive a registered version of the
  34. program, a laser-printed, bound manual, and three months of support via
  35. telephone, mail, or CompuServe.  Your registration fee will be refunded if
  36. you encounter a serious bug that cannot be corrected.
  37.  
  38. The registered version of Nonlin omits the shareware notification screen
  39. at the start of the run and does not require you to press a key to proceed
  40. with the analysis.  The registered version also includes the ability to
  41. print plots on HP LaserJet printers.
  42.  
  43. Nonlin requires 512 KB of memory.  In order to use the opional PLOT command
  44. you must have a CGA, EGA, or VGA monitor.  An 80x87 numeric coprocessor
  45. greatly improves its execution speed, but is not required. Nonlin has been
  46. successfully run on dozens of computer types ranging from 8088's and
  47. laptops to 486's.  However, one user reported that it "hung up" while
  48. running on a Gateway brand computer. The author would appreciate receiving
  49. information about any computers on which Nonlin does not successfully
  50. operate.
  51.  
  52. The Nonlin system consists of the following files:
  53.  
  54. NONLIN.EXE   -- The executable program.
  55. NONLIN.DOC   -- Documentation file.
  56. REGISTER.DOC -- Form to register and order latest version of Nonlin.
  57. NONLIN.FON   -- Font file used if you request a plot.
  58. NONLIN.LJF   -- HP LaserJet font file (registered version only).
  59.      *.NLR   -- Example command files.
  60. DEMO.BAT     -- DOS batch file to run several demo regressions
  61.  
  62. To install Nonlin, copy the files into the directory of your choice. The
  63. registered version of Nonlin includes a file named NONLIN.LJF with the
  64. fonts needed for printing plots on HP LaserJet printers. If you do not plan
  65. to generated hard copy output for a LaserJet printer, you may delete the
  66. NONLIN.LJF file. If the NONLIN.FON and NONLIN.LJF files are not in your
  67. current directory, you must place a command of the following form in your
  68. AUTOEXEC.BAT file to tell Nonlin where to look for its font files:
  69.  
  70. SET NONLIN=directory
  71.  
  72. Where "directory" is the name of the device and directory where the files
  73. are located. For example, if the files are located in a directory named
  74. NONLIN on the C disk, the following command could be used:
  75.  
  76. SET NONLIN=C:\NONLIN
  77.  
  78. Once Nonlin has been installed, it can be started using a DOS command of
  79. the form:
  80.  
  81. NONLIN command_file
  82.  
  83. where "command_file" is the name of a file containing Nonlin commands that
  84. control the analysis.
  85.  
  86. If you are anxious to try Nonlin, a DOS batch file named "DEMO.BAT" is
  87. included which runs several example analyses.  To run it simply type the
  88. command:
  89.  
  90. DEMO
  91.  
  92. You can also run examples by entering the following commands:
  93.  
  94. NONLIN AIDS
  95. NONLIN F33YEAR
  96. NONLIN F33EXP
  97. NONLIN MAGNET
  98. NONLIN COOLING
  99.  
  100. Read or print the NONLIN.DOC file for further information.
  101.