Econometric Theory/Summation and Product Operators

From testwiki
Revision as of 00:55, 15 June 2017 by imported>PokestarFan ({{BookCat}}/possible general fixes, replaced: [[Category:{{FULLBOOKNAME}}|{{FULLCHAPTERNAME}}]] → {{BookCat}} using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To sum a series of variables x, the Greek capital letter sigma Σ is used:

Σi=1nxi=x1+x2++xn.

There are some properties concerning the summation operator Σ:

1. Σi=1nk=nk, where k is a constant.

2. Σi=1nkxi=kΣi=1nxi, where k is a constant.

3. Σi=1n(a+bxi)=na+bΣi=1nxi, where a and b are constants. This is a result of rules 1 and 2 above.

4. Σi=1n(xi+yi)=Σi=1nxi+Σi=1nyi,

The double summation operator is used to sum up twice for the same variable:

Σi=1nΣj=1mxij=Σi=1n(xi1+xi2++xim)=(x11+x21++xn1)+(x12+x22++xn2)++(x1m+x2m++xnm)

The double summation operator has the following properties:

1. Σi=1nΣj=1mxij=Σj=1mΣi=1nxij. The order of the summation signs is interchangeable.

2. Σi=1nΣj=1mxiyj=Σi=1nxiΣj=1myj.

3. Σi=1nΣj=1m(xi+yj)=Σi=1nxiΣj=1mxij+Σi=1nxiΣj=1myij.

4. [Σi=1nxi]2=Σi=1nxi2+2Σi=1n1Σj=i+1nxixj=Σi=1nxi2+2Σi<jxixj.

Finally, the product operator Π is defined as: Πi=1nxi=x1x2xn.

Bibliography

Template:BookCat