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

What's hot

Panel data analysis
Panel data analysisPanel data analysis
Panel data analysis
Sana Hassan Afridi
 
6. bounds test for cointegration within ardl or vecm
6. bounds test for cointegration within ardl or vecm 6. bounds test for cointegration within ardl or vecm
6. bounds test for cointegration within ardl or vecm Quang Hoang
 
Measures of poverty
Measures of povertyMeasures of poverty
Measures of povertyMalik Saif
 
Theory of Association in Statistics
Theory of Association in StatisticsTheory of Association in Statistics
Theory of Association in Statistics
Ojas Maheshwari
 
Introduction to Econometrics
Introduction to EconometricsIntroduction to Econometrics
Introduction to Econometrics
Sibashis Chakraborty
 
Econometrics lecture 1st
Econometrics lecture 1stEconometrics lecture 1st
Econometrics lecture 1stIshaq Ahmad
 
Bergson social welfare function(1).pptx
Bergson social welfare function(1).pptxBergson social welfare function(1).pptx
Bergson social welfare function(1).pptx
jaheermuktharkp
 
Income inequality
Income inequalityIncome inequality
Income inequalityalishaaan
 
Lorenz curve ppt
Lorenz curve pptLorenz curve ppt
Lorenz curve ppt
AbdulHannanMondal
 
Chap5 m3-gini
Chap5 m3-giniChap5 m3-gini
Chap5 m3-gini
Dao Hoa
 
Autocorrelation
AutocorrelationAutocorrelation
AutocorrelationAkram Ali
 
Definitions of Econometric
Definitions of Econometric Definitions of Econometric
Definitions of Econometric
Qamar Farooq
 
Heteroscedasticity
HeteroscedasticityHeteroscedasticity
Heteroscedasticity
Madurai Kamaraj University
 
Econometrics
EconometricsEconometrics
Econometrics
GarimaGupta229
 
Heteroscedasticity
HeteroscedasticityHeteroscedasticity
Heteroscedasticity
Geethu Rangan
 
Eco Basic 1 8
Eco Basic 1 8Eco Basic 1 8
Eco Basic 1 8kit11229
 
Overview of econometrics 1
Overview of econometrics 1Overview of econometrics 1
Overview of econometrics 1
Emeni Joshua
 
Heteroskedasticity
HeteroskedasticityHeteroskedasticity
Heteroskedasticityhalimuth
 

What's hot (20)

Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Panel data analysis
Panel data analysisPanel data analysis
Panel data analysis
 
6. bounds test for cointegration within ardl or vecm
6. bounds test for cointegration within ardl or vecm 6. bounds test for cointegration within ardl or vecm
6. bounds test for cointegration within ardl or vecm
 
Measures of poverty
Measures of povertyMeasures of poverty
Measures of poverty
 
Theory of Association in Statistics
Theory of Association in StatisticsTheory of Association in Statistics
Theory of Association in Statistics
 
Introduction to Econometrics
Introduction to EconometricsIntroduction to Econometrics
Introduction to Econometrics
 
Econometrics lecture 1st
Econometrics lecture 1stEconometrics lecture 1st
Econometrics lecture 1st
 
Topic 19 inequaltiy
Topic 19 inequaltiyTopic 19 inequaltiy
Topic 19 inequaltiy
 
Bergson social welfare function(1).pptx
Bergson social welfare function(1).pptxBergson social welfare function(1).pptx
Bergson social welfare function(1).pptx
 
Income inequality
Income inequalityIncome inequality
Income inequality
 
Lorenz curve ppt
Lorenz curve pptLorenz curve ppt
Lorenz curve ppt
 
Chap5 m3-gini
Chap5 m3-giniChap5 m3-gini
Chap5 m3-gini
 
Autocorrelation
AutocorrelationAutocorrelation
Autocorrelation
 
Definitions of Econometric
Definitions of Econometric Definitions of Econometric
Definitions of Econometric
 
Heteroscedasticity
HeteroscedasticityHeteroscedasticity
Heteroscedasticity
 
Econometrics
EconometricsEconometrics
Econometrics
 
Heteroscedasticity
HeteroscedasticityHeteroscedasticity
Heteroscedasticity
 
Eco Basic 1 8
Eco Basic 1 8Eco Basic 1 8
Eco Basic 1 8
 
Overview of econometrics 1
Overview of econometrics 1Overview of econometrics 1
Overview of econometrics 1
 
Heteroskedasticity
HeteroskedasticityHeteroskedasticity
Heteroskedasticity
 

Similar to 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 Functions
Matthew Leingang
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdf
MAmir23
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptx
MAmir23
 
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
Alexander 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 scores
Alexander 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 Slides
Matthew 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.docx
paynetawnya
 
Lecture2-LinearRegression.ppt
Lecture2-LinearRegression.pptLecture2-LinearRegression.ppt
Lecture2-LinearRegression.ppt
ssuser36911e
 
Chapter5.pdf.pdf
Chapter5.pdf.pdfChapter5.pdf.pdf
Chapter5.pdf.pdf
ROBERTOENRIQUEGARCAA1
 
Econ ch 6
Econ ch 6Econ ch 6
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
 
Unit 2.6
Unit 2.6Unit 2.6
Unit 2.6
Mark Ryder
 
integration in maths pdf mathematics integration
integration in maths pdf mathematics integrationintegration in maths pdf mathematics integration
integration in maths pdf mathematics integration
Dr. 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.docx
SinamarLaroyaRefuerz
 

Similar to 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
 

More from 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 2
Julio Huato
 
Int Econ BoP
Int Econ BoPInt Econ BoP
Int Econ BoP
Julio Huato
 
Hecksher-Ohlin model
Hecksher-Ohlin modelHecksher-Ohlin model
Hecksher-Ohlin model
Julio Huato
 
Ricardian model
Ricardian modelRicardian model
Ricardian model
Julio Huato
 
Int econ bases_trade
Int econ bases_tradeInt econ bases_trade
Int econ bases_trade
Julio Huato
 
Fin sys
Fin sysFin sys
Fin sys
Julio Huato
 
A two-good economy
A two-good economyA two-good economy
A two-good economy
Julio Huato
 
Applied Statistics - Parametric Distributions
Applied Statistics - Parametric DistributionsApplied Statistics - Parametric Distributions
Applied Statistics - Parametric Distributions
Julio Huato
 
Two-good output choice
Two-good output choiceTwo-good output choice
Two-good output choice
Julio Huato
 
Statistics - Probability theory 1
Statistics - Probability theory 1Statistics - Probability theory 1
Statistics - Probability theory 1
Julio Huato
 
Intecon micro review 1
Intecon micro review 1Intecon micro review 1
Intecon micro review 1
Julio Huato
 
Applied Statistics - Introduction
Applied Statistics - IntroductionApplied Statistics - Introduction
Applied Statistics - Introduction
Julio Huato
 
Inputs output costs
Inputs output costsInputs output costs
Inputs output costs
Julio Huato
 
Risk
RiskRisk
Elasticity
ElasticityElasticity
Elasticity
Julio Huato
 
Slides money banking risk reward capm
Slides money banking risk reward capmSlides money banking risk reward capm
Slides money banking risk reward capm
Julio Huato
 
Slides money banking time value
Slides money banking time valueSlides money banking time value
Slides money banking time value
Julio Huato
 
Market model
Market modelMarket model
Market model
Julio Huato
 
Macro review
Macro reviewMacro review
Macro review
Julio Huato
 

More from 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
 

Recently uploaded

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 

Recently uploaded (20)

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.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