From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- math/curfit/doc/curfit.men | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/curfit/doc/curfit.men (limited to 'math/curfit/doc/curfit.men') 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 -- cgit