right-skewed gumbel cdf More...
#include <sigmoid.h>
Public Member Functions | |
PsiGumbelR (void) | |
constructor | |
PsiGumbelR (const PsiGumbelR &original) | |
copy constructor | |
double | f (double x) const |
returns the value of the right skewed gumbel cdf at position x | |
double | df (double x) const |
returns the derivative of the right skewed gumbel cdf at position x | |
double | ddf (double x) const |
returns the 2nd derivative of the right skewed gumbel cdf at position x | |
double | inv (double p) const |
returns the inverse of the right skewed gumbel cdf at position p | |
int | getcode (void) const |
return 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 |
right-skewed gumbel cdf
Cumulative densitiy function of the gumbel distribution.
double PsiGumbelR::f | ( | double | x | ) | const [virtual] |
returns the value of the right skewed gumbel cdf at position x
Gumbel_r Sigmoid
Reimplemented from PsiSigmoid.