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


Public Member Functions | |
| virtual double | getMean () const |
| Mean value of the distribution. | |
| virtual double | operator() () |
| returns the random value according to the distribution. | |
| virtual std::string | paramString () const |
| returns a string describing distribution and parameters | |
| Pareto (wns::rng::RNGen *rng, const pyconfig::View &config) | |
| Pareto (const pyconfig::View &config) | |
| Pareto (double shapeA, double scaleB, wns::rng::RNGen *rng=wns::simulator::getRNG()) | |
| virtual | ~Pareto () |
Private Attributes | |
| StandardUniform | dis_ |
| The distribution itself. | |
| double | scaleParamB_ |
| Scale parameter 'b'. | |
| double | shapeParamA_ |
| Shape parameter 'a'. | |
Definition at line 48 of file Pareto.hpp.
| Pareto::Pareto | ( | double | shapeA, | |
| double | scaleB, | |||
| wns::rng::RNGen * | rng = wns::simulator::getRNG() | |||
| ) | [explicit] |
Definition at line 46 of file Pareto.cpp.
| Pareto::Pareto | ( | const pyconfig::View & | config | ) | [explicit] |
Definition at line 56 of file Pareto.cpp.
| Pareto::Pareto | ( | wns::rng::RNGen * | rng, | |
| const pyconfig::View & | config | |||
| ) | [explicit] |
Definition at line 66 of file Pareto.cpp.
| Pareto::~Pareto | ( | ) | [virtual] |
Definition at line 77 of file Pareto.cpp.
| double Pareto::getMean | ( | ) | const [virtual] |
| double Pareto::operator() | ( | ) | [virtual] |
| std::string Pareto::paramString | ( | ) | const [virtual] |
Definition at line 91 of file Pareto.hpp.
Definition at line 79 of file Pareto.hpp.
1.5.5