![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <distribution/LogNorm.hpp>


Public Member Functions | |
| virtual double | getMean () const |
| Mean value of the distribution. | |
| LogNorm (wns::rng::RNGen *rng, const pyconfig::View &config) | |
| LogNorm (const pyconfig::View &config) | |
| LogNorm (double mean, double std, wns::rng::RNGen *rng=wns::simulator::getRNG()) | |
| virtual double | operator() () |
| returns the random value according to the distribution. | |
| virtual std::string | paramString () const |
| returns a string describing distribution and parameters | |
| virtual | ~LogNorm () |
Private Attributes | |
| LogNormalDist | dis_ |
| double | mean_ |
| double | std_ |
| double | variance_ |
Definition at line 40 of file LogNorm.hpp.
| LogNorm::LogNorm | ( | double | mean, | |
| double | std, | |||
| wns::rng::RNGen * | rng = wns::simulator::getRNG() | |||
| ) | [explicit] |
Definition at line 54 of file LogNorm.cpp.
| LogNorm::LogNorm | ( | const pyconfig::View & | config | ) | [explicit] |
Definition at line 72 of file LogNorm.cpp.
| LogNorm::LogNorm | ( | wns::rng::RNGen * | rng, | |
| const pyconfig::View & | config | |||
| ) | [explicit] |
Definition at line 81 of file LogNorm.cpp.
| LogNorm::~LogNorm | ( | ) | [virtual] |
Definition at line 90 of file LogNorm.cpp.
| double LogNorm::getMean | ( | ) | const [virtual] |
| double LogNorm::operator() | ( | ) | [virtual] |
| std::string LogNorm::paramString | ( | ) | const [virtual] |
Definition at line 72 of file LogNorm.hpp.
double wns::distribution::LogNorm::mean_ [private] |
Definition at line 68 of file LogNorm.hpp.
double wns::distribution::LogNorm::std_ [private] |
Definition at line 69 of file LogNorm.hpp.
double wns::distribution::LogNorm::variance_ [private] |
Definition at line 70 of file LogNorm.hpp.
1.5.5