SlideShare ist ein Scribd-Unternehmen logo
1 von 23
ECONOMETRIA Jose F. Nieves Mendez Balbino Garcia
Chapter 6 Mathematical and Numerical Optimization
		The concept of optimization is fundamental to finance theory. The seminal work of Harry Markowitz demonstrated that financial decision-making for a rational agent is essentially a question of achieving an optical trade-off between risk and returns. 		From an application perspective, mathematical programming allows the rationalization of many business or technological decisions. Nevertheless, in practice, the computational tractability of the resulting analytical models is a key issue. It does not make much sense to formulate models that we are not able to solve in a reasonable timeframe.
Linear Programming (LP) refers to the problem of minimizing a linear function subject to linear equality and inequality constraints. The standard form of a linear program is given by 				min c’x                                    x     				s.t. Ax=b 				        x>0 where c is an N-dimensional vector, A is a J x N matrix, and b is a J-dimensional vector.   Linear Programming
Minimizing a quadratic objective function subject to linear equality and inequality constrain is referred to as quadratic programming (QP). This problem is represented in standard form as 			           min (1/2 x’Qx+c’x) 				  x                                   s.t. Ax=b 				        x>0 where Q is an NxN matrix, c is an N-dimensional vector, A is a JxN matrix, and b is a J-dimensional vector. Quadratic  Programming
Convex Programming is a large class of optimization problems that contains subclasses such as semi definite programs (SPD), second-order cones programs (SOCP), geometrics programs (GP), least squares (LS), convex quadratic programming (QS), and linear programming (LP). A convex program in standard form is given by  				 min f(x)                                     x                          s.t. gi(x) <0,  i=1,…,1                                   Ax = b Where f and giare convex functions, A is a JxN matrix, and b is a J-dimensional vector.     Convex Programming
By replacing the nonnegative constrain in the standard form of a linear program with so-called conic inclusion constraints, we obtain the conic optimization problem 				 min c’x                            x 				s.t. Ax =b 				        x € C Where c is an N-dimensional vector, A is a JxN matrix, b is a J-dimensional vector, and C is a closed convex cone. Conic Optimization
So far our discussion has focused on optimization problems where the variables are continuous. When they are only allowed to take on discrete values such as binary values (0,1) or integer values (…., -2,-1,0,-1,-2…) we refer to the resulting mathematical programming problem as a combinatorial, discrete, or integer programming (IP) problem. Integer and Combinatorial Programming
Which are often referred to as the fundamental theorem of linear programming: If the linear program is feasible and bounded, then there is at least one optical solution. Furthermore, at least one of the optimal solution corresponds to one of the vertices of the feasible set. If the linear program is feasible, then there is a basic feasible solution. If the linear program has solutions, then at least one of these solutions is a basic feasible solution.    Linear Programming
In this section we describe the idea behind interior-point methods for the solutions of the convex optimization problem in standard form: 				    min f(x) 				      x 			    s.t. gi(x) <0,  i=1,….,I 				      Ax=b Where f and gi are convex functions, A is a JxN matrix, and b is a J-dimensional vector. Barrier and Interior-Point methods
In the barrier method, the idea is to convert the general problem with both equality and inequality constraints into a sequence of equality constrained approximations, which then can be solved by the Newton Method.  A Barrier Method
It is not difficult to show that the method derived above is equivalent to applying the Newton method directly to the modified KKT equations. A Primal-Dual Interior-Point Method
Part II Managing Uncertainty in Practice
Chapter 7 Equity Price Models
We begin our discussion of equity price models by introducing some definitions and fixing some notations. A financial time series in discrete time is a sequence of financial variables such as assets prices or returns observed at discrete points in time, for example, the end of a trading day or the last trading day of the month. Most model that we will consider in this book assume that the spacing between points is fixed, for example models of daily returns assume that returns are observed between consecutive trading days. In order to recover fixed spacing between time points due to weekends, holidays or periods when trading is suspended, a sequence of trading days difference from the sequence of calendars days is typically introduced.   Definitions
A model of returns is a mathematical representation of returns. In finance theory, different types of models are considered. There are models that represents the time evolution of returns and models that represents relationship between the return of different asset at any given moment. The former is exemplified by a random walk model, the latter by conditions of no arbitrage. The distinction is important because models that represent the time evolution of assets can be used to make probabilistic forecasts starting from initial conditions.  Theoretical and Econometric Models
The random walk model is a basic model of stock prices based on the assumption of market efficiency. The basic idea is that returns can be represented as unforecastable fluctuations around some mean return. Random Walks Models
The distribution of prices is a product of normal distributions; it is not a normal distribution itself. This is major drawback of the geometric random walk model in discrete time. To avoid this problem, let us consider the logarithm of prices. Recall from the definitions given above that the log returns are the differences of log prices. Lognormal Model
	General Equilibrium Theories (GET) are global mathematical models of an economy. They are based on two key principles: Supply/demand equilibrium Agent optimality General Equilibrium Theories
	The Capital Asset Pricing Model is an equilibrium asset pricing model that hinges on mean-variance portfolio selection. The CAPM is an abstraction of the real-world capital markets based on the following assumptions: Investor make investment decisions based on the expected return and variance of returns. Investor are rational and risk-averse. Investor subscribe to the Markowitz method of portfolio diversification. Investors all invest for the same period of time. Investor have the same expectations about the expected return and variance of all assets. There is a risk-free assets and investors can borrow or lend any amount at the risk-free rate. Capital markets are (perfectly) competitive and frictionless. Capital Asset Pricing Model (CAPM)
The arbitrage principle is perhaps the most fundamental principle in modern financial theory. Essentially it states that it is not possible to earn a risk-free return without investment. The Arbitrage Pricing Theory is a particular formulation of relative pricing theory based on the principle of absence of arbitrage. The ATP places restrictions on the prices of a set of assets.  Arbitrage Pricing Theory (ATP)

Weitere ähnliche Inhalte

Was ist angesagt?

Varun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri - Thesis
Varun Balupuri - Thesis
Varun Balupuri
 
Karmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming ProblemKarmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming Problem
Ajay Dhamija
 
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
hani_abdeen
 

Was ist angesagt? (20)

Multi Objective Optimization and Pareto Multi Objective Optimization with cas...
Multi Objective Optimization and Pareto Multi Objective Optimization with cas...Multi Objective Optimization and Pareto Multi Objective Optimization with cas...
Multi Objective Optimization and Pareto Multi Objective Optimization with cas...
 
Varun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri - Thesis
Varun Balupuri - Thesis
 
Multiobjective presentation
Multiobjective presentationMultiobjective presentation
Multiobjective presentation
 
Multiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimalityMultiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimality
 
Visualization of pareto front for multi objective optimization
Visualization of pareto front for multi objective optimizationVisualization of pareto front for multi objective optimization
Visualization of pareto front for multi objective optimization
 
Unit.2. linear programming
Unit.2. linear programmingUnit.2. linear programming
Unit.2. linear programming
 
Karmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming ProblemKarmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming Problem
 
Mathematical Optimisation - Fundamentals and Applications
Mathematical Optimisation - Fundamentals and ApplicationsMathematical Optimisation - Fundamentals and Applications
Mathematical Optimisation - Fundamentals and Applications
 
Harmony Search for Multi-objective Optimization - SBRN 2012
Harmony Search for Multi-objective Optimization - SBRN 2012Harmony Search for Multi-objective Optimization - SBRN 2012
Harmony Search for Multi-objective Optimization - SBRN 2012
 
Approximation in Stochastic Integer Programming
Approximation in Stochastic Integer ProgrammingApproximation in Stochastic Integer Programming
Approximation in Stochastic Integer Programming
 
Multiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabMultiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in Scilab
 
Multi Objective Optimization
Multi Objective OptimizationMulti Objective Optimization
Multi Objective Optimization
 
Ch13 slides
Ch13 slidesCh13 slides
Ch13 slides
 
Branch and Bound technique to solve Integer Linear Programming
Branch and Bound technique to solve Integer Linear ProgrammingBranch and Bound technique to solve Integer Linear Programming
Branch and Bound technique to solve Integer Linear Programming
 
Applications of linear Programming
Applications of linear ProgrammingApplications of linear Programming
Applications of linear Programming
 
Ees 300
Ees 300Ees 300
Ees 300
 
Canonical form and Standard form of LPP
Canonical form and Standard form of LPPCanonical form and Standard form of LPP
Canonical form and Standard form of LPP
 
Ch1 slides
Ch1 slidesCh1 slides
Ch1 slides
 
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
Multi-Objective Optimization in Rule-based Design Space Exploration (ASE 2014)
 
Derivative free optimizations
Derivative free optimizationsDerivative free optimizations
Derivative free optimizations
 

Andere mochten auch

Introdução a econometria [modo de compatibilidade]
Introdução a econometria [modo de compatibilidade]Introdução a econometria [modo de compatibilidade]
Introdução a econometria [modo de compatibilidade]
Vandeison de Sousa
 
ORIGEN Y EVOLUCION DE LA ECONOMETRIA
ORIGEN Y EVOLUCION DE LA ECONOMETRIAORIGEN Y EVOLUCION DE LA ECONOMETRIA
ORIGEN Y EVOLUCION DE LA ECONOMETRIA
q785
 
Econometria 1
Econometria 1Econometria 1
Econometria 1
franco102
 
Econometría Financiera MCRL
Econometría Financiera MCRLEconometría Financiera MCRL
Econometría Financiera MCRL
Jhon Díaz
 

Andere mochten auch (15)

Introdução a econometria [modo de compatibilidade]
Introdução a econometria [modo de compatibilidade]Introdução a econometria [modo de compatibilidade]
Introdução a econometria [modo de compatibilidade]
 
econometria
 econometria econometria
econometria
 
Capitulo 1
Capitulo 1Capitulo 1
Capitulo 1
 
Econometria
EconometriaEconometria
Econometria
 
Otero josé vicéns (1998) historia de la econometría
Otero  josé vicéns (1998) historia de la econometríaOtero  josé vicéns (1998) historia de la econometría
Otero josé vicéns (1998) historia de la econometría
 
ORIGEN Y EVOLUCION DE LA ECONOMETRIA
ORIGEN Y EVOLUCION DE LA ECONOMETRIAORIGEN Y EVOLUCION DE LA ECONOMETRIA
ORIGEN Y EVOLUCION DE LA ECONOMETRIA
 
Apresentacao econometria
Apresentacao econometriaApresentacao econometria
Apresentacao econometria
 
Econometria 1
Econometria 1Econometria 1
Econometria 1
 
04 tópico 3 - regressão multipla
04   tópico 3 - regressão multipla04   tópico 3 - regressão multipla
04 tópico 3 - regressão multipla
 
La Econometría
La EconometríaLa Econometría
La Econometría
 
02 tópico 1 - regressão linear simples 02 - Econometria - Graduação - UFPA
02   tópico 1 - regressão linear simples 02 - Econometria - Graduação - UFPA02   tópico 1 - regressão linear simples 02 - Econometria - Graduação - UFPA
02 tópico 1 - regressão linear simples 02 - Econometria - Graduação - UFPA
 
Noções de Econometria. Tutorial com aplicação do software Gretl
Noções de Econometria. Tutorial com aplicação do software GretlNoções de Econometria. Tutorial com aplicação do software Gretl
Noções de Econometria. Tutorial com aplicação do software Gretl
 
Econometria 1
Econometria 1Econometria 1
Econometria 1
 
Econometría Financiera MCRL
Econometría Financiera MCRLEconometría Financiera MCRL
Econometría Financiera MCRL
 
Econometria
EconometriaEconometria
Econometria
 

Ähnlich wie Econometria Jose Nieves

A0311010106
A0311010106A0311010106
A0311010106
theijes
 
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
kongara
 

Ähnlich wie Econometria Jose Nieves (20)

1 resource optimization 2
1 resource optimization 21 resource optimization 2
1 resource optimization 2
 
LP linear programming (summary) (5s)
LP linear programming (summary) (5s)LP linear programming (summary) (5s)
LP linear programming (summary) (5s)
 
Linear programming class 12 investigatory project
Linear programming class 12 investigatory projectLinear programming class 12 investigatory project
Linear programming class 12 investigatory project
 
Basic linear programming
Basic linear programmingBasic linear programming
Basic linear programming
 
Ch11_LPIntro.pdf
Ch11_LPIntro.pdfCh11_LPIntro.pdf
Ch11_LPIntro.pdf
 
Efficient Solution of Two-Stage Stochastic Linear Programs Using Interior Poi...
Efficient Solution of Two-Stage Stochastic Linear Programs Using Interior Poi...Efficient Solution of Two-Stage Stochastic Linear Programs Using Interior Poi...
Efficient Solution of Two-Stage Stochastic Linear Programs Using Interior Poi...
 
Master of Computer Application (MCA) – Semester 4 MC0079
Master of Computer Application (MCA) – Semester 4  MC0079Master of Computer Application (MCA) – Semester 4  MC0079
Master of Computer Application (MCA) – Semester 4 MC0079
 
Topic 1.4
Topic 1.4Topic 1.4
Topic 1.4
 
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
 
Duality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming ProblemsDuality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming Problems
 
A0311010106
A0311010106A0311010106
A0311010106
 
Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}
 
Minimization of Assignment Problems
Minimization of Assignment ProblemsMinimization of Assignment Problems
Minimization of Assignment Problems
 
35000120030_Aritra Kundu_Operations Research.pdf
35000120030_Aritra Kundu_Operations Research.pdf35000120030_Aritra Kundu_Operations Research.pdf
35000120030_Aritra Kundu_Operations Research.pdf
 
Unit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxUnit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptx
 
Chapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfChapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdf
 
Chapter5[1]
Chapter5[1]Chapter5[1]
Chapter5[1]
 
Production & Operation Management Chapter5[1]
Production & Operation Management Chapter5[1]Production & Operation Management Chapter5[1]
Production & Operation Management Chapter5[1]
 
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
 
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
 

Mehr von paquitootd (9)

Proyecto creativo cadenas de markov josé_f_nieves
Proyecto creativo cadenas de markov josé_f_nieves Proyecto creativo cadenas de markov josé_f_nieves
Proyecto creativo cadenas de markov josé_f_nieves
 
Cadena de Markov Portada, tabla contenido, agradecimientos
Cadena de Markov Portada, tabla contenido, agradecimientosCadena de Markov Portada, tabla contenido, agradecimientos
Cadena de Markov Portada, tabla contenido, agradecimientos
 
Estadistica, Probabilidad E Investigacin De Operacines
Estadistica, Probabilidad E Investigacin De OperacinesEstadistica, Probabilidad E Investigacin De Operacines
Estadistica, Probabilidad E Investigacin De Operacines
 
Programacion Cuadratica
Programacion CuadraticaProgramacion Cuadratica
Programacion Cuadratica
 
Programacion Cuadratica
Programacion CuadraticaProgramacion Cuadratica
Programacion Cuadratica
 
BiografíA De Euclides De AlejandríA
BiografíA De Euclides De AlejandríABiografíA De Euclides De AlejandríA
BiografíA De Euclides De AlejandríA
 
Analisis Factorial Paquito
Analisis Factorial PaquitoAnalisis Factorial Paquito
Analisis Factorial Paquito
 
Intervención de la estadística para resolver problemas relacionados al censo ...
Intervención de la estadística para resolver problemas relacionados al censo ...Intervención de la estadística para resolver problemas relacionados al censo ...
Intervención de la estadística para resolver problemas relacionados al censo ...
 
Salud Publica
Salud PublicaSalud Publica
Salud Publica
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Econometria Jose Nieves

  • 1. ECONOMETRIA Jose F. Nieves Mendez Balbino Garcia
  • 2. Chapter 6 Mathematical and Numerical Optimization
  • 3. The concept of optimization is fundamental to finance theory. The seminal work of Harry Markowitz demonstrated that financial decision-making for a rational agent is essentially a question of achieving an optical trade-off between risk and returns. From an application perspective, mathematical programming allows the rationalization of many business or technological decisions. Nevertheless, in practice, the computational tractability of the resulting analytical models is a key issue. It does not make much sense to formulate models that we are not able to solve in a reasonable timeframe.
  • 4. Linear Programming (LP) refers to the problem of minimizing a linear function subject to linear equality and inequality constraints. The standard form of a linear program is given by min c’x x s.t. Ax=b x>0 where c is an N-dimensional vector, A is a J x N matrix, and b is a J-dimensional vector. Linear Programming
  • 5. Minimizing a quadratic objective function subject to linear equality and inequality constrain is referred to as quadratic programming (QP). This problem is represented in standard form as min (1/2 x’Qx+c’x) x s.t. Ax=b x>0 where Q is an NxN matrix, c is an N-dimensional vector, A is a JxN matrix, and b is a J-dimensional vector. Quadratic Programming
  • 6. Convex Programming is a large class of optimization problems that contains subclasses such as semi definite programs (SPD), second-order cones programs (SOCP), geometrics programs (GP), least squares (LS), convex quadratic programming (QS), and linear programming (LP). A convex program in standard form is given by min f(x) x s.t. gi(x) <0, i=1,…,1 Ax = b Where f and giare convex functions, A is a JxN matrix, and b is a J-dimensional vector. Convex Programming
  • 7. By replacing the nonnegative constrain in the standard form of a linear program with so-called conic inclusion constraints, we obtain the conic optimization problem min c’x x s.t. Ax =b x € C Where c is an N-dimensional vector, A is a JxN matrix, b is a J-dimensional vector, and C is a closed convex cone. Conic Optimization
  • 8. So far our discussion has focused on optimization problems where the variables are continuous. When they are only allowed to take on discrete values such as binary values (0,1) or integer values (…., -2,-1,0,-1,-2…) we refer to the resulting mathematical programming problem as a combinatorial, discrete, or integer programming (IP) problem. Integer and Combinatorial Programming
  • 9. Which are often referred to as the fundamental theorem of linear programming: If the linear program is feasible and bounded, then there is at least one optical solution. Furthermore, at least one of the optimal solution corresponds to one of the vertices of the feasible set. If the linear program is feasible, then there is a basic feasible solution. If the linear program has solutions, then at least one of these solutions is a basic feasible solution. Linear Programming
  • 10. In this section we describe the idea behind interior-point methods for the solutions of the convex optimization problem in standard form: min f(x) x s.t. gi(x) <0, i=1,….,I Ax=b Where f and gi are convex functions, A is a JxN matrix, and b is a J-dimensional vector. Barrier and Interior-Point methods
  • 11. In the barrier method, the idea is to convert the general problem with both equality and inequality constraints into a sequence of equality constrained approximations, which then can be solved by the Newton Method. A Barrier Method
  • 12. It is not difficult to show that the method derived above is equivalent to applying the Newton method directly to the modified KKT equations. A Primal-Dual Interior-Point Method
  • 13. Part II Managing Uncertainty in Practice
  • 14. Chapter 7 Equity Price Models
  • 15. We begin our discussion of equity price models by introducing some definitions and fixing some notations. A financial time series in discrete time is a sequence of financial variables such as assets prices or returns observed at discrete points in time, for example, the end of a trading day or the last trading day of the month. Most model that we will consider in this book assume that the spacing between points is fixed, for example models of daily returns assume that returns are observed between consecutive trading days. In order to recover fixed spacing between time points due to weekends, holidays or periods when trading is suspended, a sequence of trading days difference from the sequence of calendars days is typically introduced. Definitions
  • 16. A model of returns is a mathematical representation of returns. In finance theory, different types of models are considered. There are models that represents the time evolution of returns and models that represents relationship between the return of different asset at any given moment. The former is exemplified by a random walk model, the latter by conditions of no arbitrage. The distinction is important because models that represent the time evolution of assets can be used to make probabilistic forecasts starting from initial conditions. Theoretical and Econometric Models
  • 17. The random walk model is a basic model of stock prices based on the assumption of market efficiency. The basic idea is that returns can be represented as unforecastable fluctuations around some mean return. Random Walks Models
  • 18.
  • 19. The distribution of prices is a product of normal distributions; it is not a normal distribution itself. This is major drawback of the geometric random walk model in discrete time. To avoid this problem, let us consider the logarithm of prices. Recall from the definitions given above that the log returns are the differences of log prices. Lognormal Model
  • 20.
  • 21. General Equilibrium Theories (GET) are global mathematical models of an economy. They are based on two key principles: Supply/demand equilibrium Agent optimality General Equilibrium Theories
  • 22. The Capital Asset Pricing Model is an equilibrium asset pricing model that hinges on mean-variance portfolio selection. The CAPM is an abstraction of the real-world capital markets based on the following assumptions: Investor make investment decisions based on the expected return and variance of returns. Investor are rational and risk-averse. Investor subscribe to the Markowitz method of portfolio diversification. Investors all invest for the same period of time. Investor have the same expectations about the expected return and variance of all assets. There is a risk-free assets and investors can borrow or lend any amount at the risk-free rate. Capital markets are (perfectly) competitive and frictionless. Capital Asset Pricing Model (CAPM)
  • 23. The arbitrage principle is perhaps the most fundamental principle in modern financial theory. Essentially it states that it is not possible to earn a risk-free return without investment. The Arbitrage Pricing Theory is a particular formulation of relative pricing theory based on the principle of absence of arbitrage. The ATP places restrictions on the prices of a set of assets. Arbitrage Pricing Theory (ATP)