#include "precomp.h"#include "stats.h"Go to the source code of this file.
| Functions | |
| BOOL | Get_Stats (double *array, long num_samples, const filter_option, long var_limit, PTEST_STATS stats) | 
| BOOL | GetAverage (double Sample_Array[], long No_Samples, double *Average) | 
| BOOL | GetStdDev (double Sample_Array[], double Average, long No_Samples, double *varcoef) | 
| void | SortUp (double *array, long array_size) | 
| BOOL | FilterResults (double Sorted_Array[], double *tmpAverage, double *tmpSD, long *tmpNumSamples, long limit, const filter_option) | 
| 
 | ||||||||||||||||||||||||||||
| 
 Definition at line 280 of file stats.c. References FALSE, GetStdDev(), HI_FILTER, HI_LO_FILTER, LO_FILTER, and TRUE. Referenced by Get_Stats(). 
 
 | 
| 
 | ||||||||||||||||||||||||
| 
 Definition at line 61 of file stats.c. References _TEST_STATS::Average, FALSE, FilterResults(), GetAverage(), GetStdDev(), _TEST_STATS::Maximum_Result, _TEST_STATS::Minimum_Result, NO_FILTER, _TEST_STATS::NumSamplesValid, PTEST_STATS, SortUp(), _TEST_STATS::StdDev, and TRUE. Referenced by WndProc(). 
 
 | 
| 
 | ||||||||||||||||
| 
 Definition at line 126 of file stats.c. Referenced by Get_Stats(). 
 | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 172 of file stats.c. References FALSE, L, Sum, and TRUE. Referenced by FilterResults(), and Get_Stats(). 
 
 | 
| 
 | ||||||||||||
| 
 Definition at line 226 of file stats.c. Referenced by Get_Stats(). 
 
 | 
 1.3.7
 1.3.7