Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

Cauchy Class Reference

#include <newran.h>

Inheritance diagram for Cauchy:

Inheritance graph
[legend]
Collaboration diagram for Cauchy:

Collaboration graph
[legend]

Public Member Functions

char * Name ()
Real Density (Real) const
ExtReal Mean () const
ExtReal Variance () const

Private Member Functions

void operator= (const Cauchy &)

Member Function Documentation

Real Cauchy::Density Real   )  const [virtual]
 

Reimplemented from Random.

Definition at line 413 of file newran.cpp.

References Real.

00414 { return (fabs(x)>1.0e15) ? 0 : 0.31830988618 / (1.0+x*x); }

ExtReal Cauchy::Mean  )  const [inline, virtual]
 

Reimplemented from PosGen.

Definition at line 169 of file newran.h.

References Indefinite.

00169 { return Indefinite; }

char * Cauchy::Name  )  [virtual]
 

Reimplemented from SymGen.

Definition at line 913 of file newran.cpp.

00913 { return "Cauchy";           }

void Cauchy::operator= const Cauchy  )  [inline, private]
 

Definition at line 164 of file newran.h.

00164 {}       // private so can't access

ExtReal Cauchy::Variance  )  const [inline, virtual]
 

Reimplemented from PosGen.

Definition at line 170 of file newran.h.

References PlusInfinity.

00170 { return PlusInfinity; }


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:17 2003 for Borqueror by doxygen 1.3.3