IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.h

    r4190 r4315  
    1212 *  @author GLG, MHPCC
    1313 *
    14  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-09 19:26:48 $
     14 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-18 02:30:49 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4141 *  @return psF32      value on the gaussian curve given the input parameters
    4242 */
    43 psF32 psGaussian(
    44     psF32 x,                           ///< Value at which to evaluate
    45     psF32 mean,                        ///< Mean for the Gaussian
    46     psF32 stddev,                      ///< Standard deviation for the Gaussian
    47     psBool normal                      ///< Indicates whether result should be normalized
     43float psGaussian(
     44    float x,                           ///< Value at which to evaluate
     45    float mean,                        ///< Mean for the Gaussian
     46    float sigma,                       ///< Standard deviation for the Gaussian
     47    bool normal                        ///< Indicates whether result should be normalized
    4848);
    4949
Note: See TracChangeset for help on using the changeset viewer.