ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ParetoIIRandomVariable Class Reference

#include <ranvar.h>

Inheritance diagram for ParetoIIRandomVariable:

RandomVariable TclObject List of all members.

Public Member Functions

virtual double value ()
 ParetoIIRandomVariable ()
 ParetoIIRandomVariable (double, double)
doubleavgp ()
doubleshapep ()
virtual double avg ()
double shape ()
void setavg (double d)
void setshape (double d)

Private Attributes

double avg_
double shape_
double scale_

Constructor & Destructor Documentation

ParetoIIRandomVariable::ParetoIIRandomVariable  
 

ParetoIIRandomVariable::ParetoIIRandomVariable double   ,
double   
 


Member Function Documentation

virtual double ParetoIIRandomVariable::avg   [inline, virtual]
 

Implements RandomVariable.

double* ParetoIIRandomVariable::avgp   [inline]
 

void ParetoIIRandomVariable::setavg double    d [inline]
 

void ParetoIIRandomVariable::setshape double    d [inline]
 

double ParetoIIRandomVariable::shape   [inline]
 

double* ParetoIIRandomVariable::shapep   [inline]
 

double ParetoIIRandomVariable::value   [virtual]
 

Implements RandomVariable.


Member Data Documentation

double ParetoIIRandomVariable::avg_ [private]
 

double ParetoIIRandomVariable::scale_ [private]
 

double ParetoIIRandomVariable::shape_ [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.