ACT-CV - Machine Vision for Cognitive Modeling
Classes | Functions
statistiken.h File Reference

templates for univariate statistics More...

#include <stdexcept>
#include <vector>
#include <algorithm>
#include <cmath>
Include dependency graph for statistiken.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  statistics_exn
 exception class for statistics errors More...
 
class  Mean< _t >
 the statistical average More...
 
class  MeanMinMax< _t >
 statistical average, minimum, and maximum More...
 
class  MeanZero< _t >
 statistical average for more complicated stuff. Use Mean instead More...
 
class  SquareOperation< _t >
 how to square something More...
 
class  Var< _t >
 mean and variance More...
 
class  Corr< _t >
 correlation between two variables More...
 
class  Regr< _t >
 bivariate regression More...
 
class  TrimmedMean
 compute a trimmed mean More...
 

Functions

template<class _t >
void InitZero (_t &x)
 Initialize a type with zero. More...
 

Detailed Description

templates for univariate statistics

Allgemeine Templates für einfache deskriptive Statistik

Formeln abgeschrieben aus R. Sucks Skript

Definition in file statistiken.h.

Function Documentation

template<class _t >
void InitZero ( _t &  x)

Initialize a type with zero.

This has been added in order to be able to support more complex types like matrices.

Definition at line 54 of file statistiken.h.



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