Go to the source code of this file.
Classes | |
struct | _TEST_STATS |
Defines | |
#define | HI_FILTER 3 |
#define | LO_FILTER 1 |
#define | HI_LO_FILTER 2 |
#define | NO_FILTER 0 |
#define | HIGH_FILTER HI_FILTER |
#define | LOW_FILTER LO_FILTER |
#define | HILO_FILTER HI_LO_FILTER |
#define | HIGH_LOW_FILTER HI_LO_FILTER |
Typedefs | |
typedef _TEST_STATS | TEST_STATS |
typedef _TEST_STATS * | PTEST_STATS |
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 27 of file stats.h. Referenced by FilterResults(), and WndProc(). |
|
Definition at line 29 of file stats.h. Referenced by FilterResults(). |
|
|
|
|
|
|
|
Definition at line 28 of file stats.h. Referenced by FilterResults(). |
|
|
|
Definition at line 30 of file stats.h. Referenced by Get_Stats(). |
|
Referenced by Get_Stats(). |
|
|
|
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().
|