home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL39.ARJ / VOL3925 < prev    next >
Text File  |  1992-01-07  |  3KB  |  60 lines

  1.  
  2. P r o g r a m m a T h e e k volume 3925
  3.  
  4. gelijk aan PC/SIG no. 925
  5.  
  6. Titel: Turbo Designer Toolbox, Math
  7.  
  8. Number  Name            Size    Date    Comments
  9.         CATALOG  925     1351   3-03-89 This list.
  10. 3925.01 GO       TXT     1310   9-12-87 Intro to  doc/programs.
  11. 3925.02 GO       BAT       38  19-10-87 Show GO.TXT.
  12. 3925.03 DESCRIPT         1329  18-09-87 Short Description of  LSTSQR and TD.
  13. 3925.04 LSTSQR   DOC    12680  18-09-87 \ Documentation.
  14. 3925.05 LSTSQR   COM    56509   2-09-87  \ Least Squares Fit  (Non-8087) 
  15. 3925.06 LSTSQR87 COM    55006   2-09-87   \ 8087 version of  LSTSQR.
  16. 3925.07 4X6      FON      285  23-07-87   / Font file for  graphing section    
  17.                                             of LSTSQR.
  18. 3925.08 ERROR    MSG      567  23-07-87 / Error message for  LSTSQR graph.
  19. 3925.09 README           2448   1-09-87 / How to print  documentation.
  20. 3925.10 GLOBAL   PAS      471   1-09-87 Global variables for  TURBO Designer
  21.                                         output.
  22. 3925.11 PD       PAS     7945   1-09-87 "PULL DOWN"  (spaghetti, uncommented)
  23.                                         source.
  24. 3925.12 PRACTICE DAT      403   1-09-87 Datafile for  PRACTICE.
  25. 3925.13 PRACTICE COM    23230   1-09-87 Learning Pull Down  Menus.
  26. 3925.14 PRACTICE PAS     3551   1-09-87 Source (doesn't work  without
  27.                                         goodies; not here)
  28. 3925.15 PRINTDOC COM    12264   1-09-87 Putting doc to the  printer.
  29. 3925.16 READ     ME       189   4-09-87 How to print the  documentation.
  30. 3925.17 GLIMPSE  COM    36878   1-09-87 Glimpse of advanced  version of TD1.
  31. 3925.18 TD1      DOC    30272   1-09-87 Documentation.
  32. 3925.19 TD1      COM    53964   1-09-87 Very limited version of Turbo designer.
  33.         VOL3925  ABS     1408   3-03-89 Volume abstract.
  34.                21 File(s)    46080 bytes free
  35.  
  36. LSTSQR
  37.  
  38. This program carries out a least-squares fit of data to a  variety of functio-
  39. nal forms including linear, logarithmic,  polynomial and exponential, and
  40. others found in science and  engineering. Among its features are
  41. 1) an large number and variety of functional forms to which  it will fit data.
  42. 2) the support of the 8087 math coprocessor in the case of  LSTSQR87.
  43. 3) a wide variety of measures of the quality of the fit  provided, including
  44. standard deviation and 95% confidence intervals.
  45. 4) the capability of graphing or printing the results of a  fit.
  46. 5) multiple fitting attempts for a given set of data with  changes in data
  47. points and fitting functional form between  fitting attempts and the fitting
  48. of an unlimited number of  sets of data, all without leaving the program. Data
  49. can be  input by keyboard or from data files on disk.  
  50.  
  51. TURBO DESIGNER 1
  52.  
  53. This is a limited version of a programmer toolbox for the  Turbo Pascal
  54. compiler. TURBO DESIGNER helps you create  pull-down menus in your applicati-
  55. ons. It is very simple  because the program just asks you to input your data
  56. (i.e.,  the information you would like to appear while the program  is
  57. running) on the full-screen editor. Once you have set up  your menu work
  58. environment, TURBO DESIGNER creates a Pascal  source file according to your
  59. data. This new file can be  compiled using TURBO PASCAL 3.00 and the result is
  60. a routine  with pull-down menus.