home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / apps / 4953 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!gumby!wupost!usc!rpi!danony
  3. From: danony@aix.rpi.edu (Yaron Danon)
  4. Subject: WINFIT 1.0 uploaded to cica
  5. Message-ID: <jlw1w7m@rpi.edu>
  6. Nntp-Posting-Host: aix.rpi.edu
  7. Organization: Rensselaer Polytechnic Institute, Troy, NY
  8. Date: Tue, 17 Nov 1992 03:48:37 GMT
  9. Lines: 33
  10.  
  11.  
  12. I uploaded to ftp.cica.indiana.edu
  13.  
  14.  
  15. WINFIT 1.0
  16. -----------
  17.  
  18. This is version 1.0 of the shareware program WINFIT, a non linear least squares fitting
  19. program for windows 3.x
  20. The program interface  is written in Visual Basic (the fitting code is in  WINFIT.DLL),
  21. this requires the VBRUN100.DLL in the /windows directory.
  22.  
  23.  
  24. FEATURES
  25.  
  26. * Reads a simple ASCII file, space or tab delimited of X Y with an optional Y-error data.
  27. * The data can be plotted with log axis options.
  28. * The program uses Levenberg-Marquardt fitting method.
  29. * There are some built in functions and the a user-defined function.
  30. * The program can generate weights that improve fitting performance for some problems.
  31. * This version can read up to 500 data points and fit up to 10 parameters.
  32. * The program provides a REPORT file and the plot can be copied to the clipboard.
  33. * The program will calculate and display the COVARIANCE and CURVATURE matrixes
  34.  
  35.  
  36. INSTALLING
  37. Create a directory /winfit (or place it anywhere else) copy all files to that directory.
  38. From the file manager Drag the program name to a group in the file manager.
  39. To run make sure you have VBRUN100.DLL in your /windows directory and
  40. double click on the winfit icon.
  41.  
  42. Enjoy,
  43. Yaron
  44.