IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2004, 3:10:52 PM (22 years ago)
Author:
Paul Price
Message:

Polynomial is done by least-squares.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMinimize.h

    r257 r277  
    3131               );
    3232
    33 /** Derive a polynomial that goes through the points --- can be done analytically */
     33/** Derive a polynomial fit by least-squares --- can be done analytically */
    3434psFloatArray *
    3535psGetArrayPolynomial(const psFloatArray *restrict ord, //!< Ordinates (or NULL to just use the indices)
Note: See TracChangeset for help on using the changeset viewer.