IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 8:11:14 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.c

    r1440 r1722  
    1 
    21/** @file  psStats.c
    32 *  \brief basic statistical operations
     
    109 *  @author George Gusciora, MHPCC
    1110 *
    12  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-09 23:34:57 $
     11 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-08 06:04:30 $
    1413 *
    1514 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10411040    psVector* y = psVectorAlloc(3, PS_TYPE_F64);
    10421041    psVector* yErr = psVectorAlloc(3, PS_TYPE_F64);
    1043     psPolynomial1D* myPoly = psPolynomial1DAlloc(2);
     1042    psPolynomial1D* myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD);
    10441043
    10451044    if ((binNum > 0) && (binNum < (histogram->nums->n + 1))) {
     
    11321131    psVector* y = psVectorAlloc(3, PS_TYPE_F64);
    11331132    psVector* yErr = psVectorAlloc(3, PS_TYPE_F64);
    1134     psPolynomial1D* myPoly = psPolynomial1DAlloc(2);
     1133    psPolynomial1D* myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD);
    11351134    psVector* cumulativeRobustSumsFullRange = NULL;
    11361135    psVector* cumulativeRobustSumsDlRange = NULL;
Note: See TracChangeset for help on using the changeset viewer.