ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | List of all members
Regr< _t > Class Template Reference

bivariate regression More...

#include <statistiken.h>

Inheritance diagram for Regr< _t >:
Inheritance graph
Collaboration diagram for Regr< _t >:
Collaboration graph

Public Member Functions

_t get_y (_t xw)
 
_t get_a_yx ()
 
_t get_b_yx ()
 
_t get_b (int i)
 
- Public Member Functions inherited from Corr< _t >
 Corr ()
 
void init ()
 
void add (_t a, _t b)
 
int get_num_cases () const
 
_t get_squared_corr () const
 

Additional Inherited Members

- Protected Attributes inherited from Corr< _t >
Var< _t > x
 
Var< _t > y
 
_t summeXY
 
int n
 

Detailed Description

template<class _t>
class Regr< _t >

bivariate regression

Definition at line 232 of file statistiken.h.

Member Function Documentation

template<class _t >
_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().

template<class _t >
_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().

template<class _t >
_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().

template<class _t >
_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().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)