left-skewed gumbel cdf More...
#include <sigmoid.h>
Public Member Functions | |
| PsiGumbelL (void) | |
| contructor | |
| PsiGumbelL (const PsiGumbelL &original) | |
| copy constructor | |
| double | f (double x) const |
| returns the value of the gumbel cdf at position x | |
| double | df (double x) const |
| returns the derivative of the gumbel cdf at position x | |
| double | ddf (double x) const |
| returns the 2nd derivative of the gumbel cdf at position x | |
| double | inv (double p) const |
| returns the inverse of the 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 | |
left-skewed gumbel cdf
Cumulative densitiy function of the gumbel distribution.
| double PsiGumbelL::f | ( | double | x | ) | const [virtual] |
1.7.1