ACT-CV - Machine Vision for Cognitive Modeling
|
correlation between two variables More...
#include <statistiken.h>
Public Member Functions | |
Corr () | |
void | init () |
void | add (_t a, _t b) |
int | get_num_cases () const |
_t | get_squared_corr () const |
Protected Attributes | |
Var< _t > | x |
Var< _t > | y |
_t | summeXY |
int | n |
correlation between two variables
Definition at line 195 of file statistiken.h.
Definition at line 201 of file statistiken.h.
References Corr< _t >::init().
void Corr< _t >::add | ( | _t | a, |
_t | b | ||
) |
Definition at line 210 of file statistiken.h.
References Corr< _t >::n, Corr< _t >::summeXY, Corr< _t >::x, and Corr< _t >::y.
int Corr< _t >::get_num_cases | ( | ) | const |
Definition at line 216 of file statistiken.h.
References Corr< _t >::n.
_t Corr< _t >::get_squared_corr | ( | ) | const |
Definition at line 219 of file statistiken.h.
References Corr< _t >::summeXY, Corr< _t >::x, and Corr< _t >::y.
void Corr< _t >::init | ( | ) |
Definition at line 204 of file statistiken.h.
References InitZero(), Corr< _t >::n, Corr< _t >::summeXY, Corr< _t >::x, and Corr< _t >::y.
Referenced by Corr< _t >::Corr().
|
protected |
Definition at line 199 of file statistiken.h.
Referenced by Corr< _t >::add(), Regr< _t >::get_b_yx(), Corr< _t >::get_num_cases(), and Corr< _t >::init().
|
protected |
Definition at line 198 of file statistiken.h.
Referenced by Corr< _t >::add(), Corr< _t >::get_squared_corr(), and Corr< _t >::init().
Definition at line 197 of file statistiken.h.
Referenced by Corr< _t >::add(), Corr< _t >::get_squared_corr(), and Corr< _t >::init().
Definition at line 197 of file statistiken.h.
Referenced by Corr< _t >::add(), Corr< _t >::get_squared_corr(), and Corr< _t >::init().