Public Member Functions | Static Public Member Functions

PsiExponential Class Reference

exponential cdf More...

#include <sigmoid.h>

Inheritance diagram for PsiExponential:
PsiSigmoid

List of all members.

Public Member Functions

 PsiExponential (void)
 constructor
 PsiExponential (const PsiExponential &oiginal)
 copy constructor
double f (double x) const
 returns the value of the exponential cdf at position x
double df (double x) const
 returns the derivative of the exponential cdf at position x
double ddf (double x) const
 returns the 2nd derivative of the exponential cdf at position x
double inv (double p) const throw (BadArgumentError)
 returns the return the inverse of the exponential cdf at position x
int getcode (void) const
 returns the sigmoid identifier
PsiSigmoidclone (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

Detailed Description

exponential cdf

Cumulative density function of the exponential distribution combined with a polyCore this will give a weibull


Member Function Documentation

double PsiExponential::f ( double  x  )  const [virtual]

returns the value of the exponential cdf at position x

Exponential cdf

Reimplemented from PsiSigmoid.


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