Exponential distribution

Description:

  • Continuous random variable
  • Describes the time between events that occur randomly and independently at a constant average rate. the number of occurrence in a timeframe is
  • It is often used to model waiting times, such as the time it takes for a customer to be served at a checkout counter or the time it takes for a website to load.

Probability density function:

  • For some by

    • ---
      xLabel: x
      yLabel: P(X)
      bounds: [0, 50, 0, 0.2]
      disableZoom: true
      grid: true
      ---
      h(x)= (1/8)E^(-x/8)

Expected value

Variance

Cumulative distribution function:

Hazard rate function

  • Suppose now that the lifetime distribution is exponential
  • Then, by the memory-less property, it follows that the distribution of remaining life for a year-old item is the same as that for a new item.
  • Hence, λ(t) should be constant. In fact, this checks out, since
  • Thus, the failure rate function for the exponential distribution is constant.