Changeset 28998 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Aug 20, 2010, 11:47:48 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r27334 r28998 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.
