Skip to content
  • Liam Healy's avatar
    Unify linear-mfit; Airy tests from GSL · ed9a001e
    Liam Healy authored
    The linear multi-parameter fitting functions with and without SVD have
    been unified into one function #'linear-fit; the weighted and
    unweighted functions have already been unified.  If tolerance is
    non-nil (double-float) the SVD functions will be called.
    
    Tests of the Airy functions have been replaced by those in GSL's
    gsl-1.11/specfunc/test_airy.c and agree.  Test totals now:
    SBCL 64: TOTAL: 1440 assertions passed, 5 failed, 0 execution errors.
    CCL 64:  TOTAL: 1441 assertions passed, 4 failed, 0 execution errors.
    ed9a001e