SlideShare a Scribd company logo
Outline
                 Operators
               Summation
         Double summation




Applied Statistics for Economics
     Summation Operator

        SFC - juliohuato@gmail.com


                    Spring 2012




 SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                            Operators
                          Summation
                    Double summation




Operators


Summation


Double summation




            SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                 Operators
                               Summation
                         Double summation


On math as a language


   Math is, among other things, a language. We use language to
   think ideas and share them with others.
   In principle, the same ideas we express with math symbols we can
   express with words (which are also symbols). Math symbols are
   just abbreviations for words.
   However, when we abbreviate and express our ideas in math
   language, we economize resources. It is easier, for example, to
   make the shared or communicable meaning of words clearer and
   more precise when we use math symbols.



                 SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                 Operators
                               Summation
                         Double summation


Operators
   Operators are mathematical symbols that compress or abbreviate
   further our math language. That is why they can be extremely
   powerful tools in econometrics.
   These are some familiar examples of operators:
       Addition: +
       Subtraction: −
       Multiplication: ×
       Division: ÷
   In the context of a statement in math language, these operators
   tell us to execute specific operations: (a + b) add b to a; (a − b)
   subtract b from a; (a × b) multiply b times the number a; (a ÷ b)
   divide a by b (or b into a).
                 SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                Operators
                              Summation
                        Double summation


Summation Operator (                )




  The summation operator is heavily used in econometrics.
  We now let a, b, k, and n be constant numbers, and x, y , and i be
  variables. The following are some properties of the summation
  operator.




                SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                    Operators
                                  Summation
                            Double summation


Summation (          xi )
  Suppose we have a list of numbers (the ages of 6 students):
  20, 19, 22, 19, 21, 18. Let x be the age of a student and use the
  natural numbers (1, 2, 3, . . .) to index these ages. Thus, xi means
  the age of student i, where i = 1, 2, . . . , 6). Then:
                                                                                  6
      x1 + x2 + x3 + x4 + x5 + x6 = x1 + x2 + . . . + x6 =                             xi
                                                                                 i=1
  The last expression is the most compact. It reads: “The sum of xi ,
  where i goes from 1 to 6.” The summation operator         tells us to
  add up the values of the variable x from the first to the sixth value:
              6
                   xi = 20 + 19 + 22 + 19 + 21 + 18 = 119.
             i=1

                   SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                          Operators
                                        Summation
                                  Double summation


Summation (              xi )


  Note the following:
                                    n            m             n
                                        xi =          xi +           xi
                                  i=1           i=1          i=m+1

  Example:
   6            3            6
        xi =         xi +         xi = (20+19+22)+(19+21+18) = 61+58 = 119.
  i=1          i=1          i=4

  We can always split the sum into various sub-sums.



                       SFC - juliohuato@gmail.com      Applied Statistics for Economics Summation Operator
Outline
                                 Operators
                               Summation
                         Double summation


Summing n times the constant number (k)


   This property also holds for the summation operator:
                                       n
                                              k = nk
                                     i=1

   Example:
                   4
                        3 = 3 + 3 + 3 + 3 = 4 × 3 = 12.
                  i=1




                 SFC - juliohuato@gmail.com      Applied Statistics for Economics Summation Operator
Outline
                                   Operators
                                 Summation
                           Double summation


Summing n times the product of a constant k and a
variable x


                                    n              n
                                        kxi = k         xi
                                  i=1             i=1

   Example:
         3                                                                      3
              5xi = 5x1 + 5x2 + 5x3 = 5(x1 + x2 + x3 ) = 5                          xi .
        i=1                                                                   i=1




                   SFC - juliohuato@gmail.com   Applied Statistics for Economics Summation Operator
Outline
                                    Operators
                                  Summation
                            Double summation


Summing the sum of two variables (x and y )

                            n                     n            n
                                (xi + yi ) =           xi +         yi
                          i=1                    i=1          i=1

   Example:
         2
              (xi + yi ) = (x1 + y1 ) + (x2 + y2 ) = x1 + y1 + x2 + y2
        i=1

                                                                          2            2
     = x1 + x2 + y1 + y2 = (x1 + x2 ) + (y1 + y2 ) =                           xi +         yi .
                                                                         i=1          i=1



                    SFC - juliohuato@gmail.com    Applied Statistics for Economics Summation Operator
Outline
                                      Operators
                                    Summation
                              Double summation


Summing the linear rule of a variable (x)

   The linear rule of a variable x is: a + bx. E.g.: 4 + 5x.
   If the n values of the variables are indexed (i = 1, 2, . . . , n), then
   we can express the sum of this linear rule of x over its n values as
   follows:
                               n                              n
                                    (a + bxi ) = na + b           xi
                              i=1                           i=1

   Example:
    3                    3           3                             3                       3
         (4 + 5xi ) =         4+          5xi = (3 × 4) + 5             xi = 12 + 5            xi .
   i=1                  i=1         i=1                           i=1                    i=1



                    SFC - juliohuato@gmail.com    Applied Statistics for Economics Summation Operator
Outline
                                 Operators
                               Summation
                         Double summation


Double summation



  The double summation operator is used to sum up twice for the
  same variable:
                  n    m              n
                           xij =          (xi1 + xi2 + . . . + xim )
                 i=1 j=1            i=1

  = (x11 +x21 +. . .+xn1 )+(x12 +x22 +. . .+xn2 )+. . .+(x1m +x2m +. . .+xnm )




                 SFC - juliohuato@gmail.com    Applied Statistics for Economics Summation Operator
Outline
                                Operators
                              Summation
                        Double summation


Double summation



  A property of the double summation operator is that the
  summations are interchangeable:
                            n    m            m     n
                                      xij =             xij .
                          i=1 j=1             i=1 j=1




                SFC - juliohuato@gmail.com    Applied Statistics for Economics Summation Operator
Outline
                                    Operators
                                  Summation
                            Double summation


The product operator

   The product operator ( ) is defined as:
                                 n
                                      xi = x1 · x2 · · · xn .
                                i=1

   Example: Let x be a list of numbers: 20, 19, 22. Then,
                        3
                             xi = 20 × 19 × 22 = 8, 360.
                       i=1
               n
   Note that   i=1 k = k n . The n-product of a constant is the
   constant raised to the n-th power.


                 SFC - juliohuato@gmail.com      Applied Statistics for Economics Summation Operator

More Related Content

DOC
Kp97 Copy Plan To Plan
PDF
Finnish localizations overview
PPTX
Account based COPA in SAP
DOC
Kl01 Create Activity Type
PPT
Two dimensional viewing
PPTX
Sap cost center
DOCX
Data medium exchange
DOCX
GU_SAP S4 HANA_Activate Account Assignment Objects.docx
Kp97 Copy Plan To Plan
Finnish localizations overview
Account based COPA in SAP
Kl01 Create Activity Type
Two dimensional viewing
Sap cost center
Data medium exchange
GU_SAP S4 HANA_Activate Account Assignment Objects.docx

What's hot (20)

PDF
Unit 3
PDF
Transfer pricing in sap
PPTX
Dip 5 mathematical preliminaries
PPTX
Cyrus beck line clipping algorithm
PPT
07 frequency domain DIP
PDF
Enhancement technique how to use validations
PPTX
Chapter 9 morphological image processing
PDF
Business Area in SAP FI
PPTX
SAP MTS-To-COPA Flow Diagram
PDF
Direction of arrival estimation using music algorithm
PPTX
Calculation of Cyclomatic complexity
PPTX
Hit and-miss transform
PDF
Version management of abap programs
PPT
Polygon filling
PDF
Transfer Learning and Domain Adaptation (D2L3 2017 UPC Deep Learning for Comp...
PPTX
Asset accounting
PDF
Octree Encoding- used in Computational Methods
PDF
Workflow Part1 1
PPTX
Digital Image Fundamentals - II
Unit 3
Transfer pricing in sap
Dip 5 mathematical preliminaries
Cyrus beck line clipping algorithm
07 frequency domain DIP
Enhancement technique how to use validations
Chapter 9 morphological image processing
Business Area in SAP FI
SAP MTS-To-COPA Flow Diagram
Direction of arrival estimation using music algorithm
Calculation of Cyclomatic complexity
Hit and-miss transform
Version management of abap programs
Polygon filling
Transfer Learning and Domain Adaptation (D2L3 2017 UPC Deep Learning for Comp...
Asset accounting
Octree Encoding- used in Computational Methods
Workflow Part1 1
Digital Image Fundamentals - II
Ad

Similar to Summation Operator (20)

PDF
ISI MSQE Entrance Question Paper (2006)
PDF
Lesson 2: A Catalog of Essential Functions
PDF
STA003_WK2_L.pdf
PPTX
STA003_WK2_L.pptx
PDF
Application of matrix algebra to multivariate data using standardize scores
PDF
11.application of matrix algebra to multivariate data using standardize scores
PPTX
Logarithmic Function a REVIEW powerpoint
PDF
Lesson03 The Concept Of Limit 027 Slides
DOCX
1.Evaluate the function at the indicated value of x.  Round your.docx
PDF
Chapter5.pdf.pdf
PDF
PPT
4.1 exponential functions 2
PDF
ISI MSQE Entrance Question Paper (2009)
PPT
exponential functions (copied)
PDF
Matlab
PPT
Unit 2.6
PPT
Non linear regression function -Introduction to Economics
PDF
integration in maths pdf mathematics integration
PPT
Section 3.1 PC.pptSection 3.1 PC.pptSection 3.1 PC.ppt
PDF
ISI MSQE Entrance Question Paper (2013)
ISI MSQE Entrance Question Paper (2006)
Lesson 2: A Catalog of Essential Functions
STA003_WK2_L.pdf
STA003_WK2_L.pptx
Application of matrix algebra to multivariate data using standardize scores
11.application of matrix algebra to multivariate data using standardize scores
Logarithmic Function a REVIEW powerpoint
Lesson03 The Concept Of Limit 027 Slides
1.Evaluate the function at the indicated value of x.  Round your.docx
Chapter5.pdf.pdf
4.1 exponential functions 2
ISI MSQE Entrance Question Paper (2009)
exponential functions (copied)
Matlab
Unit 2.6
Non linear regression function -Introduction to Economics
integration in maths pdf mathematics integration
Section 3.1 PC.pptSection 3.1 PC.pptSection 3.1 PC.ppt
ISI MSQE Entrance Question Paper (2013)
Ad

More from Julio Huato (20)

PDF
Uncertainty, Risk, and Risk Management
PDF
Probability theory 2
PDF
Int Econ BoP
PPTX
Hecksher-Ohlin model
PPTX
Ricardian model
PPTX
Int econ bases_trade
PPTX
Fin sys
PPTX
A two-good economy
PDF
Applied Statistics - Parametric Distributions
PPTX
Two-good output choice
PDF
Statistics - Probability theory 1
PPTX
Intecon micro review 1
PDF
Applied Statistics - Introduction
PPT
Inputs output costs
PPTX
PPTX
Elasticity
PDF
Slides money banking risk reward capm
PDF
Slides money banking time value
PPTX
Market model
PPTX
Macro review
Uncertainty, Risk, and Risk Management
Probability theory 2
Int Econ BoP
Hecksher-Ohlin model
Ricardian model
Int econ bases_trade
Fin sys
A two-good economy
Applied Statistics - Parametric Distributions
Two-good output choice
Statistics - Probability theory 1
Intecon micro review 1
Applied Statistics - Introduction
Inputs output costs
Elasticity
Slides money banking risk reward capm
Slides money banking time value
Market model
Macro review

Recently uploaded (20)

PDF
Anesthesia in Laparoscopic Surgery in India
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Classroom Observation Tools for Teachers
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
RMMM.pdf make it easy to upload and study
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
01-Introduction-to-Information-Management.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Trump Administration's workforce development strategy
PDF
Computing-Curriculum for Schools in Ghana
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Anesthesia in Laparoscopic Surgery in India
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Classroom Observation Tools for Teachers
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
RMMM.pdf make it easy to upload and study
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
01-Introduction-to-Information-Management.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Microbial disease of the cardiovascular and lymphatic systems
STATICS OF THE RIGID BODIES Hibbelers.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Microbial diseases, their pathogenesis and prophylaxis
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Trump Administration's workforce development strategy
Computing-Curriculum for Schools in Ghana
Supply Chain Operations Speaking Notes -ICLT Program
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx

Summation Operator

  • 1. Outline Operators Summation Double summation Applied Statistics for Economics Summation Operator SFC - juliohuato@gmail.com Spring 2012 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 2. Outline Operators Summation Double summation Operators Summation Double summation SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 3. Outline Operators Summation Double summation On math as a language Math is, among other things, a language. We use language to think ideas and share them with others. In principle, the same ideas we express with math symbols we can express with words (which are also symbols). Math symbols are just abbreviations for words. However, when we abbreviate and express our ideas in math language, we economize resources. It is easier, for example, to make the shared or communicable meaning of words clearer and more precise when we use math symbols. SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 4. Outline Operators Summation Double summation Operators Operators are mathematical symbols that compress or abbreviate further our math language. That is why they can be extremely powerful tools in econometrics. These are some familiar examples of operators: Addition: + Subtraction: − Multiplication: × Division: ÷ In the context of a statement in math language, these operators tell us to execute specific operations: (a + b) add b to a; (a − b) subtract b from a; (a × b) multiply b times the number a; (a ÷ b) divide a by b (or b into a). SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 5. Outline Operators Summation Double summation Summation Operator ( ) The summation operator is heavily used in econometrics. We now let a, b, k, and n be constant numbers, and x, y , and i be variables. The following are some properties of the summation operator. SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 6. Outline Operators Summation Double summation Summation ( xi ) Suppose we have a list of numbers (the ages of 6 students): 20, 19, 22, 19, 21, 18. Let x be the age of a student and use the natural numbers (1, 2, 3, . . .) to index these ages. Thus, xi means the age of student i, where i = 1, 2, . . . , 6). Then: 6 x1 + x2 + x3 + x4 + x5 + x6 = x1 + x2 + . . . + x6 = xi i=1 The last expression is the most compact. It reads: “The sum of xi , where i goes from 1 to 6.” The summation operator tells us to add up the values of the variable x from the first to the sixth value: 6 xi = 20 + 19 + 22 + 19 + 21 + 18 = 119. i=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 7. Outline Operators Summation Double summation Summation ( xi ) Note the following: n m n xi = xi + xi i=1 i=1 i=m+1 Example: 6 3 6 xi = xi + xi = (20+19+22)+(19+21+18) = 61+58 = 119. i=1 i=1 i=4 We can always split the sum into various sub-sums. SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 8. Outline Operators Summation Double summation Summing n times the constant number (k) This property also holds for the summation operator: n k = nk i=1 Example: 4 3 = 3 + 3 + 3 + 3 = 4 × 3 = 12. i=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 9. Outline Operators Summation Double summation Summing n times the product of a constant k and a variable x n n kxi = k xi i=1 i=1 Example: 3 3 5xi = 5x1 + 5x2 + 5x3 = 5(x1 + x2 + x3 ) = 5 xi . i=1 i=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 10. Outline Operators Summation Double summation Summing the sum of two variables (x and y ) n n n (xi + yi ) = xi + yi i=1 i=1 i=1 Example: 2 (xi + yi ) = (x1 + y1 ) + (x2 + y2 ) = x1 + y1 + x2 + y2 i=1 2 2 = x1 + x2 + y1 + y2 = (x1 + x2 ) + (y1 + y2 ) = xi + yi . i=1 i=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 11. Outline Operators Summation Double summation Summing the linear rule of a variable (x) The linear rule of a variable x is: a + bx. E.g.: 4 + 5x. If the n values of the variables are indexed (i = 1, 2, . . . , n), then we can express the sum of this linear rule of x over its n values as follows: n n (a + bxi ) = na + b xi i=1 i=1 Example: 3 3 3 3 3 (4 + 5xi ) = 4+ 5xi = (3 × 4) + 5 xi = 12 + 5 xi . i=1 i=1 i=1 i=1 i=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 12. Outline Operators Summation Double summation Double summation The double summation operator is used to sum up twice for the same variable: n m n xij = (xi1 + xi2 + . . . + xim ) i=1 j=1 i=1 = (x11 +x21 +. . .+xn1 )+(x12 +x22 +. . .+xn2 )+. . .+(x1m +x2m +. . .+xnm ) SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 13. Outline Operators Summation Double summation Double summation A property of the double summation operator is that the summations are interchangeable: n m m n xij = xij . i=1 j=1 i=1 j=1 SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator
  • 14. Outline Operators Summation Double summation The product operator The product operator ( ) is defined as: n xi = x1 · x2 · · · xn . i=1 Example: Let x be a list of numbers: 20, 19, 22. Then, 3 xi = 20 × 19 × 22 = 8, 360. i=1 n Note that i=1 k = k n . The n-product of a constant is the constant raised to the n-th power. SFC - juliohuato@gmail.com Applied Statistics for Economics Summation Operator