Changeset 1722 for trunk/psLib/src/dataManip/psStats.c
- Timestamp:
- Sep 7, 2004, 8:11:14 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psStats.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.c
r1440 r1722 1 2 1 /** @file psStats.c 3 2 * \brief basic statistical operations … … 10 9 * @author George Gusciora, MHPCC 11 10 * 12 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 8-09 23:34:57$11 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-08 06:04:30 $ 14 13 * 15 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1041 1040 psVector* y = psVectorAlloc(3, PS_TYPE_F64); 1042 1041 psVector* yErr = psVectorAlloc(3, PS_TYPE_F64); 1043 psPolynomial1D* myPoly = psPolynomial1DAlloc(2 );1042 psPolynomial1D* myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD); 1044 1043 1045 1044 if ((binNum > 0) && (binNum < (histogram->nums->n + 1))) { … … 1132 1131 psVector* y = psVectorAlloc(3, PS_TYPE_F64); 1133 1132 psVector* yErr = psVectorAlloc(3, PS_TYPE_F64); 1134 psPolynomial1D* myPoly = psPolynomial1DAlloc(2 );1133 psPolynomial1D* myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD); 1135 1134 psVector* cumulativeRobustSumsFullRange = NULL; 1136 1135 psVector* cumulativeRobustSumsDlRange = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
