SlideShare una empresa de Scribd logo
1 de 14
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

Chapter 16 - Distributed System Structures
Chapter 16 - Distributed System StructuresChapter 16 - Distributed System Structures
Chapter 16 - Distributed System StructuresWayne Jones Jnr
 
Semophores and it's types
Semophores and it's typesSemophores and it's types
Semophores and it's typesNishant Joshi
 
Fault-tolerance Quantum computation and Quantum Error Correction
Fault-tolerance Quantum computation and Quantum Error CorrectionFault-tolerance Quantum computation and Quantum Error Correction
Fault-tolerance Quantum computation and Quantum Error CorrectionFacultad de Informática UCM
 
Data Structure and Algorithms.pptx
Data Structure and Algorithms.pptxData Structure and Algorithms.pptx
Data Structure and Algorithms.pptxSyed Zaid Irshad
 
Computer system architecture
Computer system architectureComputer system architecture
Computer system architecturevenkateswarlu G
 
Computer System Architecture
Computer System ArchitectureComputer System Architecture
Computer System ArchitectureBrenda Debra
 
Knowledge representation in AI
Knowledge representation in AIKnowledge representation in AI
Knowledge representation in AIVishal Singh
 
Thread scheduling in Operating Systems
Thread scheduling in Operating SystemsThread scheduling in Operating Systems
Thread scheduling in Operating SystemsNitish Gulati
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architectureAjithaSomasundaram
 

La actualidad más candente (10)

Chapter 16 - Distributed System Structures
Chapter 16 - Distributed System StructuresChapter 16 - Distributed System Structures
Chapter 16 - Distributed System Structures
 
Semophores and it's types
Semophores and it's typesSemophores and it's types
Semophores and it's types
 
Fault-tolerance Quantum computation and Quantum Error Correction
Fault-tolerance Quantum computation and Quantum Error CorrectionFault-tolerance Quantum computation and Quantum Error Correction
Fault-tolerance Quantum computation and Quantum Error Correction
 
Data Structure and Algorithms.pptx
Data Structure and Algorithms.pptxData Structure and Algorithms.pptx
Data Structure and Algorithms.pptx
 
Computer system architecture
Computer system architectureComputer system architecture
Computer system architecture
 
Parallel Processing
Parallel ProcessingParallel Processing
Parallel Processing
 
Computer System Architecture
Computer System ArchitectureComputer System Architecture
Computer System Architecture
 
Knowledge representation in AI
Knowledge representation in AIKnowledge representation in AI
Knowledge representation in AI
 
Thread scheduling in Operating Systems
Thread scheduling in Operating SystemsThread scheduling in Operating Systems
Thread scheduling in Operating Systems
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
 

Similar 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
 

Similar 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
 

Más 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
 

Más 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

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
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
 
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
 
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
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
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
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
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
 
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
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
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
 

Último (20)

Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
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Ữ Â...
 
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
 
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
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
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
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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...
 
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
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
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
 

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