#include <SSelfSimDist.h>
Inherits SProbabilityDist.
Inheritance diagram for SSelfSimDist:

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 | 
      
  | 
  
| 
 Type of probability distribution: (CONST states that result is always the same, i.e. constant)  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Implements SProbabilityDist.  | 
  
      
  | 
  
| 
 Get type of probability distribution 
 Implements SProbabilityDist.  | 
  
      
  | 
  
| 
 Get a value, the probability of getting this value depends on the specified probability distribution 
 Implements SProbabilityDist.  | 
  
      
  | 
  
| 
 
  | 
  
1.2.18