diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /math/curfit/doc/curfit.men | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/curfit/doc/curfit.men')
-rw-r--r-- | math/curfit/doc/curfit.men | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/curfit/doc/curfit.men b/math/curfit/doc/curfit.men new file mode 100644 index 00000000..b061badc --- /dev/null +++ b/math/curfit/doc/curfit.men @@ -0,0 +1,20 @@ + cvaccum - Accumulate point into data set + cvacpts - Accumulate points into a data set + cvcoeff - Get coefficients + cvepower - Convert errors to power series equivalents + cverrors - Calculate chi-squared and errors in coefficients + cveval - Evaluate curve at x + cvfit - Fit curve + cvfree - Free space allocated by cvinit + cvinit - Make ready to fit a curve; set up parameters of fit + cvpower - Convert coefficients to power series coefficients + cvrefit - Refit curve, same x and weight, different y + cvreject - Reject point from data set + cvrestore - Restore curve parameters and coefficients + cvsave - Save curve parameters and coefficients + cvset - Input coefficients derived external to the CURFIT package + cvsolve - Solve matrix for coefficients + cvstati - Get integer parameter + cvstatr - Get real parameter + cvvector - Evaluate curve at an array of x + cvzero - Zero arrays for new fit |