SlideShare uma empresa Scribd logo
1 de 14
Baixar para ler offline
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

Mais conteúdo relacionado

Semelhante a Summation Operator

ISI MSQE Entrance Question Paper (2006)
ISI MSQE Entrance Question Paper (2006)ISI MSQE Entrance Question Paper (2006)
ISI MSQE Entrance Question Paper (2006)CrackDSE
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsMatthew Leingang
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdfMAmir23
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptxMAmir23
 
Application of matrix algebra to multivariate data using standardize scores
Application of matrix algebra to multivariate data using standardize scoresApplication of matrix algebra to multivariate data using standardize scores
Application of matrix algebra to multivariate data using standardize scoresAlexander Decker
 
11.application of matrix algebra to multivariate data using standardize scores
11.application of matrix algebra to multivariate data using standardize scores11.application of matrix algebra to multivariate data using standardize scores
11.application of matrix algebra to multivariate data using standardize scoresAlexander Decker
 
Lesson03 The Concept Of Limit 027 Slides
Lesson03   The Concept Of Limit 027 SlidesLesson03   The Concept Of Limit 027 Slides
Lesson03 The Concept Of Limit 027 SlidesMatthew Leingang
 
1.Evaluate the function at the indicated value of x.  Round your.docx
1.Evaluate the function at the indicated value of x.  Round your.docx1.Evaluate the function at the indicated value of x.  Round your.docx
1.Evaluate the function at the indicated value of x.  Round your.docxpaynetawnya
 
Lecture2-LinearRegression.ppt
Lecture2-LinearRegression.pptLecture2-LinearRegression.ppt
Lecture2-LinearRegression.pptssuser36911e
 
4.1 exponential functions 2
4.1 exponential functions 24.1 exponential functions 2
4.1 exponential functions 2kvillave
 
ISI MSQE Entrance Question Paper (2009)
ISI MSQE Entrance Question Paper (2009)ISI MSQE Entrance Question Paper (2009)
ISI MSQE Entrance Question Paper (2009)CrackDSE
 
exponential functions (copied)
exponential functions (copied)exponential functions (copied)
exponential functions (copied)hossameldeen ahmed
 
integration in maths pdf mathematics integration
integration in maths pdf mathematics integrationintegration in maths pdf mathematics integration
integration in maths pdf mathematics integrationDr. Karrar Alwash
 
ISI MSQE Entrance Question Paper (2013)
ISI MSQE Entrance Question Paper (2013)ISI MSQE Entrance Question Paper (2013)
ISI MSQE Entrance Question Paper (2013)CrackDSE
 
Dynamic1
Dynamic1Dynamic1
Dynamic1MyAlome
 
G10_Daily Lesson Log_Second QUARTER.docx
G10_Daily Lesson Log_Second QUARTER.docxG10_Daily Lesson Log_Second QUARTER.docx
G10_Daily Lesson Log_Second QUARTER.docxSinamarLaroyaRefuerz
 

Semelhante a Summation Operator (20)

ISI MSQE Entrance Question Paper (2006)
ISI MSQE Entrance Question Paper (2006)ISI MSQE Entrance Question Paper (2006)
ISI MSQE Entrance Question Paper (2006)
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdf
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptx
 
Application of matrix algebra to multivariate data using standardize scores
Application of matrix algebra to multivariate data using standardize scoresApplication of matrix algebra to multivariate data using standardize scores
Application of matrix algebra to multivariate data using standardize scores
 
11.application of matrix algebra to multivariate data using standardize scores
11.application of matrix algebra to multivariate data using standardize scores11.application of matrix algebra to multivariate data using standardize scores
11.application of matrix algebra to multivariate data using standardize scores
 
Lesson03 The Concept Of Limit 027 Slides
Lesson03   The Concept Of Limit 027 SlidesLesson03   The Concept Of Limit 027 Slides
Lesson03 The Concept Of Limit 027 Slides
 
1.Evaluate the function at the indicated value of x.  Round your.docx
1.Evaluate the function at the indicated value of x.  Round your.docx1.Evaluate the function at the indicated value of x.  Round your.docx
1.Evaluate the function at the indicated value of x.  Round your.docx
 
Lecture2-LinearRegression.ppt
Lecture2-LinearRegression.pptLecture2-LinearRegression.ppt
Lecture2-LinearRegression.ppt
 
Chapter5.pdf.pdf
Chapter5.pdf.pdfChapter5.pdf.pdf
Chapter5.pdf.pdf
 
Econ ch 6
Econ ch 6Econ ch 6
Econ ch 6
 
4.1 exponential functions 2
4.1 exponential functions 24.1 exponential functions 2
4.1 exponential functions 2
 
ISI MSQE Entrance Question Paper (2009)
ISI MSQE Entrance Question Paper (2009)ISI MSQE Entrance Question Paper (2009)
ISI MSQE Entrance Question Paper (2009)
 
exponential functions (copied)
exponential functions (copied)exponential functions (copied)
exponential functions (copied)
 
Matlab
MatlabMatlab
Matlab
 
Unit 2.6
Unit 2.6Unit 2.6
Unit 2.6
 
integration in maths pdf mathematics integration
integration in maths pdf mathematics integrationintegration in maths pdf mathematics integration
integration in maths pdf mathematics integration
 
ISI MSQE Entrance Question Paper (2013)
ISI MSQE Entrance Question Paper (2013)ISI MSQE Entrance Question Paper (2013)
ISI MSQE Entrance Question Paper (2013)
 
Dynamic1
Dynamic1Dynamic1
Dynamic1
 
G10_Daily Lesson Log_Second QUARTER.docx
G10_Daily Lesson Log_Second QUARTER.docxG10_Daily Lesson Log_Second QUARTER.docx
G10_Daily Lesson Log_Second QUARTER.docx
 

Mais de Julio Huato

Uncertainty, Risk, and Risk Management
Uncertainty, Risk, and Risk ManagementUncertainty, Risk, and Risk Management
Uncertainty, Risk, and Risk ManagementJulio Huato
 
Probability theory 2
Probability theory 2Probability theory 2
Probability theory 2Julio Huato
 
Hecksher-Ohlin model
Hecksher-Ohlin modelHecksher-Ohlin model
Hecksher-Ohlin modelJulio Huato
 
Int econ bases_trade
Int econ bases_tradeInt econ bases_trade
Int econ bases_tradeJulio Huato
 
A two-good economy
A two-good economyA two-good economy
A two-good economyJulio Huato
 
Applied Statistics - Parametric Distributions
Applied Statistics - Parametric DistributionsApplied Statistics - Parametric Distributions
Applied Statistics - Parametric DistributionsJulio Huato
 
Two-good output choice
Two-good output choiceTwo-good output choice
Two-good output choiceJulio Huato
 
Statistics - Probability theory 1
Statistics - Probability theory 1Statistics - Probability theory 1
Statistics - Probability theory 1Julio Huato
 
Intecon micro review 1
Intecon micro review 1Intecon micro review 1
Intecon micro review 1Julio Huato
 
Applied Statistics - Introduction
Applied Statistics - IntroductionApplied Statistics - Introduction
Applied Statistics - IntroductionJulio Huato
 
Inputs output costs
Inputs output costsInputs output costs
Inputs output costsJulio Huato
 
Slides money banking risk reward capm
Slides money banking risk reward capmSlides money banking risk reward capm
Slides money banking risk reward capmJulio Huato
 
Slides money banking time value
Slides money banking time valueSlides money banking time value
Slides money banking time valueJulio Huato
 

Mais de Julio Huato (20)

Uncertainty, Risk, and Risk Management
Uncertainty, Risk, and Risk ManagementUncertainty, Risk, and Risk Management
Uncertainty, Risk, and Risk Management
 
Probability theory 2
Probability theory 2Probability theory 2
Probability theory 2
 
Int Econ BoP
Int Econ BoPInt Econ BoP
Int Econ BoP
 
Hecksher-Ohlin model
Hecksher-Ohlin modelHecksher-Ohlin model
Hecksher-Ohlin model
 
Ricardian model
Ricardian modelRicardian model
Ricardian model
 
Int econ bases_trade
Int econ bases_tradeInt econ bases_trade
Int econ bases_trade
 
Fin sys
Fin sysFin sys
Fin sys
 
A two-good economy
A two-good economyA two-good economy
A two-good economy
 
Applied Statistics - Parametric Distributions
Applied Statistics - Parametric DistributionsApplied Statistics - Parametric Distributions
Applied Statistics - Parametric Distributions
 
Two-good output choice
Two-good output choiceTwo-good output choice
Two-good output choice
 
Statistics - Probability theory 1
Statistics - Probability theory 1Statistics - Probability theory 1
Statistics - Probability theory 1
 
Intecon micro review 1
Intecon micro review 1Intecon micro review 1
Intecon micro review 1
 
Applied Statistics - Introduction
Applied Statistics - IntroductionApplied Statistics - Introduction
Applied Statistics - Introduction
 
Inputs output costs
Inputs output costsInputs output costs
Inputs output costs
 
Risk
RiskRisk
Risk
 
Elasticity
ElasticityElasticity
Elasticity
 
Slides money banking risk reward capm
Slides money banking risk reward capmSlides money banking risk reward capm
Slides money banking risk reward capm
 
Slides money banking time value
Slides money banking time valueSlides money banking time value
Slides money banking time value
 
Market model
Market modelMarket model
Market model
 
Macro review
Macro reviewMacro review
Macro review
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 

Último (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 

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