Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | mathematics | |
Tool | polyfitter |
coeff | The coefficients of the fit. The constant (0th-order) term is first, highest order term last. (Output) | ||
coefferrs | Estimated errors of the fit. (Output) | ||
chisq | for the fit. (Output) | ||
x | (Input) | ||
y | Must be the same length as ``x''. (Input) | ||
sigma | Errors in the ``y'' values. (Input) | ||
Default: | 1.0 | ||
order | Order of the highest term in the polynomial to fit. (Input) | ||
Allowed: | 0order10 | ||
Default: | 1 |