ACT-CV - Machine Vision for Cognitive Modeling
|
distribution functions for statistics More...
#include <cmath>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Logit |
the logit and expit transformations More... | |
class | Chi |
the chi square distribution More... | |
class | Phi |
the phi distribution More... | |
class | FisherZ |
Fisher's Z distribution. More... | |
Macros | |
#define | ITERMAX 100 |
#define | STARTFRACTION 20 |
#define | SQRTI2PI 0.398942280401432677939946059934382 |
#define | HL2PI 0.918938533204672741780329736405618 |
#define | MIN_WAHRSCHEINLICHKEIT 1e-10 |
distribution functions for statistics
Verteilungsfunktionen für statistische Auswertungen
Definition in file distrib.h.
#define HL2PI 0.918938533204672741780329736405618 |
Definition at line 43 of file distrib.h.
Referenced by Chi::log_gamma().
#define ITERMAX 100 |
Definition at line 36 of file distrib.h.
Referenced by Phi::InvNormalVerteilung().
#define MIN_WAHRSCHEINLICHKEIT 1e-10 |
Definition at line 45 of file distrib.h.
Referenced by Chi::ChiQVerteilung(), Chi::ChiSqHead(), Chi::ChiSqTail(), and Phi::NormalVerteilung().
#define SQRTI2PI 0.398942280401432677939946059934382 |
Definition at line 40 of file distrib.h.
Referenced by Phi::NormalVerteilung().
#define STARTFRACTION 20 |
Definition at line 37 of file distrib.h.
Referenced by Chi::dgamma().