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


Public Member Functions | |
| char * | Name () |
| Normal () | |
| virtual | ~Normal () |
| Real | Density (Real) const |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Member Functions | |
| void | operator= (const Normal &) |
Static Private Attributes | |
| Real | Nxi |
| Real * | Nsx |
| Real * | Nsfx |
| long | count = 0 |
|
|
Definition at line 339 of file newran.cpp. References PosGen::Build(), count, PosGen::NotReady, Nsfx, Nsx, Nxi, PosGen::sfx, PosGen::sx, and PosGen::xi.
|
|
|
Definition at line 346 of file newran.cpp. References count, and PosGen::NotReady.
|
|
|
Reimplemented from Random. Definition at line 352 of file newran.cpp. References Real.
00353 { return (fabs(x)>8.0) ? 0 : 0.398942280 * exp(-x*x / 2); }
|
|
|
Reimplemented from PosGen. Reimplemented in ChiSq1. Definition at line 137 of file newran.h.
00137 { return 0.0; }
|
|
|
Reimplemented from SymGen. Definition at line 911 of file newran.cpp.
00911 { return "Normal"; }
|
|
|
Definition at line 128 of file newran.h.
00128 {} // private so can't access
|
|
|
Reimplemented from PosGen. Reimplemented in ChiSq1. Definition at line 138 of file newran.h.
00138 { return 1.0; }
|
|
|
Definition at line 120 of file newran.cpp. |
|
|
Definition at line 119 of file newran.cpp. Referenced by Normal(). |
|
|
Definition at line 118 of file newran.cpp. Referenced by Normal(). |
|
|
Definition at line 117 of file newran.cpp. Referenced by Normal(). |
1.3.3