#include <newran.h>
Inheritance diagram for Cauchy:


Public Member Functions | |
| char * | Name () |
| Real | Density (Real) const |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Member Functions | |
| void | operator= (const Cauchy &) |
|
|
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); }
|
|
|
Reimplemented from PosGen. Definition at line 169 of file newran.h. References Indefinite.
00169 { return Indefinite; }
|
|
|
Reimplemented from SymGen. Definition at line 913 of file newran.cpp.
00913 { return "Cauchy"; }
|
|
|
Definition at line 164 of file newran.h.
00164 {} // private so can't access
|
|
|
Reimplemented from PosGen. Definition at line 170 of file newran.h. References PlusInfinity.
00170 { return PlusInfinity; }
|
1.3.3