#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <oski/common.h>
#include "abort_prog.h"
#include "testvec.h"
#include "stat.h"
Functions | |
| static int VTMANGLE() | compare (const void *a, const void *b) |
| "C++ template-like" comparison function | |
| void VTMANGLE() | CalcBasicStats (const VALTYPE *x, size_t n, VALTYPE *p_min, VALTYPE *p_max, VALTYPE *p_mean, VALTYPE *p_median) |
| Returns the min, mean, median, and max values of the given array. | |
| void VTMANGLE() | CalcMinMaxMedian (const VALTYPE *x, size_t n, VALTYPE *p_min, VALTYPE *p_max, VALTYPE *p_median) |
| Returns the min, mean, and median values of the given array. | |
| void VTMANGLE() | CalcMinMaxMean (const VALTYPE *x, size_t n, VALTYPE *p_min, VALTYPE *p_max, VALTYPE *p_mean) |
| Returns the min, mean, and max values of the given array. | |
| VALTYPE VTMANGLE() | CalcMin (const VALTYPE *x, size_t n) |
| Returns the minimum value of the given array. | |
| VALTYPE VTMANGLE() | CalcMax (const VALTYPE *x, size_t n) |
| Returns the minimum value of the given array. | |
| VALTYPE VTMANGLE() | CalcMean (const VALTYPE *x, size_t n) |
| Returns the maximum value of the given array. | |
|
||||||||||||
|
Returns the minimum value of the given array.
|
|
||||||||||||
|
Returns the maximum value of the given array.
|
|
||||||||||||
|
Returns the minimum value of the given array.
|
|
||||||||||||||||||||||||
|
Returns the min, mean, and max values of the given array.
|
|
||||||||||||||||||||||||
|
Returns the min, mean, and median values of the given array.
|
1.4.6