IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2005, 1:01:30 PM (21 years ago)
Author:
gusciora
Message:

The purpose of this check-in is primarily to put the new robusts stats
code and tests into the CVS tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomial.c

    r5096 r5113  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.127 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-09-22 22:49:29 $
     9*  @version $Revision: 1.128 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-09-23 23:01:30 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    572572    psF32 tmp = 1.0;
    573573
    574     psTrace(".psLib.dataManip.psPolynomial.psGaussian", 4,
    575             "---- psGaussian() begin ----\n");
     574    psTrace(__func__, 4, "---- %s() begin ----\n", __func__);
    576575
    577576    if (normal == true) {
     
    579578    }
    580579
    581     psTrace(".psLib.dataManip.psPolynomial.psGaussian", 4,
    582             "---- psGaussian() end ----\n");
     580    psTrace(__func__, 4, "---- %s() end ----\n", __func__);
    583581    return(tmp * exp(-((x - mean) * (x - mean)) / (2.0 * sigma * sigma)));
    584582}
Note: See TracChangeset for help on using the changeset viewer.