home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / nonlin22.zip / READ.ME < prev    next >
Text File  |  1993-04-17  |  5KB  |  98 lines

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