IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#713 closed defect (fixed)

polynomial fitting routines do not consistently implement coeff masks

Reported by: eugene Owned by: gusciora@…
Priority: high Milestone:
Component: math Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

1D and 2D ordinary polynomial fitting was not respecting the coefficient masks
(3D and 4D were). I have fixed this and included the change in the rel10_ifa
branch.

Also, the coefficient errors are not being correctly calculated. The
coefficient error is the square root of the inverse of the A matrix used to
calculate the coefficients (in the equation Ax = B). The GaussJordan method of
solving Ax=B leaves the inverse of A behind in A, but the LUD method does not.
either the GaussJordan method should be used or the LUD method needs to solve
for inverse(A) as part of its analysis. In the version checked into rel10_ifa,
I am using the GaussJordan version. (Perhaps that should be #ifdef'ed, not if
(1) {})

Change History (4)

comment:1 by jhoblitt, 20 years ago

blocked: 717

comment:2 by David.Robbins@…, 20 years ago

Resolution: fixed
Status: newclosed

done.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.