polynomial fitting functions missing many features
| Reported by: |
eugene |
Owned by: |
gusciora@… |
|
Priority:
|
high
|
Milestone:
|
|
|
Component:
|
math
|
Version:
|
0.8.0
|
|
Severity:
|
normal
|
Keywords:
|
|
|
Cc:
|
|
|
|
the polynomial fitting functions are substantially broken (or unfinished):
- inconsistent support for F32/F64
- NULL mask, errors inconsistently supported
- maskValue not being correctly applied (or applied at all)
- missing support for 3rd and 4th order polynomials
- other minor errors.
I have implemented / re-implemented these features, except for full 3rd and 4th
order. they are available in the branch eam_rel8_b1
Change History
(6)
| Owner: |
changed from robert.desonia@… to gusciora@…
|
| Owner: |
changed from gusciora@… to robert.desonia@…
|
| Owner: |
changed from robert.desonia@… to gusciora@…
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Keywords: |
VERIFIED removed
|
The poly fitting routines should be in faily good shape now.