next up previous
Next: Queueing Models Up: Statistical Model of Simulation Previous: Discrete Random Variables

Contineous Distributions

Contineous random variables can be used to describe phenomena where the values of a random variable can be any value in an interval: the time to failure, or the length of a broken rod. Seven distributions will be discussed.

  1. Uniform distributin.

  2. Exponential distribution. Exponential distributed random variable is one of most frequently used distribution in computer simulation. It is widely used in simulations of computer network and others.

  3. Gamma distribution.

  4. Erlang distribution.

  5. Normal distribution.

  6. Weibull distribution. The random variable $X$ has a Weibull distribution if its pdf has the form

    \begin{displaymath}f(x) = \left\{ \begin{array}{ll}
\frac{\beta}{\alpha} \left( ...
...ht] & x \ge \gamma \\
0 & \rm {otherwise}
\end{array} \right. \end{displaymath}


next up previous
Next: Queueing Models Up: Statistical Model of Simulation Previous: Discrete Random Variables
Meng Xiannong 2002-10-18