IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2005, 12:34:59 PM (21 years ago)
Author:
gusciora
Message:

Fixes bugs 338. Deeals with robust stats, and min->lastDelta.

File:
1 edited

Legend:

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

    r3264 r3547  
    44 *  @ingroup Stats
    55 *
    6  *  This file will hold the definition of the histogram and stats data
     6xd *  This file will hold the definition of the histogram and stats data
    77 *  structures.  It also contains prototypes for procedures which operate
    88 *  on those data structures.
     
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-17 19:26:23 $
     12 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:34:59 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8787psStats* psVectorStats(
    8888    psStats* stats,    ///< stats structure defines stats to be calculated and how
    89     psVector* in,      ///< Vector to be analysed.
    90     psVector* errors,  ///< Errors.
    91     psVector* mask,    ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
     89    const psVector* in,      ///< Vector to be analysed.
     90    const psVector* errors,  ///< Errors.
     91    const psVector* mask,    ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
    9292    psU32 maskVal      ///< Only mask elements with one of these bits set in maskVector
    9393);
Note: See TracChangeset for help on using the changeset viewer.