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

SSelfSimDist Class Reference

#include <SSelfSimDist.h>

Inherits SProbabilityDist.

Inheritance diagram for SSelfSimDist:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Type {
  CONST, UNIFORM, GEOMETRIC, BINOMIAL,
  POISSON, EXPONENTIAL, BURSTY, SELFSIMILAR,
  NORMAL, PARETO
}

Public Methods

 SSelfSimDist ()
virtual double getValue ()
virtual double getExpectation () const
virtual Type getType () const

Static Protected Attributes

leda_random_source _rndSrc

Detailed Description

Author:
LEA / TUM BurstDist implements a selfsimilar probabilistic distribution using a four-state markov chain. For details refer to pages 25-28 in "Simulation of Algorithms for Stochastic Scheduling Problems" by Bertolt Meier.


Member Enumeration Documentation

enum SProbabilityDist::Type [inherited]
 

Type of probability distribution: (CONST states that result is always the same, i.e. constant)

Enumeration values:
CONST 
UNIFORM 
GEOMETRIC 
BINOMIAL 
POISSON 
EXPONENTIAL 
BURSTY 
SELFSIMILAR 
NORMAL 
PARETO 


Constructor & Destructor Documentation

SSelfSimDist::SSelfSimDist  
 


Member Function Documentation

virtual double SSelfSimDist::getExpectation   const [inline, virtual]
 

Implements SProbabilityDist.

virtual Type SSelfSimDist::getType   const [inline, virtual]
 

Get type of probability distribution

Returns:
SELFSIMILAR

Implements SProbabilityDist.

double SSelfSimDist::getValue   [virtual]
 

Get a value, the probability of getting this value depends on the specified probability distribution

Returns:
sample value

Implements SProbabilityDist.


Member Data Documentation

leda_random_source SProbabilityDist::_rndSrc [static, protected, inherited]
 


The documentation for this class was generated from the following files:
Generated on Thu May 22 16:50:54 2003 for Sketch-it! by doxygen1.2.18