#include <math.h>
#include "KKBaseTypes.h"
Go to the source code of this file.
|
| | KKB |
| | KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
|
| |
|
| template<typename T > |
| T | KKB::Calc3TTLQC (const vector< T > &v, kkint32 b) |
| |
| template<typename T > |
| T | KKB::CalcBQV (const vector< T > &v, kkint32 blockSize) |
| |
| template<typename T > |
| void | KKB::CalcMeanAndStdDev (const vector< T > &v, T &mean, T &stdDev) |
| |
| template<typename T > |
| T | KKB::CalcPQV (const vector< T > &v, kkint32 distance) |
| |
| template<typename T > |
| T | KKB::CalcTTLQC (const vector< T > &v, kkint32 b) |
| |
| template<typename T > |
| void | KKB::CalcVectorStats (const vector< T > &v, T &total, T &mean, T &stdDev, T &min, T &max) |
| |
| float | KKB::LLoydsIndexOfPatchiness (const KKB::VectorInt &bins) |
| |
| float | KKB::McNemarsTest (kkint32 size, const bool *classedCorrectly1, const bool *classedCorrectly2) |
| |
| float | KKB::PairedTTest (const KKB::VectorFloat &set1, const KKB::VectorFloat &set2) |
| |