From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/gsurfit/doc/gsreject.hlp | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 math/gsurfit/doc/gsreject.hlp (limited to 'math/gsurfit/doc/gsreject.hlp') diff --git a/math/gsurfit/doc/gsreject.hlp b/math/gsurfit/doc/gsreject.hlp new file mode 100644 index 00000000..96344ac2 --- /dev/null +++ b/math/gsurfit/doc/gsreject.hlp @@ -0,0 +1,44 @@ +.help gsreject Aug85 "Gsurfit Package" +.ih +NAME +gsreject -- reject a data point from the fit +.ih +SYNOPSIS +gsreject (sf, x, y, z, weight) + +.nf +pointer sf # surface descriptor +real x # x value, xmin <= x <= xmax +real y # y value, ymin <= y <= ymax +real z # data value +real weight # weight +.fi +.ih +ARGUMENTS +.ls sf +Pointer to the surface descriptor structure. +.le +.ls x, y +X and y values. +.le +.ls z +Data value. +.le +.ls weight +Weight value. +.le +.ih +DESCRIPTION +GSREJECT removes a data point from the fit. The non-zero basis functions for +each x and y are calculated, and the contribution of the point 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 GSREJECT +followed by a single call to GSSOLVE to calculate a new set of coefficients. +.ih +NOTES +Out of bounds x and y values and INDEF valued data values are the responsibility +of the calling program. +.ih +SEE ALSO +gsaccum, gsacpts +.endhelp -- cgit