aboutsummaryrefslogtreecommitdiff
path: root/math/curfit/doc/cvvector.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/curfit/doc/cvvector.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/curfit/doc/cvvector.hlp')
-rw-r--r--math/curfit/doc/cvvector.hlp41
1 files changed, 41 insertions, 0 deletions
diff --git a/math/curfit/doc/cvvector.hlp b/math/curfit/doc/cvvector.hlp
new file mode 100644
index 00000000..79c0282f
--- /dev/null
+++ b/math/curfit/doc/cvvector.hlp
@@ -0,0 +1,41 @@
+.help cvvector Jun84 "Curfit Package"
+.ih
+NAME
+cvvector -- evaluate the fitted curve at a set of points
+.ih
+SYNOPSIS
+cvvector (cv, x, yfit, npts)
+
+.nf
+pointer cv # curve descriptor
+real x[] # x array
+real yfit[] # array of fitted y values
+int npts # number of x values
+.fi
+.ih
+ARGUMENTS
+.ls cv
+Pointer to the curve descriptor structure.
+.le
+.ls x
+Array of x values
+.le
+.ls yfit
+Array of fitted y values
+.le
+.ls npts
+The number of x values at which the curve is to be evaluated.
+.le
+.ih
+DESCRIPTION
+Fit the curve to an array of data points. CVVECTOR uses the coefficients
+stored in the curve descriptor structure.
+.ih
+NOTES
+The x values are assumed to lie
+in the region xmin <= x <= xmax. Checking for out of bounds x values is the
+responsibility of the user.
+.ih
+SEE ALSO
+cveval
+.endhelp