QuantPrep
DashboardLearning PathsAdvanced StatisticsStatistical TestsCommunityAll Topics
Login
QuantPrep

© 2025 QuantfianceLab. All rights reserved.

Privacy PolicyTerms of ServiceContact
TwitterGitHubLinkedIn

    Poisson Distribution

    Modeling the number of events occurring in a fixed interval of time or space.

    The "Rare Events" Distribution

    The Poisson Distribution is used to model the number of times an event occurs within a specified interval. The key assumptions are that events are independent, the average rate of events is constant, and two events cannot occur at the exact same instant.

    In finance, it's particularly useful for modeling rare events. For example, a credit analyst might use it to model the number of defaults in a large portfolio of loans over a month, or a trader might use it to model the number of times a stock's price jumps by more than 5% in a single day.

    The Formula
    The probability of observing exactly 'k' events in an interval is given by:
    P(X=k)=λke−λk!P(X=k) = \frac{\lambda^k e^{-\lambda}}{k!}P(X=k)=k!λke−λ​
    • kkk is the number of occurrences of an event.
    • λ\lambdaλ (lambda) is the average number of events per interval.
    • eee is Euler's number (approximately 2.71828).
    Interactive Poisson Distribution
    Adjust the rate parameter (λ) to see how the shape of the distribution changes. Notice how for large λ, the distribution starts to look like a normal distribution.