IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 3:17:28 PM (18 years ago)
Author:
Paul Price
Message:

Adding psStatsMeanOption and psStatsStdevOption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r14931 r15840  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-09-20 23:59:03 $
     10 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-12-15 01:17:28 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    146146// Return a particular stats value
    147147double psStatsGetValue(const psStats *stats, psStatsOptions option);
     148// Return the statistics option(s) for the mean/median
     149psStatsOptions psStatsMeanOption(psStatsOptions options);
     150// Return the statistics option(s) for the stdev
     151psStatsOptions psStatsStdevOption(psStatsOptions options);
    148152
    149153/// @}
Note: See TracChangeset for help on using the changeset viewer.