Dec 052017
Polynomial curve fitting program -compatible with FPLOT.ZIP by A. Hermida. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DATA.DAT | 2303 | 422 | deflated |
POLYFIT.EXE | 132130 | 71207 | deflated |
READ.ME | 830 | 449 | deflated |
Download File POLYFIT.ZIP Here
Contents of the READ.ME file
This is version 1.0 of POLYFIT by Alfonso Hermida 1992
----------------------Pi Square BBS (301)725-9080-----
This program reads your data file and fits a polynomial
of the form y = A+Bx+Cx^2+...+Gx^6. Any degree from
1 (linear) to 6th can be chosen. After the analysis,
a data file can be created to save the new fitted data.
The screen shows the coefficients of the polynomial and
some additional statistical info.
This program uses a data file of the form
x1 y1
x2 y2
: :
xn yn
in straight ASCII form. (check the included data file).
This program is fully compatible with FPLOT.ZIP written
also by Alfonso Hermida from Pi Square BBS (301)725-9080.
Call and download FPLOT.ZIP and leave your comments and
suggestions.
Use at your own risk!
----------------------------------------------------------
----------------------Pi Square BBS (301)725-9080-----
This program reads your data file and fits a polynomial
of the form y = A+Bx+Cx^2+...+Gx^6. Any degree from
1 (linear) to 6th can be chosen. After the analysis,
a data file can be created to save the new fitted data.
The screen shows the coefficients of the polynomial and
some additional statistical info.
This program uses a data file of the form
x1 y1
x2 y2
: :
xn yn
in straight ASCII form. (check the included data file).
This program is fully compatible with FPLOT.ZIP written
also by Alfonso Hermida from Pi Square BBS (301)725-9080.
Call and download FPLOT.ZIP and leave your comments and
suggestions.
Use at your own risk!
----------------------------------------------------------
December 5, 2017
Add comments