ACT-CV - Machine Vision for Cognitive Modeling
|
the chi square distribution More...
#include <distrib.h>
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... | |
|
static |
Definition at line 123 of file distrib.h.
References dgamma(), and MIN_WAHRSCHEINLICHKEIT.
|
static |
Definition at line 145 of file distrib.h.
References dgamma(), and MIN_WAHRSCHEINLICHKEIT.
|
static |
Definition at line 134 of file distrib.h.
References dgamma(), and MIN_WAHRSCHEINLICHKEIT.
|
staticprotected |
Definition at line 93 of file distrib.h.
References log_gamma(), and STARTFRACTION.
Referenced by ChiQVerteilung(), ChiSqHead(), and ChiSqTail().
|
staticprotected |