Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

5.5 Chapter Summary

Interactive Tools:

  1. Tail Visualizer - Use this tool to visualize tails on log scales.

Tails

Definitions and examples are all available in Section 5.1.

  1. The tail of a distribution is the part of a distribution associated with unusually extreme events.

  2. The survival function is the function Pr(X>x)\text{Pr}(X > x) as a function of xx.

  3. We derived the survival function and CDF of a geometric random variable.

  4. We derived the value of a geometric series: n=0rn=(1r)1\sum_{n = 0}^{\infty} r^n = (1 - r)^{-1} if r<1|r| < 1.

  5. We showed that the harmonic series: n=1n1\sum_{n = 1}^{\infty}n^{-1} diverges.

Asymptotic Rates

Definitions and examples are all available in Section 5.2.

  1. A sequence is an infinitely long, order list, of numbers.

  2. We can visualize convegergence rates using log-log plots, which convert power laws, a(n)=cnγa(n) = c n^{-\gamma} into lines whose slope is the exponent, γ-\gamma.

  3. We can compare how quickly series converge to zero, or diverge to infinity, by studying the limiting ratio:

    L=limna(n)b(n)L = \lim_{n \rightarrow \infty} \frac{a(n)}{b(n)}
    • If L=0L = 0 then a(n)a(n) converges to zero faster than b(n)b(n)

    • If 0<L<0 < L < \infty then a(n)a(n) converges at the same rate as b(n)b(n)

    • If L=L = \infty then a(n)a(n) slower than b(n)b(n)

    • If a(n)a(n) is faster than, or as fast as, b(n)b(n) then a(n)=O(b(n))a(n) = \mathcal{O}(b(n)) (is on the order of b(n)b(n))

  4. Sometimes it is helpful to evaluate the limit using L’Hopital’s Rule (e.g. use the limiting ratio of the derivatives)

  5. Exponential sequences, rnr^n for r<1|r| < 1 converge faster than all power laws nγn^{-\gamma} for γ>0\gamma > 0.

  6. A distribution whose tails decay slowly (e.g. power laws) is heavy tailed.

Convergence Tests for Series

Definitions and examples are all available in Section 5.3.

We considered three tests:

  1. The Integral Comparison Test

    • Compare the series to a related integral. The series converges if and only if the integral converges.

  2. The Direct and/or Limit Comparison Test

    • Compare the sequences aa and bb.

    • If aa converges to zero faster than, or as fast as, bb, and the series defined by bb converges, then so does the series defined by aa.

    • If aa converges to zero slower than, or as slowly as, bb, and the series defined by bb diverges, then so does the series defined by aa.

  3. The Ratio Test

    • Evaluate the limiting ratio: r=limna(n+1)a(n)r = \lim_{n \rightarrow \infty} \frac{|a(n+1)|}{|a(n)|} to compare to a geometric series.

Sorting Distributions by their Tails

Definitions and examples are all available in Section 5.3.

  1. Distributions whose tails are slower than exponential (superexponential) have heavy tails. Examples are power laws, Pareto distributions, and Student’s t distributions.

  2. Distributions whose tails decay at an exponential rate include the geometric and exponential distributions.

  3. Distributions whose tails decay faster than exponential (subexponential) have light tails. Examples are the Poisson and Normal distributions.