#482 closed defect (fixed)
polynomial prototype code
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | math | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
i am submitting my implementations of the ordinary polynomial fitting functions.
these implement the functions using the nOrder vs nTerm definitions. More
interesting is the implementation of the 2D fitting, which was previously
unimplemented, and the robust fitting, which are newly speced.
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | psPolynomials.c added |
|---|
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Owner: | changed from to |
|---|
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Should be in the previous CVS version.
Note:
See TracTickets
for help on using tickets.

my implementation examples of ordinary polynomial fitting functions