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


Public Member Functions | |
| virtual double | operator() () |
| returns the random value according to the distribution. | |
| virtual std::string | paramString () const |
| returns a string describing distribution and parameters | |
| Rice (wns::rng::RNGen *rng, const pyconfig::View &config) | |
| Rice (const pyconfig::View &config) | |
| Rice (double mean, double variance, wns::rng::RNGen *rng) | |
| virtual | ~Rice () |
Private Attributes | |
| Norm | disA_ |
| Norm | disB_ |
| double | losFactor_ |
| double | variance_ |
Definition at line 25 of file Rice.hpp.
| Rice::Rice | ( | double | mean, | |
| double | variance, | |||
| wns::rng::RNGen * | rng | |||
| ) | [explicit] |
| Rice::Rice | ( | const pyconfig::View & | config | ) | [explicit] |
| Rice::Rice | ( | wns::rng::RNGen * | rng, | |
| const pyconfig::View & | config | |||
| ) | [explicit] |
| double Rice::operator() | ( | ) | [virtual] |
| std::string Rice::paramString | ( | ) | const [virtual] |
Norm wns::distribution::Rice::disA_ [private] |
Norm wns::distribution::Rice::disB_ [private] |
double wns::distribution::Rice::losFactor_ [private] |
double wns::distribution::Rice::variance_ [private] |
1.5.5