KSquare Utilities
StatisticalFunctions.h File Reference
#include <math.h>
#include "KKBaseTypes.h"

Go to the source code of this file.

Namespaces

 KKB
 KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
 

Functions

template<typename T >
KKB::Calc3TTLQC (const vector< T > &v, kkint32 b)
 
template<typename 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 >
KKB::CalcPQV (const vector< T > &v, kkint32 distance)
 
template<typename 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)