SlideShare une entreprise Scribd logo
1  sur  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)

Contenu connexe

Tendances

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...Aditya Deshpande
 
Varun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri
 
Multiobjective presentation
Multiobjective presentationMultiobjective presentation
Multiobjective presentationMohammed Kamil
 
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 optimalityAmogh Mundhekar
 
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 optimizationTogis UAB Ltd
 
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 ProblemAjay Dhamija
 
Mathematical Optimisation - Fundamentals and Applications
Mathematical Optimisation - Fundamentals and ApplicationsMathematical Optimisation - Fundamentals and Applications
Mathematical Optimisation - Fundamentals and ApplicationsGokul Alex
 
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 2012lucasmpavelski
 
Approximation in Stochastic Integer Programming
Approximation in Stochastic Integer ProgrammingApproximation in Stochastic Integer Programming
Approximation in Stochastic Integer ProgrammingSSA KPI
 
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 ScilabScilab
 
Multi Objective Optimization
Multi Objective OptimizationMulti Objective Optimization
Multi Objective OptimizationNawroz University
 
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 ProgrammingKaivalya Shah
 
Applications of linear Programming
Applications of linear ProgrammingApplications of linear Programming
Applications of linear ProgrammingAlmaszabeen Badekhan
 
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 LPPSundar B N
 
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
 

Tendances (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
 

En vedette (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
 

Similaire à Econometria Jose Nieves

1 resource optimization 2
1 resource optimization 21 resource optimization 2
1 resource optimization 2shushay hailu
 
LP linear programming (summary) (5s)
LP linear programming (summary) (5s)LP linear programming (summary) (5s)
LP linear programming (summary) (5s)Dionísio Carmo-Neto
 
Linear programming class 12 investigatory project
Linear programming class 12 investigatory projectLinear programming class 12 investigatory project
Linear programming class 12 investigatory projectDivyans890
 
Ch11_LPIntro.pdf
Ch11_LPIntro.pdfCh11_LPIntro.pdf
Ch11_LPIntro.pdfyebegashet
 
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...SSA KPI
 
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 MC0079Aravind NC
 
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 Algorithminventionjournals
 
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 Problemstheijes
 
A0311010106
A0311010106A0311010106
A0311010106theijes
 
Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}FellowBuddy.com
 
Minimization of Assignment Problems
Minimization of Assignment ProblemsMinimization of Assignment Problems
Minimization of Assignment Problemsijtsrd
 
35000120030_Aritra Kundu_Operations Research.pdf
35000120030_Aritra Kundu_Operations Research.pdf35000120030_Aritra Kundu_Operations Research.pdf
35000120030_Aritra Kundu_Operations Research.pdfJuliusCaesar36
 
Unit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxUnit 1 - Optimization methods.pptx
Unit 1 - Optimization methods.pptxssuser4debce1
 
Chapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfChapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfTsegay Berhe
 
Production & Operation Management Chapter5[1]
Production & Operation Management Chapter5[1]Production & Operation Management Chapter5[1]
Production & Operation Management Chapter5[1]Hariharan Ponnusamy
 
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...
Quantitativetechniqueformanagerialdecisionlinearprogramming 090725035417-phpa...kongara
 
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...Martha Brown
 

Similaire à 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...
 

Plus de paquitootd

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 paquitootd
 
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, agradecimientospaquitootd
 
Estadistica, Probabilidad E Investigacin De Operacines
Estadistica, Probabilidad E Investigacin De OperacinesEstadistica, Probabilidad E Investigacin De Operacines
Estadistica, Probabilidad E Investigacin De Operacinespaquitootd
 
Programacion Cuadratica
Programacion CuadraticaProgramacion Cuadratica
Programacion Cuadraticapaquitootd
 
Programacion Cuadratica
Programacion CuadraticaProgramacion Cuadratica
Programacion Cuadraticapaquitootd
 
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íApaquitootd
 
Analisis Factorial Paquito
Analisis Factorial PaquitoAnalisis Factorial Paquito
Analisis Factorial Paquitopaquitootd
 
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 ...paquitootd
 

Plus de 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
 

Dernier

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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 RobisonAnna Loughnan Colquhoun
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Dernier (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

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)