aboutsummaryrefslogtreecommitdiff
path: root/math/curfit/doc/cvreject.hlp
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /math/curfit/doc/cvreject.hlp
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/curfit/doc/cvreject.hlp')
-rw-r--r--math/curfit/doc/cvreject.hlp41
1 files changed, 41 insertions, 0 deletions
diff --git a/math/curfit/doc/cvreject.hlp b/math/curfit/doc/cvreject.hlp
new file mode 100644
index 00000000..52e5ca4f
--- /dev/null
+++ b/math/curfit/doc/cvreject.hlp
@@ -0,0 +1,41 @@
+.help cvreject June84 "Curfit Package"
+.ih
+NAME
+cvreject -- reject a single data point from the data set to be fit
+.ih
+SYNOPSIS
+cvreject (cv, x, y, weight)
+
+.nf
+pointer cv # curve descriptor
+real x # x value
+real y # y value
+real weight # weight value
+.fi
+.ih
+ARGUMENTS
+.ls cv
+Pointer to the curve descriptor structure.
+.le
+.ls x
+X value.
+.le
+.ls y
+Y value.
+.le
+.ls weight
+The weight value.
+.le
+.ih
+DESCRIPTION
+CVREJECT removes an individul data point from the data set.
+The non-zero basis functions for each x are calculated. The contribution
+of each x to the normal equations is computed and subtracted from the
+appropriate arrays and vectors.
+An array of points can be removed from the fit by repeated calls to CVREJECT
+followed by a single call to CVSOLVE to calculate a new set of coefficients.
+.ih
+NOTES
+.ih
+SEE ALSO
+.endhelp