SlideShare a Scribd company logo
1 of 27
Download to read offline
Statistical Clustering, Hierarchical PCA and Portfolio
Management
Marco Avellaneda & Juan A. Serur
Courant Institute of Mathematical Sciences, New York University
9th Annual Big Data Finance Conference
Dec 2021
9th Annual Big Data Finance Conference Dec 2021
Introduction
Quantitative factor analysis has become increasingly important in portfolio management.
Some prominent works
Sharpe → CAPM
˜
ri − rF = βi,M (˜
rM − rF ) (1)
Ross → APT
˜
ri − rF =
N
X
j=1
βi,j (˜
ri − rF ) (2)
Fama-French (explicit factors: value, size, profitability, etc.)
9th Annual Big Data Finance Conference Dec 2021
Types of factor models
Models based on explicit factors such as momentum, value, size, quality, etc.
CAPM
Fama-French Three-Factor Model
Fama-French Five-Factor Model
Models based on mathematical factors like statistical features extracted from assets’ returns
using
Principal Component Analysis
Maximum Likelihood
Among others...
Some advantages of mathematical factor models:
Don’t make assumptions on the drivers of price movements
Rely on market data without additional information
Some challenges, like choosing the number K factor. Much of the work in this area is
related to Random Matrix Theory.
9th Annual Big Data Finance Conference Dec 2021
Principal Component Analysis (PCA)
In a universe consisting of N stocks and T observations, we consider the N × N empirical
correlation matrix,
C =
1
T
RRt
(3)
where R is the T × N matrix of standardized returns.1
PCA calculates the eigenvalues and eigenvectors of the correlation matrix ranked in de-
creasing order by eigenvalues. Accordingly, the first eigenvector solves the variational
problem
V (1)
= argmax {V t
CV : ||V ||2 = 1} (4)
where ||.||2 represents the Euclidean space.
9th Annual Big Data Finance Conference Dec 2021
First Eigenportfolio ≈ Market Portfolio
The first eigenvector is key to describe the statistics of the system
Describes it statistically (as the direction of maximum variance) and financially
Define the principal eigenportfolio as the portfolio with weights
θi = c
V
(1)
i
σi
, where c =
1
N
P
j=1
V
(1)
j
σj
(5)
If F is the return of the principal eigenportfolio, then the first-order optimality condition
for a portfolio that maximizes the Sharpe Ratio over all competing portfolios investing in
the same N stocks can be represented as
r − E(r) = βr (F − E(F)) + r (6)
The Principal Eigenportfolio is connected to the concept of the Market Portfolio (Modern
Portfolio Theory).
9th Annual Big Data Finance Conference Dec 2021
The Principal Eigenportfolio is connected to the concept of the Market Portfolio (Mod-
ern Portfolio Theory). If the entries of the principal eigenvector V
(1)
i are positive for all i,
the principal eigenportfolio has positive weights. This follows the Perron-Frobenius The-
orem.
Perron-Frobenius Theorem
Any square matrix Ai,j  0 with positive entries has a unique eigenvector with positive
entries (up to a multiplication by a positive scalar), and the corresponding eigenvalue has
multiplicity one and is strictly greater than the absolute value of any other eigenvalue.
That is
∃ λ∗
 0, V ∗
 0, ||V ∗
||2 = 1 s.t. Aλ∗
= λ∗
V ∗
. V ∗
→ right eigenvector
∀ λ, |λ| ≤ λ∗
V ∗
is unique up to scaling
The Perron-Frobenius vector applying Collotz-Wielandt formula
λ∗
= max
x≥0,x6=0
min
xi 6=0
[Ax]i
xi
= min
x0
max
[Ax]i
xi
This result can be extended to non-negative matrices
9th Annual Big Data Finance Conference Dec 2021
PCA in Stock Markets
Difficult to find a financial explanation in higher-order eigenportfolios
The first eigenvector has all the entries positive (good proxy of the market
portfolio)
9th Annual Big Data Finance Conference Dec 2021
Hierarchical PCA
Partition the stock universe into clusters
Strong beliefs on the “intra-cluster data”
Weak beliefs on the “inter-cluster data”
Define b “benchmark portfolios” associated with clusters
Set I(i) = K if stock i is in cluster K
A correlation matrix Ĉ which incorporates the modeler’s beliefs in a parsimonious fashion
is given by:
Ĉi,j =
(
Ci,j if I(i) = I(j)
βi βj ρ̂I(i),I(j)
otherwise.
(7)
From the orthogonality of the eigenportfolios in the same sector, we can derive a simple
formula for the regression coefficients:
βi = Corr(Xi , FI(i)
) =
√
λ1,I(i) V
I(i)
i (8)
9th Annual Big Data Finance Conference Dec 2021
If the benchmark portfolio for a cluster is its 1st eigenportfolio, then
Fk
=
1
√
λ1,k
X
i:I(i)=k
V k
i Xi (9)
where Xi are the standardized returns, V k
i is the 1st eigenvector of the PCA factorized
matrix of cluster k, and λ1,k
is the 1st eigenvalue.
𝑪𝑳𝑼𝑺𝑻𝑬𝑹𝑺 𝑴𝑶𝑫𝑰𝑭𝑰𝑬𝑫 𝑴𝑨𝑻𝑹𝑰𝑿
𝑪𝒊,𝒋
𝜷𝒊𝜷𝒋𝝆𝑰(𝒊),𝑰(𝒋)
𝜷𝒊𝜷𝒋𝝆𝑰(𝒊),
𝜷𝒊𝜷𝒋𝝆𝑰(𝒊),𝑰(𝒋)
𝑪𝒊,𝒋
𝜷𝒊𝜷𝒋𝝆𝑰(𝒊),𝑰(𝒋)
𝑪𝒊,𝒋
9th Annual Big Data Finance Conference Dec 2021
HPCA matrix presents a more clear, distinct block structure
Darker areas → low correlation (inter-clusters)
Lighter areas → higher correlation (intra-clusters)
0
Figure: Original (left) and modified (right) correlation matrices estimated with the SP 500
returns’ constituents and GICS clusters, from 2010 to 2019.
9th Annual Big Data Finance Conference Dec 2021
Examples: Global Stocks
Analysis of four major global equity markets: United States, Europe, Emerging markets
and China.
Sector (GICS) USA Europe Emerging Mkts. China
Communication 24 42 59 10
Consumer Discretionary 64 66 114 84
Consumer Staples 32 43 92 23
Energy 28 22 56 5
Financials 64 109 277 19
Health Care 60 54 54 50
Industrials 69 115 89 97
Information Technology 69 33 121 88
Materials 28 49 121 81
Real Estate 31 33 44 22
Utilities 28 30 46 19
Total 497 596 1049 498
Table: Numbers of companies considered in the study by GICS sectors and regions.
9th Annual Big Data Finance Conference Dec 2021
US Stocks
The curve of cumulative explained variance of PCA rises faster
HPCA has lower concentration given a number of components
HPCA is a less greedy algorithm
9th Annual Big Data Finance Conference Dec 2021
US Stocks
Clear higher-order portfolios
Single-cluster portfolios
Multi-cluster portfolios (i.e., portfolios of portfolios)
9th Annual Big Data Finance Conference Dec 2021
China Stocks
Compared to the other markets, the spread between the two lines is greater
Less diversity level
9th Annual Big Data Finance Conference Dec 2021
China Stocks
Clear higher-order eigenportfolios
Almost all are multi-cluster portfolios (i.e., portfolios of portfolios)
9th Annual Big Data Finance Conference Dec 2021
European Stocks
Similar behavior to the case of the US
The analysis with European countries (instead of GICS) delivered similar behavior
9th Annual Big Data Finance Conference Dec 2021
European Stocks
Mix between single- and multi-cluster portfolios
9th Annual Big Data Finance Conference Dec 2021
Emerging Markets
Behavior is more similar to the case of China than the case of the US
The analysis with Emerging countries (instead of GICS) delivered similar behavior
9th Annual Big Data Finance Conference Dec 2021
Emerging Markets
Most of the portfolios are multi-cluster
9th Annual Big Data Finance Conference Dec 2021
Statistically Generated Clusters
Stocks belonging to the same GICS or country share common factors that capture
–to some extend– their joint dynamics
They are very easy to interpret
However, they have some shortcomings
Stock markets and their components change almost continuously
For risk and portfolio management, practitioners seek a trade off between stable and
adaptive clusters
I It goes against the diversification of a seemingly diversified strategy
I Trading strategies such as sector/country rotation may be affected
9th Annual Big Data Finance Conference Dec 2021
Description of the Algorithm
Given M eigenvectors of PCA, we construct 2M
clusters
Set a {+1, −1} M-vector. For each stock i, each entry represents the sign of the
eigenvector (representing a quadrant)
The new space is divided into M quadrants
9th Annual Big Data Finance Conference Dec 2021
Results
Like in the US case, the curve of cumulative explained variance of PCA rises faster
The difference here is even higher (here it is for more than 2600 stocks!)
9th Annual Big Data Finance Conference Dec 2021
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Cluster
5
Cluster
5
Cluster
5
Cluster
5
Cluster
13
Cluster
13
Cluster
1
Cluster
6
Cluster
16
Cluster
16
Cluster
3
Cluster
9
Cluster
9
Cluster
9
Cluster
9
Cluster
10
Cluster
10
Cluster
10
Cluster
10
Cluster
12
Cluster
12
Cluster
12
Cluster
15
Cluster
15
Cluster
15
Eigenportfolio concentrated in one or a few clusters
Clusters account for common factors, like GICS and countries, and for hidden
(latent) statistical factors affecting stock returns
9th Annual Big Data Finance Conference Dec 2021
Application to Portfolio Management
First eigenportfolio and the market portfolio (SPY)
First eigenportfolio does a good job of tracking SPY!
9th Annual Big Data Finance Conference Dec 2021
Statistical Clustering Factor Model
The model correlation matrix using K components of HPCA reads
C = ÔΛ̂ÔT
+ ζ2
(10)
ζ2
j =
N
X
i=K+1
λ(i)
(O
(i)
j )2
(11)
where ζ2
is the (uncorrelated) idiosyncratic risk. The factor expected returns are
E(r) =
K
X
i=i
β
(K)
j F(K)
+ i (12)
The number K of factors are chosen with the eRank. Let the SVD of the T × N matrix
of standardized log-return
R = UDV (13)
The associated probability distribution is
Pj =
σj
kσk1
for j = 1, ..., Q for Q = M ∧ T (14)
where k.k1 is the L − 1 norm. Then, the effective rank is defined as
eRank(R) = exp{H(P1, P2, ..., PQ )} (15)
where H is the Shannon entropy
9th Annual Big Data Finance Conference Dec 2021
Mean-variance optimization:
I Monthly rebalancing using a 6-month estimation window
I HPCA statistical-based factor model (blue) outperforms the HPCA GICS-based factor
model (red) and the shrinkage estimator (salmon)
See [Fabozzi, Focardi and Kolm, 2010], [Fabozzi, Kolm and Focardi, 2006], [?].
9th Annual Big Data Finance Conference Dec 2021
References
Avellaneda, M. (2019) Hierarchical PCA and Applications to Portfolio Management.
NYU Courant Working Paper.
Fabozzi, F.J., Focardi, S.M. and Kolm, P.N. (2010) Quantitative Equity Investing:
Techniques and Strategies. Hoboken, NJ: John Wiley  Sons, Inc.
Fabozzi, F.J., Kolm, P.N. and Focardi, S.M. (2002) Robust Financial Modeling of
the Equity Market: From CAPM to Cointegration. Hoboken, NJ: John Wiley 
Sons, Inc.
Kakushadze, Z. (2015) Heterotic Risk Models. Wilmott Magazine 2015(80): 40-55.
Kakushadze, Z. and Yu, W. (2017) Statistical Risk Models. Journal of Investment
Strategies 6(2): 1-40.
Lopez de Prado, M. (2016) Building Diversified Portfolios that Outperform
Out-of-Sample. Journal of Portfolio Management 42(4): 59-69.
Lopez de Prado, M. (2019) Ten Applications of Financial Machine Learning.
Available at SSRN.
9th Annual Big Data Finance Conference Dec 2021

More Related Content

What's hot

Liverpool Complexity Presentation
Liverpool Complexity PresentationLiverpool Complexity Presentation
Liverpool Complexity Presentationgugadrum
 
Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...
	 Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...	 Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...
Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...Fernando A. B. Sabino da Silva
 
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...Relationship Between Global Stosk Indices and Optimal Allocation for a Global...
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...eurosigdoc acm
 
Sessione II - Estimation methods and accuracy - P.D. Falorsi F. Petrarca, P...
Sessione II - Estimation methods and accuracy  -  P.D. Falorsi F. Petrarca, P...Sessione II - Estimation methods and accuracy  -  P.D. Falorsi F. Petrarca, P...
Sessione II - Estimation methods and accuracy - P.D. Falorsi F. Petrarca, P...Istituto nazionale di statistica
 
Learning on the job and the cost of business cycles
Learning on the job and the cost of business cyclesLearning on the job and the cost of business cycles
Learning on the job and the cost of business cyclesEesti Pank
 
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"Boris Glavic
 
A review of two decades of correlations, hierarchies, networks and clustering...
A review of two decades of correlations, hierarchies, networks and clustering...A review of two decades of correlations, hierarchies, networks and clustering...
A review of two decades of correlations, hierarchies, networks and clustering...Gautier Marti
 
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...Gautier Marti
 
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...iosrjce
 

What's hot (11)

final
finalfinal
final
 
Liverpool Complexity Presentation
Liverpool Complexity PresentationLiverpool Complexity Presentation
Liverpool Complexity Presentation
 
Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...
	 Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...	 Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...
Pairs Trading: Optimizing via Mixed Copula versus Distance Method for S&P 5...
 
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...Relationship Between Global Stosk Indices and Optimal Allocation for a Global...
Relationship Between Global Stosk Indices and Optimal Allocation for a Global...
 
2007 02t
2007 02t2007 02t
2007 02t
 
Sessione II - Estimation methods and accuracy - P.D. Falorsi F. Petrarca, P...
Sessione II - Estimation methods and accuracy  -  P.D. Falorsi F. Petrarca, P...Sessione II - Estimation methods and accuracy  -  P.D. Falorsi F. Petrarca, P...
Sessione II - Estimation methods and accuracy - P.D. Falorsi F. Petrarca, P...
 
Learning on the job and the cost of business cycles
Learning on the job and the cost of business cyclesLearning on the job and the cost of business cycles
Learning on the job and the cost of business cycles
 
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"
SIGMOD 2013 - Patricia's talk on "Value invention for Data Exchange"
 
A review of two decades of correlations, hierarchies, networks and clustering...
A review of two decades of correlations, hierarchies, networks and clustering...A review of two decades of correlations, hierarchies, networks and clustering...
A review of two decades of correlations, hierarchies, networks and clustering...
 
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...
cCorrGAN: Conditional Correlation GAN for Learning Empirical Conditional Dist...
 
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...
A Comparison of Hsu &Wang Model and Cost of Carry Model: The case of Stock In...
 

Similar to Statistical Clustering and Portfolio Management

Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysisYabebal Ayalew
 
POLA_QUANT.IT_2016_v5
POLA_QUANT.IT_2016_v5POLA_QUANT.IT_2016_v5
POLA_QUANT.IT_2016_v5Gianni Pola
 
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016Quantopian
 
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptxhakanemekci
 
Advanced Econometrics L1-2.pptx
Advanced Econometrics L1-2.pptxAdvanced Econometrics L1-2.pptx
Advanced Econometrics L1-2.pptxakashayosha
 
Sesión 8. análisis de estilos
Sesión 8. análisis de estilosSesión 8. análisis de estilos
Sesión 8. análisis de estilosJoseLuisSarto
 
Math 141 Exam Final Exam Name____________________.docx
Math 141 Exam Final Exam             Name____________________.docxMath 141 Exam Final Exam             Name____________________.docx
Math 141 Exam Final Exam Name____________________.docxendawalling
 
Math 141 Exam Final Exam Name____________________.docx
Math 141 Exam Final Exam             Name____________________.docxMath 141 Exam Final Exam             Name____________________.docx
Math 141 Exam Final Exam Name____________________.docxwkyra78
 
1) How would you define statistics How is statistics used in bu.docx
1) How would you define statistics How is statistics used in bu.docx1) How would you define statistics How is statistics used in bu.docx
1) How would you define statistics How is statistics used in bu.docxSONU61709
 
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombiana
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombianaEl impacto de los comunicados de prensa sobre la liquidez de la bolsa colombiana
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombianaFacultad de Ciencias Económicas UdeA
 
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)Pietro Di Leo
 
The Relationship Between Firm Investment and Financial Status
The Relationship Between Firm Investment and Financial StatusThe Relationship Between Firm Investment and Financial Status
The Relationship Between Firm Investment and Financial StatusSudarshan Kadariya
 
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?Fundación Ramón Areces
 
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdfGRAPE
 
EDHEC_Publication_Factor_Investing_and_Risk_Allocation
EDHEC_Publication_Factor_Investing_and_Risk_AllocationEDHEC_Publication_Factor_Investing_and_Risk_Allocation
EDHEC_Publication_Factor_Investing_and_Risk_AllocationJean-Michel MAESO
 
Modeling market and nonmarket Intangible investments in a macro-econometric f...
Modeling market and nonmarket Intangible investments in a macro-econometric f...Modeling market and nonmarket Intangible investments in a macro-econometric f...
Modeling market and nonmarket Intangible investments in a macro-econometric f...SPINTAN
 
Measuring and allocating portfolio risk capital in the real world
Measuring and allocating portfolio risk capital in the real worldMeasuring and allocating portfolio risk capital in the real world
Measuring and allocating portfolio risk capital in the real worldAlexander Decker
 

Similar to Statistical Clustering and Portfolio Management (20)

Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysis
 
IPE Article
IPE ArticleIPE Article
IPE Article
 
POLA_QUANT.IT_2016_v5
POLA_QUANT.IT_2016_v5POLA_QUANT.IT_2016_v5
POLA_QUANT.IT_2016_v5
 
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
 
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx
1101AIFQA07_AI_in_Finance_and_Quantitative_Analysis.pptx
 
Advanced Econometrics L1-2.pptx
Advanced Econometrics L1-2.pptxAdvanced Econometrics L1-2.pptx
Advanced Econometrics L1-2.pptx
 
Sesión 8. análisis de estilos
Sesión 8. análisis de estilosSesión 8. análisis de estilos
Sesión 8. análisis de estilos
 
Math 141 Exam Final Exam Name____________________.docx
Math 141 Exam Final Exam             Name____________________.docxMath 141 Exam Final Exam             Name____________________.docx
Math 141 Exam Final Exam Name____________________.docx
 
Math 141 Exam Final Exam Name____________________.docx
Math 141 Exam Final Exam             Name____________________.docxMath 141 Exam Final Exam             Name____________________.docx
Math 141 Exam Final Exam Name____________________.docx
 
1) How would you define statistics How is statistics used in bu.docx
1) How would you define statistics How is statistics used in bu.docx1) How would you define statistics How is statistics used in bu.docx
1) How would you define statistics How is statistics used in bu.docx
 
Bivariate Regression
Bivariate RegressionBivariate Regression
Bivariate Regression
 
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombiana
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombianaEl impacto de los comunicados de prensa sobre la liquidez de la bolsa colombiana
El impacto de los comunicados de prensa sobre la liquidez de la bolsa colombiana
 
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)
4 things maybe you don't know about nasdaq-100 (posted 23th June 2017)
 
The Relationship Between Firm Investment and Financial Status
The Relationship Between Firm Investment and Financial StatusThe Relationship Between Firm Investment and Financial Status
The Relationship Between Firm Investment and Financial Status
 
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?
Alfred Wagenhofer-Do we need prudence in IFRS/NIIF?
 
Qwafafew meeting 4
Qwafafew meeting 4Qwafafew meeting 4
Qwafafew meeting 4
 
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf
_Draft__Asset_Supply_and_Liquidity_Transformation_in_HANK (2).pdf
 
EDHEC_Publication_Factor_Investing_and_Risk_Allocation
EDHEC_Publication_Factor_Investing_and_Risk_AllocationEDHEC_Publication_Factor_Investing_and_Risk_Allocation
EDHEC_Publication_Factor_Investing_and_Risk_Allocation
 
Modeling market and nonmarket Intangible investments in a macro-econometric f...
Modeling market and nonmarket Intangible investments in a macro-econometric f...Modeling market and nonmarket Intangible investments in a macro-econometric f...
Modeling market and nonmarket Intangible investments in a macro-econometric f...
 
Measuring and allocating portfolio risk capital in the real world
Measuring and allocating portfolio risk capital in the real worldMeasuring and allocating portfolio risk capital in the real world
Measuring and allocating portfolio risk capital in the real world
 

Recently uploaded

VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...Suhani Kapoor
 
Quantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector CompaniesQuantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector Companiesprashantbhati354
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingAggregage
 
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawl
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service AizawlVip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawl
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawlmakika9823
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarHarsh Kumar
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...makika9823
 
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...shivangimorya083
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Avanish Goel
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionMuhammadHusnain82237
 
Stock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfStock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfMichael Silva
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Commonwealth
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthUnveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthShaheen Kumar
 
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一(办理学位证)加拿大萨省大学毕业证成绩单原版一比一
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一S SDS
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Sapana Sha
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfHenry Tapper
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Modelshematsharma006
 

Recently uploaded (20)

VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
 
Quantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector CompaniesQuantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector Companies
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of Reporting
 
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawl
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service AizawlVip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawl
Vip B Aizawl Call Girls #9907093804 Contact Number Escorts Service Aizawl
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh Kumar
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
 
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th edition
 
Stock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfStock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdf
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
 
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthUnveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
 
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一(办理学位证)加拿大萨省大学毕业证成绩单原版一比一
(办理学位证)加拿大萨省大学毕业证成绩单原版一比一
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Models
 

Statistical Clustering and Portfolio Management