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