lamp_mac/D7_g/
fit_poly.pro
top fit_poly
result = fit_poly(w_in, np, degree=degree)
******* ********
** User callable
** Fits a polynomial of degree npoly in the x-dimension to one- or
** two-dimensional data
**
** ARGUMENTS:
** degree :degree of polynomial to fit the data with
**
** DIMENSIONS:
** 1-d or 2d data
**
** COMMAND SYNTAX:
** w3 = fit_poly(w2,degree=
Parameters
- w_in
- np
Keywords
- degree
File attributes
Modification date: | Tue Oct 1 14:43:35 2013 |
Lines: | 56 |