Basic Mathematics for Portfolio Management. Statistics Variables x, y, z Constants a, b Observations {x n, y n |n=1,…N} Mean.

Slides:



Advertisements
Similar presentations
2. Review of Matrix Algebra Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical.
Advertisements

Chapter 10 Curve Fitting and Regression Analysis
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Canonical correlations
NOTES ON MULTIPLE REGRESSION USING MATRICES  Multiple Regression Tony E. Smith ESE 502: Spatial Data Analysis  Matrix Formulation of Regression  Applications.
Review of Matrix Algebra
Linear regression models in matrix terms. The regression function in matrix terms.
INDR 262 INTRODUCTION TO OPTIMIZATION METHODS LINEAR ALGEBRA INDR 262 Metin Türkay 1.
Matrix Approach to Simple Linear Regression KNNL – Chapter 5.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Using Matrices to Solve a 3-Variable System
CE 311 K - Introduction to Computer Methods Daene C. McKinney
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Statistical Analysis Professor Lynne Stokes Department of Statistical Science Lecture 5QF Introduction to Vector and Matrix Operations Needed for the.
Today Wrap up of probability Vectors, Matrices. Calculus
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
COMP 116: Introduction to Scientific Programming Lecture 7: Matrices and Linear Systems.
ECON 1150 Matrix Operations Special Matrices
Matrices Square is Good! Copyright © 2014 Curt Hill.
BIOL 582 Lecture Set 19 Matrices, Matrix calculations, Linear models using linear algebra.
4.5 Solving Systems using Matrix Equations and Inverses.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
Statistics and Linear Algebra (the real thing). Vector A vector is a rectangular arrangement of number in several rows and one column. A vector is denoted.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Lecture 28: Mathematical Insight and Engineering.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
13.1 Matrices and Their Sums
Multivariate Statistics Matrix Algebra I W. M. van der Veld University of Amsterdam.
Class Opener:. Identifying Matrices Student Check:
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
MathematicalMarketing Slide 5.1 OLS Chapter 5: Ordinary Least Square Regression We will be discussing  The Linear Regression Model  Estimation of the.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
Part 3: Estimation of Parameters. Estimation of Parameters Most of the time, we have random samples but not the densities given. If the parametric form.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Linear Algebra review (optional)
Linear Algebra Lecture 2.
Review of Matrix Operations
Probability Theory and Parameter Estimation I
Chapter 7 Matrix Mathematics
Regression.
Matrix Operations SpringSemester 2017.
Warm Up Use scalar multiplication to evaluate the following:
Matrix Algebra.
Chapter 7: Matrices and Systems of Equations and Inequalities
Multiplicative Inverses of Matrices and Matrix Equations
Unit 3: Matrices
Objectives Multiply two matrices.
5.4 General Linear Least-Squares
Matrices.
Matrix Algebra.
[MATRICES ].
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrices.
Matrix Operations SpringSemester 2017.
[MATRICES ].
Presentation transcript:

Basic Mathematics for Portfolio Management

Statistics Variables x, y, z Constants a, b Observations {x n, y n |n=1,…N} Mean

Variance

Covariance

Regression This is an example of a linear model. The model is unbiased if: How do we choose the best {a,b}?

Regression The best estimates for {a,b} should minimize the sum of squared errors: This corresponds to minimizing: Which leads to two equations:

Regression The first equation leads to an unbiased model. We can use this to solve for a:

Regression The second equation relates the coefficient b to the sample covariance of x and y: Putting this together: The model is the best linear unbiased estimate (BLUE), given only the sample data.

BLUE of y conditional on x More generally, the BLUE has the form: You can see how this directly relates to our prior regression result. We will apply this result more generally than just in the regression context. For example, our estimates of variances and covariances may improve upon sample estimates.

Linear Algebra Vectors and Matrices (We will denote in bold) Transpose Dimensions –(Rows x Columns) –Keep track of these Addition and Multiplication –Can only add matrices of identical dimension –For multiplication,

Matrix Multiplication: AxB Move across A and down B

Hint 1 Keep track of the size of the matrices, to make sure the algebra makes sense:

Matrix Inverse

Using Linear Algebra Portfolio Variance

Multivariate Regression The multivariate linear model is: We can include an intercept as a column of X. To generalize, we minimize the weighted sum of squared errors: Our resulting estimates are:

Basic Utility Function Mean/Variance What are the dimensions of U?

Portfolio Optimization Choose portfolio h to maximize U. What does that mean? We must take the derivative of U with respect to each of the N elements of h. That leads to N equations in N unknowns.

More Hints Hint 2: Try out 2x2 or 3x3 examples. Hint 3: To start, try working with individual elements. For example, I will use shorthand like: –This says to take derivatives with respect to each element of h. This should lead to N separate equations. –Example: