Changeset 10395 for trunk/psLib/test/math
- Timestamp:
- Dec 1, 2006, 12:41:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats_Sample_01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats_Sample_01.c
r10384 r10395 226 226 psMemId id = psMemGetId(); 227 227 228 diag("sample 1 ");228 diag("sample 1 : problem with integer-binned data driven to tiny sigma values"); 229 229 psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV | 230 230 PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV | 231 231 PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV | 232 232 PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_MEDIAN | 233 PS_STAT_SAMPLE_STDEV); 233 PS_STAT_SAMPLE_STDEV | PS_STAT_USE_BINSIZE); 234 stats->binsize = 1.0; 235 234 236 235 237 // copy data in static array
Note:
See TracChangeset
for help on using the changeset viewer.
