class <RandomVariable/Pareto> ParetoRandomVariable : public RandomVariable


Inheritance:


Public Methods

double avg()
double* avgp()
ParetoRandomVariable(double, double)
ParetoRandomVariable()
void setavg(double d)
void setshape(double d)
double shape()
double* shapep()
virtual double value()

Private Fields

double avg_
double scale_
double shape_

Inherited from RandomVariable:

Public Methods

int command(int argc, const char*const* argv)

Protected Fields

RNG* rng_

Documentation

virtual double value()

ParetoRandomVariable()

ParetoRandomVariable(double, double)

double* avgp()

double* shapep()

double avg()

double shape()

void setavg(double d)

void setshape(double d)

double avg_

double shape_

double scale_


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de