Changeset 29060 for branches/sc_branches/trunkTest/psLib/src/math/psStats.c
- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/psLib/src/math/psStats.c
r27334 r29060 1211 1211 1212 1212 // Fit a Gaussian to the data. 1213 psMinimization *minimizer = psMinimizationAlloc(100, 0.01 ); // The minimizer information1213 psMinimization *minimizer = psMinimizationAlloc(100, 0.01, 1.0); // The minimizer information 1214 1214 psVector *params = psVectorAlloc(2, PS_TYPE_F32); // Parameters for the Gaussian 1215 1215 // Initial guess for the mean (index 0) and var (index 1).
Note:
See TracChangeset
for help on using the changeset viewer.
