IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2013, 5:49:11 PM (13 years ago)
Author:
watersc1
Message:

Partially corrected psStats code. psStats/robustMedian handles small numbers of inputs correctly. psMinimizePolyFit attempts to scale the ordinary polynomial fit data by the median and scale to make the fitting somewhat more stable. psBinomialCoeff is necessary to implement this scaling, so it is added here as a stand alone function. There is still a bias in the fitting results that I need to sort out still, but this fixes the known stats failure modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r35394 r36222  
    77        psUnaryOp.c \
    88        psBinaryOp.c \
     9        psBinomialCoeff.c \
    910        psClip.c \
    1011        psCompare.c \
     
    3637        psUnaryOp.h \
    3738        psBinaryOp.h \
     39        psBinomialCoeff.h \
    3840        psClip.h \
    3941        psCompare.h \
Note: See TracChangeset for help on using the changeset viewer.