Public Member Functions | Static Public Member Functions

PsiCauchy Class Reference

cauchy cdf More...

#include <sigmoid.h>

Inheritance diagram for PsiCauchy:
PsiSigmoid

List of all members.

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
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

cauchy cdf

Cumulative density function of the cauchy distribution


Member Function Documentation

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

returns the value of the cauchy cdf at position x

Cauchy Sigmoid

Reimplemented from PsiSigmoid.


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