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

the logit and expit transformations More...

#include <distrib.h>

Collaboration diagram for Logit:
Collaboration graph

Static Public Member Functions

static double expit (double l)
 
static double logit (double p)
 
static double risiko (double p)
 
static double inv_risiko (double r)
 

Private Member Functions

 Logit ()
 never subclass More...
 

Detailed Description

the logit and expit transformations

Definition at line 48 of file distrib.h.

Constructor & Destructor Documentation

Logit::Logit ( )
private

never subclass

Definition at line 50 of file distrib.h.

Member Function Documentation

static double Logit::expit ( double  l)
static

Definition at line 53 of file distrib.h.

static double Logit::inv_risiko ( double  r)
static

Definition at line 63 of file distrib.h.

static double Logit::logit ( double  p)
static

Definition at line 57 of file distrib.h.

static double Logit::risiko ( double  p)
static

Definition at line 60 of file distrib.h.


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


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