ACT-CV - Machine Vision for Cognitive Modeling
Static Public Member Functions | Static Protected Member Functions | Private Member Functions | List of all members
Chi Class Reference

the chi square distribution More...

#include <distrib.h>

Collaboration diagram for Chi:
Collaboration graph

Static Public Member Functions

static double ChiQVerteilung (double chi, double df)
 
static double ChiSqTail (double chi, double df)
 
static double ChiSqHead (double chi, double df)
 

Static Protected Member Functions

static double log_gamma (double x)
 
static double dgamma (double x1, double x2)
 

Private Member Functions

 Chi ()
 never subclass More...
 

Detailed Description

the chi square distribution

Definition at line 71 of file distrib.h.

Constructor & Destructor Documentation

Chi::Chi ( )
private

never subclass

Definition at line 73 of file distrib.h.

Member Function Documentation

static double Chi::ChiQVerteilung ( double  chi,
double  df 
)
static

Definition at line 123 of file distrib.h.

References dgamma(), and MIN_WAHRSCHEINLICHKEIT.

static double Chi::ChiSqHead ( double  chi,
double  df 
)
static

Definition at line 145 of file distrib.h.

References dgamma(), and MIN_WAHRSCHEINLICHKEIT.

static double Chi::ChiSqTail ( double  chi,
double  df 
)
static

Definition at line 134 of file distrib.h.

References dgamma(), and MIN_WAHRSCHEINLICHKEIT.

static double Chi::dgamma ( double  x1,
double  x2 
)
staticprotected

Definition at line 93 of file distrib.h.

References log_gamma(), and STARTFRACTION.

Referenced by ChiQVerteilung(), ChiSqHead(), and ChiSqTail().

static double Chi::log_gamma ( double  x)
staticprotected

Definition at line 75 of file distrib.h.

References HL2PI.

Referenced by dgamma().


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


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