Product Notation

Introduces the product symbol \prod for compactly writing long products. Covers evaluation of products, basic properties (constant products, pulling out constant factors, products of products), and computations of the form encountered when writing likelihood functions.

Step 1 of 119%

Tutorial

Introduction to Product Notation

When we want to multiply a long list of numbers, writing them all out becomes tedious. Product notation lets us write such products compactly using the Greek capital letter pi, .\prod.

We write

i=1nai=a1a2a3an.\prod_{i=1}^{n} a_i = a_1 \cdot a_2 \cdot a_3 \cdots a_n.

Here ii is the index of multiplication, 11 is the lower limit, nn is the upper limit, and aia_i is the factor, which depends on i.i.

For example,

i=14i=1234=24.\prod_{i=1}^{4} i = 1 \cdot 2 \cdot 3 \cdot 4 = 24.

The lower limit need not be 11 — we may start the product at any integer. For instance,

k=35k2=324252=91625=3600.\prod_{k=3}^{5} k^2 = 3^2 \cdot 4^2 \cdot 5^2 = 9 \cdot 16 \cdot 25 = 3600.

Product notation is the multiplicative analogue of summation notation .\sum. It appears throughout probability and statistics, especially when expressing the joint probability of several independent observations as a single product.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle