cauchy cdf More...
#include <sigmoid.h>
Public Member Functions | |
PsiCauchy (void) | |
constructor | |
PsiCauchy (const PsiCauchy &oiginal) | |
copy constructor | |
double | f (double x) const |
returns the value of the cauchy cdf at position x | |
double | df (double x) const |
returns the derivative of the cauchy cdf at position x | |
double | ddf (double x) const |
returns the 2nd derivative of the cauchy cdf at position x | |
double | inv (double p) const |
returns the inverse of the cauchy cdf at position x | |
int | getcode (void) const |
returns the sigmoid identifier | |
PsiSigmoid * | clone (void) const |
clone object by value | |
Static Public Member Functions | |
static std::string | getDescriptor (void) |
get a short string that identifies the type of sigmoid |
cauchy cdf
Cumulative density function of the cauchy distribution
double PsiCauchy::f | ( | double | x | ) | const [virtual] |