VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

statistics.h File Reference
#include <algorithm>
#include <cmath>
#include "common.h"
Include dependency graph for statistics.h:

Go to the source code of this file.

Classes

struct  spearman_aux
 

Functions

fl mean (const flv &v)
 
fl deviation (const flv &v)
 
fl rmsd (const flv &a, const flv &b)
 
fl average_difference (const flv &b, const flv &a)
 
fl pearson (const flv &x, const flv &y)
 
bool operator< (const spearman_aux &a, const spearman_aux &b)
 
flv get_rankings (const flv &x)
 
fl spearman (const flv &x, const flv &y)
 

Function Documentation

fl mean ( const flv v)
inline

References VINA_FOR_IN.

Referenced by deviation().

Here is the caller graph for this function:

fl deviation ( const flv v)
inline

References mean(), sqr(), and VINA_FOR_IN.

Here is the call graph for this function:

fl rmsd ( const flv a,
const flv b 
)
inline

References sqr(), VINA_CHECK, and VINA_FOR_IN.

Here is the call graph for this function:

fl average_difference ( const flv b,
const flv a 
)
inline

References VINA_CHECK, and VINA_FOR_IN.

fl pearson ( const flv x,
const flv y 
)
inline

References epsilon_fl, sqr(), VINA_CHECK, and VINA_FOR.

Referenced by spearman().

Here is the call graph for this function:

Here is the caller graph for this function:

bool operator< ( const spearman_aux a,
const spearman_aux b 
)
inline

References spearman_aux::x.

flv get_rankings ( const flv x)
inline

References VINA_FOR_IN.

Referenced by spearman().

Here is the caller graph for this function:

fl spearman ( const flv x,
const flv y 
)
inline

References get_rankings(), and pearson().

Here is the call graph for this function: