Probability of Interval Event

Overview


The cumulative distribution function provides a simple way to compute the Probability of {% X %} falling within an interval.
{% Prob(x_0 < X \leq x_1) = Prob(X \leq x_1) - Prob( X \leq x_0) = F(x_1) - F(x_0) %}

Contents