home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 4352 / read.me < prev    next >
Text File  |  1993-08-07  |  4KB  |  96 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.
  46.  
  47. The Nonlin system consists of the following files:
  48.  
  49. NONLIN.EXE   -- The executable program.
  50. NONLIN.DOC   -- Documentation file.
  51. REGISTER.DOC -- Form to register and order latest version of Nonlin.
  52. NONLIN.FON   -- Font file used if you request a plot.
  53. NONLIN.LJF   -- HP LaserJet font file (registered version only).
  54.      *.NLR   -- Example command files.
  55. DEMO.BAT     -- DOS batch file to run several demo regressions
  56.  
  57. To install Nonlin, copy the files into the directory of your choice. The
  58. registered version of Nonlin includes a file named NONLIN.LJF with the
  59. fonts needed for printing plots on HP LaserJet printers. If you do not plan
  60. to generated hard copy output for a LaserJet printer, you may delete the
  61. NONLIN.LJF file. If the NONLIN.FON and NONLIN.LJF files are not in your
  62. current directory, you must place a command of the following form in your
  63. AUTOEXEC.BAT file to tell Nonlin where to look for its font files:
  64.  
  65. SET NONLIN=directory
  66.  
  67. Where "directory" is the name of the device and directory where the files
  68. are located. For example, if the files are located in a directory named
  69. NONLIN on the C disk, the following command could be used:
  70.  
  71. SET NONLIN=C:\NONLIN
  72.  
  73. Once Nonlin has been installed, it can be started using a DOS command of
  74. the form:
  75.  
  76. NONLIN command_file
  77.  
  78. where "command_file" is the name of a file containing Nonlin commands that
  79. control the analysis.
  80.  
  81. If you are anxious to try Nonlin, a DOS batch file named "DEMO.BAT" is
  82. included which runs several example analyses.  To run it simply type the
  83. command:
  84.  
  85. DEMO
  86.  
  87. You can also run examples by entering the following commands:
  88.  
  89. NONLIN AIDS
  90. NONLIN F33YEAR
  91. NONLIN F33EXP
  92. NONLIN MAGNET
  93. NONLIN COOLING
  94.  
  95. Read or print the NONLIN.DOC file for further information.
  96.