Event Distributions
The interval between the occurrence of two events can have one of the following
distributions:
- Exponential - (EXP, rate)
- Deterministic - (DET, rate)
- Uniform - (UNI, lower_value, upper_value)
- Gaussian - (GAUSS, mean, variance)
- Erlang - (ERLANG, mean, number_of_stages)
- Log Normal - (LOGNORM, mean,variance)
- Pareto - (PAR, scale, shape)
- Truncated Pareto - (TRUNCPAR,scale,shape,
max_value).
In this distribution, if the value of sample is more than the parameter
max_value, the sample is truncated at max_value.
- Weibull - (WEIB, scale, shape)
- FBM - (FBM, mean, variance, maximum level, time scale,
Hurst)
- FARIMA - (FARIMA, mean, variance, number of samples, time scale,
Hurst)
- File - (FILE, file name).
Subsections
Guilherme Dutra Gonzaga Jaime
2010-10-27