Changeset 4162 for trunk/psLib/src/dataManip/psMinimize.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r3855 r4162 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 5-05 22:23:29$10 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-08 23:40:45 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 15 15 */ 16 16 17 #if !defined(PS_MINIMIZE_H)17 #ifndef PS_MINIMIZE_H 18 18 #define PS_MINIMIZE_H 19 19 … … 53 53 /** Derive a polynomial fit. 54 54 * 55 * psVectorFitPolynomial1d returns the polynomial that best fits the 56 * observations. The input parameters are a polynomial that specifies the 57 * fit order, myPoly, which will be altered and returned with the best-fit 58 * coefficients; and the observations, x, y and yErr. The independent 59 * variable list, x may be NULL, in which case the vector index is used. 60 * The dependent variable error, yErr may be null, in which case the solution 61 * is determined in the assumption that all data errors are equal. This 55 * psVectorFitPolynomial1d returns the polynomial that best fits the 56 * observations. The input parameters are a polynomial that specifies the 57 * fit order, myPoly, which will be altered and returned with the best-fit 58 * coefficients; and the observations, x, y and yErr. The independent 59 * variable list, x may be NULL, in which case the vector index is used. 60 * The dependent variable error, yErr may be null, in which case the solution 61 * is determined in the assumption that all data errors are equal. This 62 62 * function must be valid only for types psF32, psF64. 63 63 * … … 142 142 /* \} */// End of MathGroup Functions 143 143 144 #endif 144 #endif // #ifndef PS_MINIMIZE_H 145 145
Note:
See TracChangeset
for help on using the changeset viewer.
