notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ExponentialDistribution.md (474B)


      1 # Exponential Distribution
      2 
      3 Stats D1
      4 
      5 **Definition:** An exponential distribution is one that is decreasing at a decreasing pace. Specifically, it can be stated in some form of lambda^-x where there may be constants or other things involved, but we find that as x increases, y decreases at a decreasing rate. 
      6 
      7 This is often used to show the probability of time between random things happening which is similar in some ways to [PoissonDistribution](PoissonDistribution.md).