ACT-CV - Machine Vision for Cognitive Modeling
|
bivariate regression More...
#include <statistiken.h>
Public Member Functions | |
_t | get_y (_t xw) |
_t | get_a_yx () |
_t | get_b_yx () |
_t | get_b (int i) |
![]() | |
Corr () | |
void | init () |
void | add (_t a, _t b) |
int | get_num_cases () const |
_t | get_squared_corr () const |
Additional Inherited Members | |
![]() | |
Var< _t > | x |
Var< _t > | y |
_t | summeXY |
int | n |
bivariate regression
Definition at line 232 of file statistiken.h.
_t Regr< _t >::get_a_yx | ( | ) |
Definition at line 237 of file statistiken.h.
References Regr< _t >::get_b_yx().
Referenced by Regr< _t >::get_b(), and Regr< _t >::get_y().
_t Regr< _t >::get_b | ( | int | i) |
Definition at line 247 of file statistiken.h.
References Regr< _t >::get_a_yx(), and Regr< _t >::get_b_yx().
_t Regr< _t >::get_b_yx | ( | ) |
Definition at line 241 of file statistiken.h.
References Corr< _t >::n.
Referenced by Regr< _t >::get_a_yx(), Regr< _t >::get_b(), and Regr< _t >::get_y().
_t Regr< _t >::get_y | ( | _t | xw) |
Definition at line 234 of file statistiken.h.
References Regr< _t >::get_a_yx(), and Regr< _t >::get_b_yx().