Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: polyfitterdemo - Function Up: polyfitter - Tool Previous: polyfitter.multifit - Function


polyfitter.eval - Function



Package utility
Module mathematics
Tool polyfitter


Evaluate a polynomial (usually the result of a fit)


Synopsis
eval(y, x, coeff)


Arguments

y   Values of the evaluated polynomial. If coeff has two dimensions, y[,1] is the evaluation using coeff[,1], y[,2] corresponds to coeff[,2] and so on.(Output)
x   The independent variable. (Input)
coeff   The coefficients in the order as emitted by fit or multifit.(Input)


Returns
Bool -- did the evaluation succeed


Description
Evaluate a polynomial. Normally you will be evaluating the result of a fit, but you can evaluate a polynomial from any other source as well.








next up previous contents index
Next: polyfitterdemo - Function Up: polyfitter - Tool Previous: polyfitter.multifit - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15