SlideShare a Scribd company logo
1 of 25
FINANCIAL RISK MGT – FRM
Lecture by;
Dr. Syed
Muhammad Ali
Tirmizi
1
2
TOPICS OF CHAPTER NO. 10
 In this lecture, we will cover the following topics:
10. Robust Portfolio Optimization
i. Overview
ii. Robust Statistics
a. Motivation
b. Selected Robust Estimators
iii. Robust Optimization
a. Motivation
b. Uncertainty Sets and Problem Formulation
iv. Synopsis of R packages
a. The package covRobust
b. The package fPortfolio
c. The package MASS
d. The package robustbase
3
TOPICS OF CHAPTER NO. 10
e. The package robust
f. The package rrcov
g. The package SOCPs
h. The package Rsocp
v. Empirical Applications
a. Portfolio Simulation: robust versus classical statistics
b. R code 10.1 Portfolio simulation: data generation
c. R code 10.2 Portfolio simulation: function for
estimating moments.
d. R code 10.3 Portfolio simulation: estimates for data
processes
e. R code 10.4 Portfolio simulation: minimum-variance
optimisations
4
TOPICS OF CHAPTER NO. 10
VI. Portfolio back test: robust versus classical statistics
a. R code 10.5 Portfolio back-test: descriptive statistics of
returns
b. R code 10.6 Portfolio back test: rolling window
optimization
c. R code 10.7 Robust portfolio optimization with
elliptical uncertainty
d. R code 10.8 Efficient frontiers for mean-variance and
robust counterpart optimization with elliptical
uncertainty of 𝝁
e. R code 10.9 Determining equivalent mean-variance
allocation for a given robust counterpart risk weighting
f. R code 10.10 Graphical display of efficient frontier for
mean-variance and robust counterpart portfolios
5
CHAPTER OVERVIEW
 The use of sample estimators for the expected
returns and the covariance matrix can result in sub-
optimal portfolio results due to estimation error.
 Furthermore, extreme portfolio weights and/or
erratic swings in the asset-mix are commonly
observed in ex post simulations.
 Minimum-variance portfolios are advocated
compared to mean-variance portfolios (see the
references in Chapter 5).
6
CHAPTER OVERVIEW
 It would therefore be desirable to have estimators
available which lessen the impact of outliers and thus
produce estimates that are representative of the bulk
of sample data, and/or optimization techniques that
incorporate estimations errors directly.
 The former can be achieved by utilizing robust
statistics and the latter by employing robust
optimization techniques.
7
CHAPTER OVERVIEW
 The chapter concludes with empirical applications
in the form of a Monte Carlo simulation and back-
test comparisons, where these robust portfolio
optimizations are compared to portfolio solutions
based on ordinary sample estimators.
8
ROBUST STATISTICS
 Motivation: It has already been pointed out in Chapter 3
that the normality assumption quite often does not hold
for financial market return data.
 The violation of this assumption is justified on empirical
grounds by the stylized facts for single and multivariate
returns.
 But it was also shown in Chapter 6 that the normality
assumption is violated to a lesser extent with the lower
the data frequency.
9
ROBUST STATISTICS
 The arithmetic mean, as an estimator for the location of
a population is sensitive to extreme observations, such
that the estimate does not reflect the bulk of the data
well.
 On a similar note, the dependence between two random
variables can be highly distorted by a single outlying
data pair.
 In light of this, it would be desirable to have recourse to
methods and techniques that are relatively immune to
such outliers and/or to violations of the underlying
model assumptions.
10
ROBUST STATISTICS
 The field of robust statistics deals with problems of this
kind and offers solutions in the form of robust estimators
and inference based upon these.
 Formerly, the outlier problem sketched above would be
resolved by means of trimming (removing of outliers) or
winsorizing (equalizing extreme observations to a fixed
quantile value).
 Indeed, both methods can be considered as means of
robustification.
11
ROBUST STATISTICS
 It is worth mentioning that so far the term “outlier” or
“extreme observation” has not been precisely defined
earlier.
 The reason for this is simple: there is no clear-cut way to
assess whether a data point is an outlier or not.
 The question is always a relative one and crucially
depends on the underlying model/distribution assumption.
 For example, given the standard normal distribution and a
sample observation of 5, one could surely classify this
data point as an outlier.
12
ROBUST STATISTICS
 Selected robust estimators: The most commonly
utilized measure for assessing the robustness of an
estimator is the breakdown point (BP).
 This measure is defined as the relative share of
outliers in a sample such that the estimator does not
take an arbitrary large value.
 By definition, the BP can take values between 0 and
0.5.
13
ROBUST STATISTICS
 The arithmetic mean has a BP of 0, because if a
single observation is replaced by one value, the
location estimate can be made arbitrarily high.
 The upper bound of the BP is explained by the fact
that if more than half of the observations are outliers,
the sample is falsified to a degree such that no
inference with respect to the population can be drawn
from it.
14
ROBUST STATISTICS
 A further criterion for assessing the appropriateness of a
robust estimator is the relative efficiency (RE).
 Here, the asymptotic variance of a robust estimator is
expressed relative to the variance of an optimal estimator
which has been derived under strict adherence to the
model/distribution assumption.
 As such, it can be interpreted as a percentage figure,
indicating by how much the sample size has to be
increased such that the variances of the two estimators are
equalized.
15
ROBUST STATISTICS
 Class of M and MM estimators: As early as 1964
the class of M-estimators was introduced by Huber.
 The class name should indicate the resemblance of
this estimator to the ML principle (see Huber 1964,
1981).
 The unknown parameters 𝜃, are determined such
that they have most likely produced a given iid
sample.
16
ROBUST STATISTICS
17
ROBUST STATISTICS
 The function 𝜌(⋅) must meet the requirements of symmetry,
positive definiteness, and a global minimum at zero.
 Of course, the function should provide decent estimates when
the model/distribution assumptions are met and not be
negatively affected by instances of violation.
 The difference between the robust forms of the M-estimators
and those of the ML and LS principles is in the specification of
𝜌(⋅).
 For the former estimators extreme data points obtain a smaller
weight and are thus less influential with respect to the
parameter estimates.
18
ROBUST STATISTICS
19
ROBUST STATISTICS
20
ROBUST STATISTICS
If one applied this dispersion estimator directly to the data pairs of
X, the resulting variancecovariance matrix would cease to be
positive definite. For this reason, Maronna and Zamar (2002)
proposed an orthogonalization of X and hence the estimator is
termed “orthogonalized Gnanadesikan–Kettenring” (OGK).
21
ROBUST OPTIMIZATION
 Motivation: The term “robust” is now defined as an
optimization technique that will produce a solution which is
not negatively impacted by an alternative parameter
specification.
 For example, if the return expectations are turning out to be
less favorable.
 Incidentally, robust optimization techniques differ from
stochastic optimization in the sense that the latter are based on
a specific distribution assumption for the parameters.
 In a nutshell, the aim of robust optimization is the derivation of
an optimal solution for sets of possible parameter
constellations.
22
ROBUST OPTIMIZATION
 Uncertainty sets and problem formulation: The
concept of robust optimization will now be elucidated
for mean-variance portfolios, although the approach is
also applicable to other kinds of optimization.
 The classical portfolio optimization is given by;
23
ROBUST OPTIMIZATION
24
SYNOPSIS FOR R PACKAGES
END OF LECTURE NO. 11
25

More Related Content

Similar to Financial Risk Mgt - Lec 11 by Dr. Syed Muhammad Ali Tirmizi

Review Parameters Model Building & Interpretation and Model Tunin.docx
Review Parameters Model Building & Interpretation and Model Tunin.docxReview Parameters Model Building & Interpretation and Model Tunin.docx
Review Parameters Model Building & Interpretation and Model Tunin.docxcarlstromcurtis
 
Capm theory portfolio management
Capm theory   portfolio managementCapm theory   portfolio management
Capm theory portfolio managementBhaskar T
 
Applications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipApplications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipRithish Kumar
 
Max Kuhn's talk on R machine learning
Max Kuhn's talk on R machine learningMax Kuhn's talk on R machine learning
Max Kuhn's talk on R machine learningVivian S. Zhang
 
Jacobs Kiefer Bayes Guide 3 10 V1
Jacobs Kiefer Bayes Guide 3 10 V1Jacobs Kiefer Bayes Guide 3 10 V1
Jacobs Kiefer Bayes Guide 3 10 V1Michael Jacobs, Jr.
 
Guide for building GLMS
Guide for building GLMSGuide for building GLMS
Guide for building GLMSAli T. Lotia
 
RMFI0039_RAYER 2016 pps264-288
RMFI0039_RAYER 2016 pps264-288RMFI0039_RAYER 2016 pps264-288
RMFI0039_RAYER 2016 pps264-288Quintin Rayer
 
Logistic regression and analysis using statistical information
Logistic regression and analysis using statistical informationLogistic regression and analysis using statistical information
Logistic regression and analysis using statistical informationAsadJaved304231
 
Statistical modeling in pharmaceutical research and development
Statistical modeling in pharmaceutical research and developmentStatistical modeling in pharmaceutical research and development
Statistical modeling in pharmaceutical research and developmentPV. Viji
 
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docx
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docxJOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docx
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docxtawnyataylor528
 
Evaluating competing predictive distributions
Evaluating competing predictive distributionsEvaluating competing predictive distributions
Evaluating competing predictive distributionsAndreas Collett
 
German credit score shivaram prakash
German credit score shivaram prakashGerman credit score shivaram prakash
German credit score shivaram prakashShivaram Prakash
 
4_5_Model Interpretation and diagnostics part 4.pdf
4_5_Model Interpretation and diagnostics part 4.pdf4_5_Model Interpretation and diagnostics part 4.pdf
4_5_Model Interpretation and diagnostics part 4.pdfLeonardo Auslender
 
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...CSCJournals
 

Similar to Financial Risk Mgt - Lec 11 by Dr. Syed Muhammad Ali Tirmizi (20)

Review Parameters Model Building & Interpretation and Model Tunin.docx
Review Parameters Model Building & Interpretation and Model Tunin.docxReview Parameters Model Building & Interpretation and Model Tunin.docx
Review Parameters Model Building & Interpretation and Model Tunin.docx
 
FSRM 582 Project
FSRM 582 ProjectFSRM 582 Project
FSRM 582 Project
 
Capm theory portfolio management
Capm theory   portfolio managementCapm theory   portfolio management
Capm theory portfolio management
 
Applications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipApplications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationship
 
Max Kuhn's talk on R machine learning
Max Kuhn's talk on R machine learningMax Kuhn's talk on R machine learning
Max Kuhn's talk on R machine learning
 
Jacobs Kiefer Bayes Guide 3 10 V1
Jacobs Kiefer Bayes Guide 3 10 V1Jacobs Kiefer Bayes Guide 3 10 V1
Jacobs Kiefer Bayes Guide 3 10 V1
 
Geert van Kollenburg-masterthesis
Geert van Kollenburg-masterthesisGeert van Kollenburg-masterthesis
Geert van Kollenburg-masterthesis
 
Guide for building GLMS
Guide for building GLMSGuide for building GLMS
Guide for building GLMS
 
Data Analyst - Interview Guide
Data Analyst - Interview GuideData Analyst - Interview Guide
Data Analyst - Interview Guide
 
50134 09
50134 0950134 09
50134 09
 
RMFI0039_RAYER 2016 pps264-288
RMFI0039_RAYER 2016 pps264-288RMFI0039_RAYER 2016 pps264-288
RMFI0039_RAYER 2016 pps264-288
 
Logistic regression and analysis using statistical information
Logistic regression and analysis using statistical informationLogistic regression and analysis using statistical information
Logistic regression and analysis using statistical information
 
Statistical modeling in pharmaceutical research and development
Statistical modeling in pharmaceutical research and developmentStatistical modeling in pharmaceutical research and development
Statistical modeling in pharmaceutical research and development
 
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docx
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docxJOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docx
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 46, 39-59 (1993) V.docx
 
Evaluating competing predictive distributions
Evaluating competing predictive distributionsEvaluating competing predictive distributions
Evaluating competing predictive distributions
 
StatsModelling
StatsModellingStatsModelling
StatsModelling
 
APT_&_VaR[1]
APT_&_VaR[1]APT_&_VaR[1]
APT_&_VaR[1]
 
German credit score shivaram prakash
German credit score shivaram prakashGerman credit score shivaram prakash
German credit score shivaram prakash
 
4_5_Model Interpretation and diagnostics part 4.pdf
4_5_Model Interpretation and diagnostics part 4.pdf4_5_Model Interpretation and diagnostics part 4.pdf
4_5_Model Interpretation and diagnostics part 4.pdf
 
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
 

More from Dr. Muhammad Ali Tirmizi., Ph.D.

Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziFinancial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3Dr. Muhammad Ali Tirmizi., Ph.D.
 

More from Dr. Muhammad Ali Tirmizi., Ph.D. (16)

Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 5 & 6 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 3 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziFinancial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
 
Special topics in finance lecture 2
Special topics in finance   lecture 2Special topics in finance   lecture 2
Special topics in finance lecture 2
 
Special topics in finance lec 1
Special topics in finance   lec 1Special topics in finance   lec 1
Special topics in finance lec 1
 

Recently uploaded

Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computationsit20ad004
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 

Financial Risk Mgt - Lec 11 by Dr. Syed Muhammad Ali Tirmizi

  • 1. FINANCIAL RISK MGT – FRM Lecture by; Dr. Syed Muhammad Ali Tirmizi 1
  • 2. 2 TOPICS OF CHAPTER NO. 10  In this lecture, we will cover the following topics: 10. Robust Portfolio Optimization i. Overview ii. Robust Statistics a. Motivation b. Selected Robust Estimators iii. Robust Optimization a. Motivation b. Uncertainty Sets and Problem Formulation iv. Synopsis of R packages a. The package covRobust b. The package fPortfolio c. The package MASS d. The package robustbase
  • 3. 3 TOPICS OF CHAPTER NO. 10 e. The package robust f. The package rrcov g. The package SOCPs h. The package Rsocp v. Empirical Applications a. Portfolio Simulation: robust versus classical statistics b. R code 10.1 Portfolio simulation: data generation c. R code 10.2 Portfolio simulation: function for estimating moments. d. R code 10.3 Portfolio simulation: estimates for data processes e. R code 10.4 Portfolio simulation: minimum-variance optimisations
  • 4. 4 TOPICS OF CHAPTER NO. 10 VI. Portfolio back test: robust versus classical statistics a. R code 10.5 Portfolio back-test: descriptive statistics of returns b. R code 10.6 Portfolio back test: rolling window optimization c. R code 10.7 Robust portfolio optimization with elliptical uncertainty d. R code 10.8 Efficient frontiers for mean-variance and robust counterpart optimization with elliptical uncertainty of 𝝁 e. R code 10.9 Determining equivalent mean-variance allocation for a given robust counterpart risk weighting f. R code 10.10 Graphical display of efficient frontier for mean-variance and robust counterpart portfolios
  • 5. 5 CHAPTER OVERVIEW  The use of sample estimators for the expected returns and the covariance matrix can result in sub- optimal portfolio results due to estimation error.  Furthermore, extreme portfolio weights and/or erratic swings in the asset-mix are commonly observed in ex post simulations.  Minimum-variance portfolios are advocated compared to mean-variance portfolios (see the references in Chapter 5).
  • 6. 6 CHAPTER OVERVIEW  It would therefore be desirable to have estimators available which lessen the impact of outliers and thus produce estimates that are representative of the bulk of sample data, and/or optimization techniques that incorporate estimations errors directly.  The former can be achieved by utilizing robust statistics and the latter by employing robust optimization techniques.
  • 7. 7 CHAPTER OVERVIEW  The chapter concludes with empirical applications in the form of a Monte Carlo simulation and back- test comparisons, where these robust portfolio optimizations are compared to portfolio solutions based on ordinary sample estimators.
  • 8. 8 ROBUST STATISTICS  Motivation: It has already been pointed out in Chapter 3 that the normality assumption quite often does not hold for financial market return data.  The violation of this assumption is justified on empirical grounds by the stylized facts for single and multivariate returns.  But it was also shown in Chapter 6 that the normality assumption is violated to a lesser extent with the lower the data frequency.
  • 9. 9 ROBUST STATISTICS  The arithmetic mean, as an estimator for the location of a population is sensitive to extreme observations, such that the estimate does not reflect the bulk of the data well.  On a similar note, the dependence between two random variables can be highly distorted by a single outlying data pair.  In light of this, it would be desirable to have recourse to methods and techniques that are relatively immune to such outliers and/or to violations of the underlying model assumptions.
  • 10. 10 ROBUST STATISTICS  The field of robust statistics deals with problems of this kind and offers solutions in the form of robust estimators and inference based upon these.  Formerly, the outlier problem sketched above would be resolved by means of trimming (removing of outliers) or winsorizing (equalizing extreme observations to a fixed quantile value).  Indeed, both methods can be considered as means of robustification.
  • 11. 11 ROBUST STATISTICS  It is worth mentioning that so far the term “outlier” or “extreme observation” has not been precisely defined earlier.  The reason for this is simple: there is no clear-cut way to assess whether a data point is an outlier or not.  The question is always a relative one and crucially depends on the underlying model/distribution assumption.  For example, given the standard normal distribution and a sample observation of 5, one could surely classify this data point as an outlier.
  • 12. 12 ROBUST STATISTICS  Selected robust estimators: The most commonly utilized measure for assessing the robustness of an estimator is the breakdown point (BP).  This measure is defined as the relative share of outliers in a sample such that the estimator does not take an arbitrary large value.  By definition, the BP can take values between 0 and 0.5.
  • 13. 13 ROBUST STATISTICS  The arithmetic mean has a BP of 0, because if a single observation is replaced by one value, the location estimate can be made arbitrarily high.  The upper bound of the BP is explained by the fact that if more than half of the observations are outliers, the sample is falsified to a degree such that no inference with respect to the population can be drawn from it.
  • 14. 14 ROBUST STATISTICS  A further criterion for assessing the appropriateness of a robust estimator is the relative efficiency (RE).  Here, the asymptotic variance of a robust estimator is expressed relative to the variance of an optimal estimator which has been derived under strict adherence to the model/distribution assumption.  As such, it can be interpreted as a percentage figure, indicating by how much the sample size has to be increased such that the variances of the two estimators are equalized.
  • 15. 15 ROBUST STATISTICS  Class of M and MM estimators: As early as 1964 the class of M-estimators was introduced by Huber.  The class name should indicate the resemblance of this estimator to the ML principle (see Huber 1964, 1981).  The unknown parameters 𝜃, are determined such that they have most likely produced a given iid sample.
  • 17. 17 ROBUST STATISTICS  The function 𝜌(⋅) must meet the requirements of symmetry, positive definiteness, and a global minimum at zero.  Of course, the function should provide decent estimates when the model/distribution assumptions are met and not be negatively affected by instances of violation.  The difference between the robust forms of the M-estimators and those of the ML and LS principles is in the specification of 𝜌(⋅).  For the former estimators extreme data points obtain a smaller weight and are thus less influential with respect to the parameter estimates.
  • 20. 20 ROBUST STATISTICS If one applied this dispersion estimator directly to the data pairs of X, the resulting variancecovariance matrix would cease to be positive definite. For this reason, Maronna and Zamar (2002) proposed an orthogonalization of X and hence the estimator is termed “orthogonalized Gnanadesikan–Kettenring” (OGK).
  • 21. 21 ROBUST OPTIMIZATION  Motivation: The term “robust” is now defined as an optimization technique that will produce a solution which is not negatively impacted by an alternative parameter specification.  For example, if the return expectations are turning out to be less favorable.  Incidentally, robust optimization techniques differ from stochastic optimization in the sense that the latter are based on a specific distribution assumption for the parameters.  In a nutshell, the aim of robust optimization is the derivation of an optimal solution for sets of possible parameter constellations.
  • 22. 22 ROBUST OPTIMIZATION  Uncertainty sets and problem formulation: The concept of robust optimization will now be elucidated for mean-variance portfolios, although the approach is also applicable to other kinds of optimization.  The classical portfolio optimization is given by;
  • 24. 24 SYNOPSIS FOR R PACKAGES
  • 25. END OF LECTURE NO. 11 25