Changeset 12513 for trunk/psLib/test/math/tap_psStatsTiming.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStatsTiming.c (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStatsTiming.c
r11656 r12513 17 17 plan_tests(68); 18 18 19 diag("psStats timing tests");19 // diag("psStats timing tests"); 20 20 21 21 // build a gauss-deviate vector (mean = 0.0, sigma = 1.0) for tests … … 26 26 } 27 27 28 diag ("timing for sample mean");28 // diag ("timing for sample mean"); 29 29 /********** SAMPLE MEAN ***********/ 30 30 // test stat sample mean (no mask, no range) … … 149 149 } 150 150 151 diag ("timing for sample median");151 // diag ("timing for sample median"); 152 152 /********** SAMPLE MEDIAN ***********/ 153 153 // test stat sample median (no mask, no range) … … 243 243 } 244 244 245 diag ("timing for sample stdev");245 // diag ("timing for sample stdev"); 246 246 /********** SAMPLE STDEV ***********/ 247 247 // test stat sample stdev (no mask, no range) … … 366 366 } 367 367 368 diag ("timing for sample min,max");368 // diag ("timing for sample min,max"); 369 369 /*************** MIN,MAX ******************/ 370 370 // test stat min,max (no mask, no range) … … 456 456 } 457 457 458 diag ("timing for clipped stats");458 // diag ("timing for clipped stats"); 459 459 /********** CLIPPED STATS ***********/ 460 460 { … … 528 528 } 529 529 530 diag ("timing for robust stats");530 // diag ("timing for robust stats"); 531 531 /********** ROBUST STATS ***********/ 532 532 { … … 600 600 } 601 601 602 diag ("timing for fitted stats");602 // diag ("timing for fitted stats"); 603 603 /********** FITTED TIMING ***********/ 604 604 { … … 673 673 } 674 674 675 diag ("timing for fitted (v2) stats");675 // diag ("timing for fitted (v2) stats"); 676 676 /********** FITTED (v2) TIMING ***********/ 677 677 { … … 746 746 } 747 747 748 diag ("compare sample, robust, and fitted mean and stdev to theoretical");748 // diag ("compare sample, robust, and fitted mean and stdev to theoretical"); 749 749 // compare SAMPLE, FITTED, ROBUST mean to theoretical 750 750 { … … 785 785 } 786 786 787 diag ("compare sample, robust, and fitted mean and stdev to theoretical");787 // diag ("compare sample, robust, and fitted mean and stdev to theoretical"); 788 788 // compare SAMPLE, FITTED_V2, ROBUST mean to theoretical 789 789 {
Note:
See TracChangeset
for help on using the changeset viewer.
