Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Relation between Financial Market Structure and the Real Economy: Comparison between Clustering Methods

  • Nicoló Musmeci,

    Affiliation Department of Mathematics, King’s College London, The Strand, London, WC2R 2LS, UK

  • Tomaso Aste ,

    t.aste@ucl.ac.uk

    Affiliations Department of Computer Science, UCL, Gower Street, London, WC1E 6BT, UK, Systemic Risk Centre, London School of Economics and Political Sciences, London, WC2A2AE, UK

  • T. Di Matteo

    Affiliation Department of Mathematics, King’s College London, The Strand, London, WC2R 2LS, UK

Correction

20 Apr 2015: The PLOS ONE Staff (2015) Correction: Relation between Financial Market Structure and the Real Economy: Comparison between Clustering Methods. PLOS ONE 10(4): e0126998. https://doi.org/10.1371/journal.pone.0126998 View correction

Abstract

We quantify the amount of information filtered by different hierarchical clustering methods on correlations between stock returns comparing the clustering structure with the underlying industrial activity classification. We apply, for the first time to financial data, a novel hierarchical clustering approach, the Directed Bubble Hierarchical Tree and we compare it with other methods including the Linkage and k-medoids. By taking the industrial sector classification of stocks as a benchmark partition, we evaluate how the different methods retrieve this classification. The results show that the Directed Bubble Hierarchical Tree can outperform other methods, being able to retrieve more information with fewer clusters. Moreover, we show that the economic information is hidden at different levels of the hierarchical structures depending on the clustering method. The dynamical analysis on a rolling window also reveals that the different methods show different degrees of sensitivity to events affecting financial markets, like crises. These results can be of interest for all the applications of clustering methods to portfolio optimization and risk hedging.

Introduction

Correlation-based networks have been extensively used in Econophysics as tools to filter, visualise and analyse financial market data [18]. Since the seminal work of Mantegna on the Minimum Spanning Tree (MST) [1] they have provided insights into several aspects of financial markets including financial crises [915]. The MST is strictly related [16] to a hierarchical clustering algorithm, namely the Single Linkage (SL) [17]. Starting from a set of elements (e.g., stocks) and a related distance matrix (e.g., a convenient transformation of the stocks correlation matrix [1]), the SL performs an agglomerative algorithm that ends up with a tree (dendrogram) that arranges the elements into a hierarchical structure [16]. The filtering procedure linked to MST and SL has been succesfully applied to improve portfolio optimization [10]. Another hierarchical clustering method, the Average Linkage (AL), has been shown to be associated to a slightly different version of spanning tree [18], called Average Linkage Minimum Spanning Tree. Another variant of Linkage methods, not associated to a spanning tree representation, is the Complete Linkage (CL) [17].

The MST is the first but not the only correlation-based filtered network studied in the literature. In particular the Planar Maximally Filtered Graph (PMFG) is a further step from the MST, that is able to retain a higher amount of information [3, 4, 19], having less strict topological constraint allowing to keep a larger number of links. The PMFG has been proven to have interesting practical applications, in particular in the field of investment strategies to hedge risk [20].

Since the MST has associated a clustering method, and the PMFG is a generalization of the MST, it could be raised the question whether the PMFG provides a clustering method that exploits this higher amount of information. In a recent work [21] it has been shown that this is the case: the Directed Bubble Hierarchical Tree (DBHT) is a novel hierarchical clustering method that takes advantage of the topology of the PMFG yielding a clustering partition and an associated hierarchy. (For the DBHT algorithm refer to supplementary material of [21] or, for a slightly modified version, to [22].) The approach is completely different from the agglomerative one adopted in the Linkage methods: the idea of DBHT is to use the hierarchy hidden in the topology of a PMFG, due to its property of being made of three-cliques [21, 23]. In [21] the DBHT hierarchical clustering has been applied to synthetic and biological data, showing that it can outperform many other clustering methods. Since DBHT exploits the topology of the correlation network it can be viewed as an example of community detection algorithm in graphs [24].

In this paper we present the first application of DBHT to financial data. To this purpose we have analysed the correlations among log-returns of N = 342 US stock prices, across a period of 15 years (1997–2012). We have studied the structure of the clustering and we have compared the results with other clustering methods, namely: the single Linkage, the average Linkage, the complete Linkage and the k-medoids [25] (a partitioning method strictly related to the k-means [26]). The perspective of our study focuses not only on the clusterings, but on the entire hierarchies associated to those clusterings, covering all the different levels of the hierarchical structures. We have also studied the dynamical evolution of these structures, describing how the hierarchies change with time. The dynamical perspective is crucial for applications, in particular for what concerns hedging risk and portfolio optimization. For this reason we have given a particular attention to the effects of financial crises on the hierarchical structures, highlighting differences among the clustering methods.

Another aspect we have focused on is the role of the market mode in shaping the clustering structure. To this aim we have carried out our analyses also on log-returns detrended of the market mode [27]: this procedure has been proven to provide a more robust clustering that can carry information not evident in the original correlation matrix [27]. The comparison between the detrended and non-detrended correlation structures can shed light on the effect of common factors in the collective market dynamics especially during crisis.

In order to compare quantitatively the amount of information retrieved by the different hierarchical clustering methods, we have taken the Industrial Classification Benchmark (ICB) as a benchmark community partition for the stocks and then we have compared it with the output of each clustering method. The idea is to use the degree of similarity between the ICB and the clustering as a proxy for the amount of information filtered by the methods. The degree of similarity is measured by using tools as the Adjusted Rand Index [28] and the Hypergeometric hypothesis test [29]. This is not the first work comparing correlation-based clusterings and industrial sector classification; however to our knowledge the comparison has been performed only qualitatively so far [30], with the exception of ref. [27] where however only one clustering method is analysed. In Ref. [31] the authors have compared quantitatively different methods in terms of amount of filtered information: yet this comparison was performed without looking at the industrial sector classification and by assuming a multivariate Gaussian distribution for the stocks returns [16]. Our approach is instead model-free. This is a relevant improvement since multivariate Gaussian models are known to be inaccurate to describe stocks returns [32, 33] and, more generally, the correlation-based networks obtained from real data have been found to be incompatible with some widespread models for asset returns [34].

The paper is organized as follows. In Section “Methods” we describe the main tools we have used to carry out the analyses. In Section “Dataset and preliminary analyses” we present the dataset and some preliminary empirical analyses on it. In Section “Static analysis” we perform a set of analyses on correlations and clusterings calculated by taking the whole 15 years period as time window, hence ending up with only one hierarchical structure of dependences for each method. In particular we compare the clustering compositions in terms of ICB supersectors for different clustering methods and we measure the similarity between clusterings and ICB partition. In Section “Dynamical analysis” we perform instead analyses using a dynamical approach, with moving time windows. In Section “Discussion” we discuss the results and the future directions of our work. More details on the clustering methods we have analysed are reported in the Supplementary Information (SI, Section S2 of S1 File).

Methods

To investigate and compare the DBHT with the other clustering methods we have performed a series of analyses that aim at describing different aspects of each clustering, from their structure to the economic information they contain. Here we introduce and describe the tools we have used.

Clustering methods

In this paper we compare four different clustering methods, namely: Single Linkage (SL), Average Linkage (AL), Complete Linkage (CL), Directed Bubble Hierarchical Tree (DBHT), k-medoids. All these methods require a suitable distance measure and DBHT also requires an associated similarity measure. In this paper we use the Pearson’s correlation coefficients ρij between pairs of stocks as similarity measure and we use the associated Euclidean distance Dij=2(1ρij); ρ and D are N×N symmetric matrices with, respectively, all ones and all zeros on the diagonal. Let us here briefly list the main features and requirements of these clustering methods.

  • Single Linkage (SL), is a hierarchical clustering algorithm [17]. Given the distance matrix, it starts assigning to each object its own cluster, and then at each step merges together the least distant pair of clusters, until only one cluster remains. At every step the distance between clusters A and B is updated taking the minimum distance between elements inside the clusters: (1) SL is called an agglomerative clustering, since it begins with a partition of N clusters and then proceeds merging them. The final output is a dendrogram, that is a tree showing the hierarchical structure. The distance measure in this dendrogram is an ultrametric distance (see for instance [1]). A cluster partition can be obtained by choosing the number of clusters (that is therefore a free parameter) and cutting the dendrogram at the appropriate level. The SL algorithm is strictly related to the one that provides a Minimum Spanning Tree (MST) [16]. The MST is a tree graph, it contains exactly N−1 links. There is therefore a strict relation between the two tools. However the MST retains some information that the SL dendrogram throws away [16].
  • Average Linkage (AL) [17] is a hierarchical clustering algorithm which is constructed in the same way as the SL, but with Eq. 1 replaced by: (2)
  • Complete Linkage (CL) [17] is another variant of SL, where Eq. 1 is replaced by: (3)
  • Directed Bubble Hierarchical Tree (DBHT) [21], is instead a novel hierarchical clustering method that exploits the topological property of the PMFG (Planar Maximally Filtered Graph) in order to assign the clustering. The PMFG is a generalization of the MST, that is included in the PMFG as a subgraph. It can be constructed by recursively joining together with an edge nodes with the smallest distance restricting the procedure to only edges that do not violate graph planarity condition. The PMFG contains the MST as a sub-graph but it retains a larger number of links than the MST (3(N−2) instead of N−1). The basic elements of a PMFG are three-cliques (subgraphs made of three nodes all reciprocally connected). The DBHT exploits this topological structure, and in particular the distinction between separating and non-separating three-cliques, to identify a clustering partition of all nodes in the PMFG [21].
    The Linkage algorithms look at the sorted list of distances Dij, build the dendrogram by gathering subsets of stocks with lowest distances and then find the clustering from the dendrogram after choosing the number of clusters as free parameter. The DBHT instead reverses this order: first of all the clusters are identified by means of topological considerations on the planar graph, then the hierarchy is constructed both inter-clusters and intra-clusters. The difference involves therefore both the kind of information exploited and the methodological approach.
  • k-medoids is a partitioning clustering method closely related to k-means [26]. It takes the number of clusters Ncl as an input. The algorithm is the so called Partitioning Around Medoids (PAM), and is constructed in the following steps: 1) select randomly Ncl “medoids” among the N elements; 2) assign each element to the closest medoid; 3) for each medoid, replace the medoid with each point assigned to it and calculate the cost of each configuration; 4) choose the configuration with the lowest cost; 5) repeat 2)-4) until no changes occur. This method, differently from previous, is not a hierarchical method and therefore does not provide a dendrogram but only a partition.

Measuring clustering heterogeneity: disparity

Different clustering methods can differ greatly in the clustering output even under the same input conditions. Some clustering methods might provide a subdivision into a few very large clusters and many small clusters, whereas other might display a more homogeneous distribution. In order to characterize the distribution of the cluster cardinality with a single quantity we have calculated for each clustering partition the coefficient of variation: (4) where σS is the standard deviation (5) and the normalization factor ⟨S⟩ is the average (6) with Sa being the cardinality (number of stocks in) cluster a and Ncl the number of clusters. In the limit of homogeneous arrangement of stocks among the clusters (i.e. each cluster has the same number of stocks), we obtain σS = 0 and then y = 0. The higher is the degree of heterogeneity in the distribution of sizes, the higher is σS and therefore y. In the following we have used the expression “disparity” to refer to y, in order to stress the fact that we use it as a measure of heterogeneity in clusters’ sizes.

Measuring clustering similarity: Adjusted Rand Index

To measure the amount of economic information in each correlation based clustering we have used the Adjusted Rand Index (ℛadj) [28] which is a tool conceived to compare different clusterings on the same set of items [35]. An industrial sector classification is indeed nothing but a partition in communities of the N stocks. Therefore we can take the similarity between clustering and industrial sector classification as a proxy for the information detected by the clustering method.

In particular, given two clusterings on the same set of items, ℛadj returns a numerical value equal to 1 for identical clusterings and to 0 for clusterings completely independent which are undistinguishable from a random choice.

The idea behind this measure is to calculate the number of pairs of objects that are in the same cluster in both clusterings, and then to compare this number with the one expected under the hypothesis of independent clusterings. Specifically, and following the notation of [35], let us call X the set of the N objects (stocks, in our case). Let us call Y = {Y1, …, Yk} a clustering which is a partition of X into communities which are non-empty disjoint subsets of X such that their union equals X: X = Y1∪ … ∪Yk [35]. Let us also consider another different clustering Y′, containing l clusters. We call “contingency table” the matrix M = {mij} with coefficients (7) i.e. the number of objects in the intersection of clusters Yi and Yj. Let us call a the number of pairs of objects that are in the same cluster both in Y and in Y′, and b the number of pairs that are in two different clusters in both Y and Y′. Then the Rand Index is defined as the sum of a and b, normalized by the total number of pairs in X: (8) We then use, as null hypothesis associated to two independent clusterings, the generalized hypergeometric distribution and define the Adjusted Rand Index as the difference between the Rand Index and its mean value under the null hypothesis, normalized by the maximum that this difference can reach: (9) where (10) We have ℛadj ∈ [−1, 1], with 1 correspondent to the case of identical clusterings and 0 to two completely un-correlated clusterings. Negative values instead show anti-correlation between Y and Y′ (that is, the number of pairs classified in the same way by Y and Y′ is less than what expected assuming a random overlapping between the two clusterings).

Hypergeometric test for cluster-industry overexpression

The Adjusted Rand Index provides an overall measure of similarity between the clustering partition and the industrial classification. In order to analize how much each industrial sector is retrieved by each cluster we must look at the stocks respectively within a given cluster and a given sector and measure the number of stocks in common. If the percentage of stocks in common between a cluster and an industrial sector is sensitively higher than what expected from a random overlapping of communities we say that the cluster overexpresses a specific sector. To quantify such overexpression we use a statistical one-tail hypothesis test, where the null hypothesis is the Hypergeometric distribution which describes the probability that by random chance two communities of given sizes have in common k objects over a total of N [36, 37]. In particular, let us call Yi a cluster in our clustering and Yj a sector. We want to verify whether Yi overexpresses Yj. If k is the number of stocks in common between Yj and Yi, and ∣Yi∣, Yj are the cardinalities of the cluster and the sector respectively, then the Hypergeometric distribution is [36]: (11) This is the null hypothesis for the test: to be distinguishable by a random overlap the number k of stocks in common must be significantly different from a random overlap and therefore P(X = k) must be small. If P(X = k) is less than the significance level, then it is said that the test is rejected. If the test is not rejected, then it means that we cannot reject the hypothesis that the k stocks in Yi coming from a sector Yj are picked up just by chance, without any preference for that sector. If instead the test is rejected, we conclude that the cluster Yi overexpresses the sector Yj. We have chosen a significance level of 1%, together with the Bonferroni correction for multiple tests, which reduces remarkably the significance level of each test [36] (more details in Section “Industries overexpression”).

Dataset and preliminary analyses

The correlation structure studied in this paper concerns N = 342 stocks from the New York Stock Exchange (NYSE). A complete description of the dataset is in Supplementary Information (Section S1 of S1 File). We have analysed the closing daily prices Pi(t) with i = 1, …, N, during the time between 1 January 1997 to 31 December 2012 (4026 trading days). From the prices, we have calculated the daily log-returns [32, 33]: (12)

From the set of N log-return time series over a time window T = [tstart, tend] we have then calculated the N × N correlation matrix ρ(T), whose elements are given by the Pearson estimator [38]: (13) where ⟨ … ⟩T represents the average over the time window T. The clustering analysis is then carried out on the distance matrix D, with elements Dij(T)=2(1ρij(T)). For the analysis on moving windows we used an exponentially smoothed version of the Pearson estimator in Eq.13, where terms in the average are multiplied by a weight wt=w0exp(ttendθ) with tT according to their temporal distance from the last trading time tend in the window T. This exponential smoothing scheme [39] allows to mitigate excessive sensitiveness to outliers in remote observations. The parameter θ has been set to θ = T/3 according to previously established criteria [39].

By using this moving time window approach we have performed a set of preliminary analyses on the average correlation of our set of stocks, looking in particular at the 2007–2008 financial crisis. Specifically, we have considered a set of n = 100 overlapped time windows Tk (k = 1, …, n) of length L = 1000 trading days (four years) with 30 days shift between subsequent windows. The average correlation ⟨ρ(Tk)⟩ij on these windows is shown in Fig. 1 (blue circles) for L = 1000 and n = 100. To test robustness, we have verified that the results are similar also for other window sizes, namely L = 750 and L = 1250.

thumbnail
Fig 1. Demonstration that the average correlation evolves during time with large changes during periods of market instability.

The figure reports the average correlation for each time window Tk with k = 1, …, n (n = 100, each time window has length L = 1000 trading days), for both non-detrended (blue circles) and detrended log-returns (green squares). The average correlation is highly reduced by detrending the market mode.

https://doi.org/10.1371/journal.pone.0116201.g001

We have also studied the detrended log-returns, i.e. log-returns subtracted of the average return over all the stocks. Specifically, following [27], we have considered a single factor model for each stock i: (14) where the common market factor I(t) is the market average return, I(t)=1Niri(t) and the residuals, ci(t), are the log-returns detrended by the market mode. After estimating the coefficients αi and βi with a linear regression, the residuals ci(t) can be calculated and used to evaluate the new correlation matrix [27]. We denote this matrix, estimated in the time window Tk with ρR(Tk). We refer to the analyses based on this kind of correlation matrix as the “detrended case”. These detrended correlation matrices are worth analyzing since they have been found to provide a richer and more robust clustering [27] that can carry information not evident in the original correlation matrix [40]. In this paper we have carried the analyses using both detrended and non-detrended log-returns, compared the two and looked for differences that might highlight the effect of common factors on the market correlation structure.

In Fig. 1 it is shown the average correlation for these detrended correlation matrices, i.e. ⟨ρR(Tk)⟩ij, compared to the average correlation for the non-detrended correlation matrices ⟨ρ(Tk)⟩ij. As one can see, the subtraction of the market mode decreases by about 50% the average level of correlation, pointing out the important role of the market factor in the correlation structure. However, we can still observe the increase correspondent to the financial crisis in 2007–2008. Moreover, and interestingly, the level of correlation reduces after a peak in 2009, unlike the non-detrended case. This fact suggests that, although the market mode plays an important role in terms of average amount of correlation, yet the peak of the last financial crisis seems not to be only a global market trend. We therefore suggest that it could involve, to some extent, the internal dynamics among stocks that remains after the subtraction.

Results

Static analysis

DBHT clusters composition.

In this section we present results for the PMFG and DBHT clustering method applied to the set of data described in the previous section. In particular we have computed the PMFG and the correspondent DBHT clustering in the time period from 1997 to 2012 and we plot it in Fig. 2 a) where we highlight, with the same color, stocks belonging to the same DBHT cluster. In the same figure (Fig. 2 b)) we plot the PMFG calculated by using the detrended log-returns (Eq. 14) as comparison. This PMFG looks more structured than the first one, with more homogeneous clustering sizes.

thumbnail
Fig 2. Visualization of the Planar Maximally Filtered Graph (PMFG) and DBHT clusters, for both non-detrended and detrended log-returns.

a) PMFG calculated on the entire period 1997–2012, using non-detrended log-returns. Stocks of the same color belong to the same DBHT cluster. b) PMFG calculated on the same data as in a), but using detrended log-returns. Stocks of the same color belong to the same DBHT cluster.

https://doi.org/10.1371/journal.pone.0116201.g002

We have then analysed the DBHT clustering structure in terms of industrial sectors. It is well known that the hierarchical structure of the stock return correlations shows a deep similarity with the industrial sectors categorization [1] [30] [40]. This fact supports the intuitive argument that returns of stocks in the same industrial sector are affected mainly by the same flows of information and economic enviroment. We can turn around the reasoning and claim that thus a desirable feature of a clustering method on stocks data is to retrieve, to some extent, the industrial sector classification. We will refer to the Industrial Classification Benchmark (ICB) [41]; this categorization divides stocks into 19 different supersectors, that in turn are gathered in 10 different Industries. For more details on the composition of our dataset in terms of ICB supersectors, refer to SI (Section S1 and Figure S1 of S1 File). Let us point out that we have run all the analyses in this paper also by using the Yahoo industrial partitioning, obtaining similar results.

In Fig. 3 we report a graphical summary of the clusters obtained applying the DBHT method to the whole time window of data (1997–2012), by using detrended log-returns (the clustering shown in Fig. 2 b)). In S1 File we describe the same analyses for undetrended log-returns.

thumbnail
Fig 3. Composition of DBHT clusters in terms of ICB supersectors.

The x-axis represents the cluster labels, the y-axis the number of stocks in each cluster. Each colour corresponds to an ICB supersector (legend on the left hand side). The clustering is obtained by using log-returns detrended by removing the market mode. See the Fig. S3 in S1 File for the case non-detrended.

https://doi.org/10.1371/journal.pone.0116201.g003

The DBHT retrieves a number of clusters, Ncl, equal to 23: to each cluster is associated a bar, whose height represents the number of stocks in the cluster. Each bar is made of different colours, showing the composition of each cluster in terms of ICB supersectors. The legend on the left of the graph reports the corresponding industrial supersectors. Please note that the colours in Fig. 3 identify the ICB supersectors, and they have nothing to do with colours in Fig. 2, that identify DBHT clusters.

The largest cluster contains 45 stocks (13% of total), the smallest 4. The average size is 14.8. As we can see, there are several supersectors that are overexpressed by one or more clusters, either alone or together with other supersectors: Oil & Gas (clusters 7 and 15), Technology (cluster 18), Utilities (cluster 17), Retail (cluster 9), Health Care (clusters 22 and 23), Food & Beverage (clusters 20 and 21), Personal & Household Goods (cluster 21), Industrial Goods & Services (clusters 12 and 16), Insurance (cluster 11) and Telecommunications (cluster 19). Moreover, there are clusters that, although showing a mixed composition, are composed by supersectors strictly related: clusters 5 and 6 are made of Banks, Financial Services and Insurance, all supersectors that the ICB gathers in the same industry (Financial) at the superior hierarchical step. Similarly, cluster 21 is made entirely of Food & Beverage and Personal & Household Goods stocks, that are both classified in Consumer Goods industry.

Other clustering compositions.

We have applied other clustering methods on the same data and compared results with DBHT clustering. The clustering methods considered are Single Linkage (SL), Average Linkage (AL), Complete Linkage (CL) and k-medoids. The number of clusters, that unlike the DBHT is a free-parameter for these methods, has been chosen equal to 23 in this case, in order to compare the bar graphs with the Fig. 3 for DBHT. We plot in Fig. 4 a), b), c) and d) the clusters composition obtained by using these four clustering methods, namely SL, AL, CL and k-medoids. As for DBHT, the same analyses by using non-detrended log-returns are discussed in SI (Section S3, Figures S3–S6 of S1 File).

thumbnail
Fig 4. Composition of clustering in terms of ICB supersectors.

The x-axis represents the cluster labels, the y-axis the number of stocks in each cluster. Each colour corresponds to an ICB supersector (the legend is the same as in Fig. 3). The graphs show the results for a) SL clustering, b) for AL, c) for CL and d) for k-medoids. The clustering is obtained by using log-returns detrended by removing the market mode.

https://doi.org/10.1371/journal.pone.0116201.g004

First of all we can observe that for SL there is a strong heterogeneity in the size of clusters, with the presence of a giant cluster containing 318 stocks, and the other clusters made of one, two or three stocks only. This giant cluster contains stocks of all ICB sectors.

The AL case shows instead a more structured clustering: the size of the largest cluster shrinks to 58 stocks, and 6 different clusters of medium size (20–40 stocks) appear. Moreover, these clusters show a much higher overexpression of supersectors than SL, such as Technology (cluster 4), Industrial Goods & Services (cluster 5 and 15), Media (cluster 3) and Financial related supersectors (cluster 23). However there are still 10 clusters whose size is at most 4 stocks.

For the CL and the k-medoids the supersectors overexpression is further improved, becoming as rich as the DBHT one. Especially CL shows overexpression of Technology (cluster 2), Industrial Goods & Services (clusters 4 and 8), Utilities (cluster 17), Oil & Gas (cluster 23), Health Care (cluster 14) and Financial Services (cluster 9). Similar overexpressions are found for the k-medoids case.

These first comparisons are however made under a specific choice of the number of clusters (23), given by the DBHT. One could wonder what happens changing this parameter, i.e. moving along the hierarchical structure provided by each clustering method. Let us stress that the DBHT method gives automatically the number of clusters that is instead an adjustable parameter for the other methods. However, DBHT can also be analysed for a varying number of clusters by thresholding over the clustering hierarchical structure. In the following Sections we discuss a set of quantitative analyses that explore all the hierarchical levels of the DBHT and the other clustering methods.

Disparity in the clusters size.

In the previous Section we have seen that the SL shows a giant cluster that contains more than 90% of stocks, whereas DBHT, CL and k-medoids methods have a more homogenous distribution of cluster sizes and the AL seems to be an intermediate case.

Let us here check whether this difference in the structure depends on the choice of the number of clusters for the linkage methods, which might be penalising the SL with respect to the others. In order to do that, we vary the number of clusters Ncl for each clustering method by cutting the dendrograms at different levels. For the k-medoids, for which no dendrogram is present, Ncl is simply an input parameter of the algorithm. We then calculate the measure of disparity introduced in Methods (Eq. 4).

In Fig. 5 we show, for each clustering method, how the disparity measure varies with Ncl. The graph a) shows the non-detrended case, the graph b) the detrended case. As we can see the SL provides the higher disparity in both cases, regardless of Ncl, then the AL, CL and k-medoids follow. The DBHT values are below all of them, this means that the DBHT clustering provides a more homogeneous community assignment at any level of the correlation hierarchy. Moreover, in the market mode case the SL and the AL show the highest values of disparity for Ncl in the interval 50–100. The CL and DBHT have instead a flatter pattern, with the highest values occurring for lower values of Ncl. Looking at the detrended case in Fig. 5 b), the removal of the market mode smooths also the pattern of the AL, whereas the SL is even sharper. Overall, subtracting the market mode makes the clusterings more homogeneous, suggesting that the largest clusters that emerged in SL and AL in the non-detrended case are associated to the market mode dynamics.

thumbnail
Fig 5. Demonstration that different clustering methods show different degrees of disparity in the clustering structure.

The disparity measure y is shown for clusterings at different hierachical levels as function of Ncl in the dendrograms, for a) non-detrended log-returns and b) detrended log-returns.

https://doi.org/10.1371/journal.pone.0116201.g005

The algorithms of SL and AL are indeed expected to be more sensitive to the market mode. In the iterative procedure that generates the SL dendrogram, for instance, the correlation between two new clusters is defined as the maximum correlation between elements of the first cluster and elements of the second one: since the most part of correlation in the market is due to the market mode [27] such an algorithm is likely to force many clusters to join the cluster made of the most influencial stocks in the market, resulting in a giant cluster and high disparity. The AL is less sensitive to this effect as the inter-clusters correlation is defined as the average of correlations; for the CL the minimum correlation is chosen, resulting -unsurprisingly- in the lowest value of disparity. For what concerns the DBHT it is probably the topology of PMFG, which is more structured and clusterised than the MST, to provide a lower sensitivity to the market mode dynamics.

We can conclude that, from the point of view of the disparity measure, the analysed clustering methods provide quite different structures at any level of the dendrograms. The DBHT yields the most homogeneous clustering, whereas the SL displays the highest levels of disparity.

Retrieving the industrial sectors.

In this Section we quantify the similarity between clustering and ICB, by varying the number of clusters Ncl. We have used the Adjusted Rand Index introduced in Methods (Eq. 9). In Fig. 6 we show the results of the first set of analyses. We have applied the five clustering methods to the entire time-period 1997–2012 and then we have varied the number of clusters Ncl. For each clustering obtained in this way we have calculated the Adjusted Rand Index ℛadj between that clustering and the ICB supersector partition. In this way we have explored the entire hierarchical structure. Fig. 6 a) refers to the non-detrended case, Fig. 6 b) to the detrended case. The vertical dashed line in the graphs identifies the value Ncl = 19, that is the number of ICB supersectors. For all the methods we observe an increasing trend for low values of Ncl, a maximum and then a decreasing trend toward zero as Ncl goes to 342. However the five methods show differences for what concerns the value of the maximum and its position. In the non-detrended case, we find that the highest values of Adjusted Rand Index, adj*, are reached by DBHT (0.419), k-medoids (0.387) and Complete Linkage (0.387). Interestingly these three values are quite close to each other, maybe indicating this level as the actual maximum similiarity between correlation clustering and ICB supersectors. However the number of clusters correspondent to each maximum (Ncl*) depends on the method and is respectively 13, 17 and 39. It is worth noticing that the maximum for the DBHT and k-medoids occurs very close to the “real” ICB supersectors Ncl = 19 indicated by the dashed line in Fig. 6. However, the k-medoids values are sensitively more fluctuating than the two hierachical methods. The Average Linkage and Single Linkage reach instead much lower adj* (respectively 0.352 and 0.184) and much higher Ncl* (respectively 111 and 229).

thumbnail
Fig 6. Demonstration that different clustering methods retrieve different amount of industrial sector information.

The Adjusted Rand Index ℛadj between clustering and ICB supersectors is shown for different number of clusters Ncl. In a) correlations are calculated on non-detrended log-returns, in b) are calculated on detrended log-returns. The vertical dashed line shows the value (Ncl = 19) correspondent to the actual number of ICB supersectors.

https://doi.org/10.1371/journal.pone.0116201.g006

For what concerns the detrended case, we notice first of all that the maximum values of ℛadj increase for all the methods. The natural explanation for this is that the market mode, driving all the stocks regardless of their industrial supersector, hides to some extent the ICB structure [27]. The CL shows now the highest degree of similarity (0.510), followed by the AL (0.48, showing the most remarkable increase with respect to the non-detrended case), the k-medoids (0.467) and DBHT (0.444). The SL is again the last one in the ranking (0.315). The ranking in Ncl* is instead the same of the market mode case: lowest Ncl* for DBHT (20), followed by k-medoids (25), Complete Linkage (50), Average Linkage (60) and Single Linkage (101). Let us stress that, although the DBHT has not the highest ℛadj in this case, its maximum is the closest to the real Ncl of 19. In general the effect of the market mode subtraction on Ncl* changes according to the clustering method: for the DBHT, CL and k-medoids the subtraction raises Ncl*, whereas for AL and SL the same quantity reduces remarkably. The effect is more pronunced for the Linkage methods, less for DBHT and k-medoids.

Overall we can conclude that varying the number of clusters (Ncl) the DBHT, k-medoids and CL outperform the other two clustering methods at retrieving the ICB information. DBHT, k-medoids and CL have however peaks of adj* at different Ncl* values. In particular, the DBHT and k-medoids are able to retrieve the ICB information at a Ncl* that is both lowest and closest to the actual number of ICB supersectors (19). After subtracting the market mode also the AL reaches the same level of DBHT, k-medoids and CL, but at too high Ncl*.

Interestingly, the Average and Single Linkage methods have the clusterings with both the lowest values of ℛadj and the highest disparity values y: i.e. it appears that the higher the disparity y is, the less the clustering method is able to retrieve the industrial classification. This has to be due to the presence of a large cluster when y is very high: this again indicates a strong sensitivity to the market mode (see previous Section), that hides the intrasector correlations merging many stocks in a single cluster.

Industries overexpression.

As we have stated above, the Adjusted Rand Index provides an overall measure of similarity between the clustering and the ICB partition. Let us now focus on a more refined level of analysis, with which we quantify to what extent each industrial sector is retrieved by the clustering.

To this aim we have varied the number of clusters Ncl and, for each clustering, we have performed a one-tail hypothesis test (see Methods, Eq. 11) for each pair cluster/ICB supersector. In Fig. 7 we show with bar graphs the results of these analyses for each one of the five clustering methods, by using detrended log-returns. The x-axis shows Ncl, whereas 𝒩 on the y-axis represents the total number of hypergeometric tests that have been rejected for that value of Ncl (i.e. how many times an ICB supersector has been found to be overexpressed by a cluster). The colors on each bar show the number of overexpressions for each different supersector. We have chosen a significance level for the test equal to 0.01, together with the conservative Bonferroni correction [36] that reduces the significance level to 0.01/(0.5*Ncl*NICB), with NICB being the number of ICB supersectors (19). (In Fig. S6 in S1 File, we report also the relative numbers 𝒩/(0.5*Ncl*NICB).)

thumbnail
Fig 7. Amount of ICB information retrieved by the clustering methods, in terms of ICB supersectors overexpressed by each cluster.

Each bar graph shows, varying the number of clusters Ncl, how many times () an ICB supersector is overexpressed by a cluster according to the Hypergeometric hypothesis test (i.e., number of null-hypothesis tests being rejected). Each colour shows the number of overexpressions for each ICB supersector. In graphs a)-e) the results for DBHT, AL, CL, SL and k-medoids clustering are shown respectively. The correlations are calculated on detrended log-returns. See Fig. S5 in S1 File for the non-detrended case.

https://doi.org/10.1371/journal.pone.0116201.g007

As we can see, the compositions and trends with Ncl are quite different among different methods. The DBHT shows the highest number of clusters overexpressing ICB industries, followed by k-medoids, CL, AL and SL. Let us note that AL and SL show the worst performances also in the Adjusted Rand Index analysis in Fig. 6 a). However, in that analysis the DBHT, k-medoids and CL were showing very close Adjusted Rand Index values; the hypothesis test is therefore able to highlight better the differences between these methods. For what concerns the industry composition, we can see that the DBHT, k-medoids, CL and AL show a quite homogeneous composition, with almost each ICB supersector overexpressed. The SL instead shows a much less rich composition, with no more than 6 overexpressed supersectors simultaneously even at the maximum level of total overexpressions.

In terms of 𝒩 shape the DBHT is quite peaked, quickly dropping to low values for high Ncl values. The three Linkage methods are instead flatter and more spread along the Ncl axis, a feature that was evident also in the trend of ℛadj in Fig. 6. The k-medoids seems to be a mix between these two shapes, showing however a much higher level of noise and instability in the ICB composition when Ncl changes.

Finally, it is worth noticing that there is a change in the composition at different values of Ncl, and that similar patterns can be found among the four hierarchical clustering methods (for the k-medoids no clear patterns can be found, because of the higher level of instability of the method). There are supersectors that tend to become overexpressed for low values of Ncl and then disappear at intermediate values: this is the case of Automobiles & Parts, Telecommunications, Insurance and Financial Services. Others are instead more persistent, appearing along all the x-axis: Utilities, Technology, Oil & Gas. The most persistent is the latter, that is still overexpressed when all the other supersectors are not expressed anymore. We can then conclude that not only the ICB partition is hidden at different levels in the dendrograms (see “Retrieving the industrial sectors” Section) depending on the clustering method, but also different ICB supersectors are retrieved at different levels. This is probably due to the different degrees of correlation within different ICB supersectors.

By using non-detrended log-returns we obtain quite similar results, apart from an overall decrease in 𝒩 for all the methods, consistently with what found in “Retrieving the industrial sectors”. The details are shown in Fig. S5 in S1 File.

Dynamical analysis

Here we present a dynamical analysis of the DBHT clustering in the 15 years period ranging from 1 January 1997 to 31 December 2012. We have selected the set of overlapping time windows described in “Dataset and preliminary analyses” (n = 100 time windows of length L = 1000 trading days) and used a weighted version of the Pearson estimator (Eq. 13) in order to mitigate excessive sensitiveness to outliers in remote observations.

In Fig. 8 a) is shown the number of DBHT clusters obtained for each time window, both for non-detrended log-returns (red circles) and detrended log-returns (blue squares). For the first case the number of clusters ranges between 6 and 19, for the second case the range is 14–26. Let us stress that this is the “natural” number of clusters automatically provided by the DBHT method, and it is not the result of any thresholding. Dashed lines are the values correspondent to the clustering obtained using the entire time period 1997–2012 as time window. A study of the statistical robustness of these clusterings have been carried out by means of a bootstrapping approach: it turns out that the number of clusters shown in Fig. 8 a) is robust against resampling of the log-returns time series, as reported in the next section “Robustness of DBHT: a bootstrapping analysis”.

thumbnail
Fig 8. Dynamical evolution of the DBHT clustering.

Each plot refers to 100 moving time windows of length 1000 trading days. Specifically, in graph a) we plot the number of DBHT clusters, Ncl, for both log-returns non-detrended (red circles) and detrended by the market mode (blue squares), whereas the two dashed horizontal lines are the Ncl values obtained by taking the largest time window of 4026 trading days. Overall the non-detrended case shows a decreasing trend. In graph b) it is shown the disparity measures, y, again for the two sets of DBHT clustering (red dots non-detrended, blue dots detrended), the dashed horizontal lines being the y values from the 4026 length time window. In the non-detrended case the 2007 marks a transition to higher and more volatile values of y. Finally in graph c) it is shown the Adjusted Rand Index, ℛadj, measured at each time window between the detrended and non-detrended clusterings. A steady decreasing trend is evident.

https://doi.org/10.1371/journal.pone.0116201.g008

As observed previously, the number of clusters in the non-detrended case is sistematically lower than in the detrended case. Moreover, an overall decreasing trend characterizes the non-detrended values and makes them go below the corresponding dashed line; this decreasing pattern is not present in the detrended case, that however stays below the correspondent dashed line most of the times either. The evolution of the disparity y, introduced in Eq. 4, is shown in Fig. 8 b) both for non-detrended and detrended case. Again the dashed lines are the values for the all period. In the non-detrended case we see an overall increasing trend, especially after the 2006; an analysis of the sizes distribution shows that largest cluster contains up to 240 stocks (70% of total number of stocks); moreover, from 2006 onwards we observe also a much higher fluctuation in the values. This behaviour is of interest since it concerns the overall influence of the market mode on the correlation structure, with higher y indicating a stronger influence of the market mode that tends to gather all stocks in one cluster. Indeed, in the detrended case we find that subtracting the market mode makes the increasing trend disappear with decreasing disparity values that stay closer to the dashed line, without significant patterns apart from some fluctuations.

In order to better understand the relation between the DBHT clusterings obtained with detrended and non-detrended log-returns, we have also performed a dynamical Adjusted Rand Index analysis. Now we compare no longer the clustering and the ICB partition, but the two clusterings (non-detrended and detrended) at each time window. In Fig. 8 c) the Adjusted Rand Index between the two sets of DBHT clusters is shown. Interestingly, it shows a steady decreasing trend that drives the similarity from relatively high values (about 0.7) to values close to zero, indicating complete uncorrelation between the two clusterings. We can therefore conclude that the influence of the market mode has increased remarkably over the last 15 years, making the detrended clustering structure more and more different from the non-detrended one. Let us note that this observation would have not been possible without the clustering analysis, since from the preliminary dataset measures (see Fig. 1 and Fig. S2 in S1 File for details) it is not evident any constant pattern either in the average return or in the average correlation.

Dynamically retrieving the industrial sectors.

Let us here investigate the relation between industrial classification and clustering under a dynamic perspective. To this end we here perform the previous dynamical analysis by considering the set of 100 overlapping time windows Tk and calculating for each of them the Adjusted Rand Index ℛadj(Tk) between clustering and ICB supersectors classification. Since ℛadj(Tk) varies with the chosen threshold and Ncl, we select at every time the Ncl that maximizes ℛadj(Tk); the numbers that we report are these maximum values and account therefore for the maximum ability of the clustering methods to retrieve the ICB.

In Figs. 9 a)-e) we show the results for each of the five clustering methods, using returns with market mode. Interestingly, all of them show a decreasing trend across the time. On average, the DBHT and CL display the highest similarity with industrial classfication, whereas the Single Linkage the lowest. This is consistent with what found in the static analyses. We have also highlighted in the graphs the major events that affected the stock market in the last 15 years. It can be observed that different clustering methods are affected in different ways by these events. For instance we observe that, if the 2007–2008 crisis and the following recession is evident in all the methods as a significant drop in the similarity, other events such as 11/09/2001 or the 2002 stock market downturn appear only in the Single and Average Linkage plots. In particular the 2002 downturn drives a steep decrease in the similarity of SL and AL, staying at low values until the end of 2005. Instead DBHT, Complete Linkage and k-medoids do not seem to be significantly affected by these events. This observation points out that the DBHT, CL and k-medoids are more robust than SL and AL against exogenous events in their ability to retrieve an economic information as the industrial classification. Nonetheless, there are differences also among DBHT, CL and k-medoids: in particular in the period following the 2008 crisis, DBHT and k-medoids show a peak that does not appear with CL. Moreover, for the k-medoids the drop in similarity seems to start more than one year before the 2007. All these features have non-trivial implications for both portfolio optimization and systemic risk evaluation. We plan to investigate these implications in future works.

Fig. 9 f) shows the number of clusters Ncl that, in each time window Tk, maximizes the Adjusted Rand Index shown in the previous plots. As we can see, Ncl for SL is always the highest, followed by AL, CL, k-medoids and DBHT. This is consistent with what we found in the “Static analysis” Section: different clustering methods “hide” the industrial information at different levels of the hierarchy. SL and AL, that yield higher Ncl (i.e., lower levels in the hierarchy), are also the methods that show the lowest level of similarity with industrial classification and the highest degree of disparity.

thumbnail
Fig 9. Dynamical evolution of the similarity between clustering and ICB.

It is shown the Adjusted Rand Index, ℛadj, calculated at each time window Tk (k = 1, …, n) between clustering and ICB partition, for a) DBHT, b) AL, c) CL, d) SL and e) k-medoids method. A drop in the similarity occurs for all the methods during the 2007–2008 crisis. The AL and SL show decreases also during other financial events. At each time window the number of clusters, Ncl, has been chosen in order to maximize the ℛadj itself: in f) we plot these Ncl values for each clustering method. It is evident as the maximum similarity clustering-ICB is reached at different hierarchical levels depending on the clustering method. The correlations are calculated on non-detrended log-returns.

https://doi.org/10.1371/journal.pone.0116201.g009

In Figs. 10 a)-f) we show the same set of plots for the detrended case. The main differences with the non-detrended case are the following:

  • the average similarity with the industrial classification rises for all methods; this confirms in the dynamical case what we found for the static case;
  • the average Ncl is lower for all methods: the absence of market mode “moves” the industrial classification to higher levels of the hierarchy;
  • the strong influence of the 11/09/2001 and 2002 downturn on the SL and AL pattern seems to disappear, whereas the 2007–2008 crisis is still evident in all the five methods. This could be explained claiming that the formers are global events in the market, whereas the latter exhibits also a “local” dynamics;
  • the AL shows the most evident change in the dynamical behaviour, displaying a trend much more similar to the DBHT and CL one. Also in terms of Ncl, it shows values closer to DBHT, CL and k-medoids than SL. A similar observation was made in the static analysis in “Retrieving the industrial sectors”, where the AL turned out to perform like DBHT, CL and k-medoids once the market mode was removed.

thumbnail
Fig 10. Dynamical evolution of the similarity between clustering and ICB, with detrended log-returns.

a)-f): Same graphs as in Fig. 9, but by using correlations on detrended log-returns.

https://doi.org/10.1371/journal.pone.0116201.g010

Robustness of DBHT: a bootstrapping analysis.

In order to test the sensitiveness of the DBHT clustering to the statistical noise, inevitably present in every correlation estimate, we have performed the Bootstrapping test to our dataset [42]. This method generates a set of nboot replicas of each original correlation matrix by randomly resampling the log-returns matrix. On each replica of correlation matrix we can calculate a new DBHT clustering, ending up with a sample of nboot clusterings on which we can perform statistical analyses. A detailed description of the Bootstrapping method can be found in SI (Section S4, of S1 File).

In Fig. 11 we show the result of the dynamical Bootstrapping performed over all the 100 time windows that cover the entire period. We chose nboot = 100: each time window has therefore 100 replica DBHT clustering associated. The blue points are the average number of clusters over the nboot replicas of DBHT clusterings, whereas the error bars are the standard deviations calculated over the same sample. The black squares are the empirical numbers of clusters yielded by the DBHT. The left-hand side plot (a)) is obtained by using non-detrended log-returns, the right-hand side (b)) is obtained by using detrended log-returns.

thumbnail
Fig 11. Test of robustness for the dynamical DBHT clustering.

a) Number of clusters Ncl as a function of the time t: the black squares correspond to the DBHT clusterings obtained by using the empirical (non-detrended) log-returns, the blue dots are the average over the 100 Ncl given by the 100 bootstrapping replica correlation matrices (see text for further details). The bar errors in the blue dot plot is the standard deviation calculated among the same set of 100 Ncl. As one can see the empirical Ncl is quite robust against the bootstrapping test. b) Same plot as in a), but by using detrended log-returns.

https://doi.org/10.1371/journal.pone.0116201.g011

The plot of empirical number of clusters is slightly different from what we have shown in Fig. 8 a) because for this bootstrapping analysis we did not use exponential smoothing for the correlations, but only bare correlations. The exponential smoothing, indeed, creates an asymmetry among the points in each time series that makes the bootstrapping test inapplicable. Overall, removing the exponential smoothing affects each Ncl value by 20% on average.

From the plot we can observe that the method is statistically robust, with the most of empirical points within one standard deviation from the mean of replicas. More importantly, the mean of replicas follows the general trend of the empirical points; namely, the decreasing trend in the market mode case, and the drop after the 2007–2008 crisis in the detrended case.

Discussion

In this paper we have presented a set of static and dynamical analyses to quantify empirically the amount of information filtered from correlation matrices by different hierarchical clustering methods. By taking the Industrial Classification Benchmark (ICB) as a benchmark community partition we have performed quantitative analyses on real data without any assumption on the returns distribution.

In particular we have considered three variants of Linkage methods (Single, Average and Complete) and the k-medoids, and we have compared them with the Directed Bubble Hierarchical Tree (DBHT), a novel clustering method applied here for the first time to financial data.

The methods show remarkably different performances in retrieving the economic information encoded in the ICB, with big dissimilarities even among the Linkage methods. We have suggested that these differences should be connected to different degrees of sensitivity to the market mode dynamics, that in turns are to be ascribed to differences in the methods underlying working principles. Moreover, the economic information appears to be hidden at different levels of the hierarchical structures depending on the clustering method. The DBHT and k-medoids methods show the best performances, but the latter seems to be affected by the noise much more than the DBHT and the Linkage methods. The DBHT turns out then to be a good mix between the advantages of the k-medoids and those of the Linkages. The dynamical analysis has also proved that the methods show different degrees of sensitivity to financial crises. This is again a new result that could give insights into the dynamics of such events, as well as an indication on which clustering method is more robust for financial applications.

We have also performed each analysis on log-returns detrended by the market mode, by following a standard procedure in literature [27] [40]. Interestingly the effect of this detrending is very dissimilar for different methods, with the weakest methods (Average and Single Linkage) improving remarkably their ability to retrieve industrial sectors. In general the detrending increases the degree of economic information that the clustering methods retrieve. It also makes the clusterings more homogeneous in sizes, suggesting that the high heterogeneity in SL and AL must be due to the market mode dynamics.

In future works we plan to extend the present study to other datasets, covering different periods and different stock exchanges and considering other measures of dependences including non-linear dependences such as the Kendall’s rank correlation [43] and the Mutual information [44] [45]. Finally, since correlation-based networks and clustering methods have shown to be useful tools for portfolio optimization [20], [46, 47], we also plan to use these new insights into the hierarchical structures to improve further the current performances of portfolio optimization tools.

Supporting Information

S1 File. Supporting information for: Relation between financial market structure and the real economy: comparison between clustering methods.

The Supporting Information, S1 File, contains further analysis, some extra details about the methodology and some extra results.

https://doi.org/10.1371/journal.pone.0116201.s001

(PDF)

Acknowledgments

The authors wish to thank Bloomberg for providing the data. TDM wishes to thank the COST Action TD1210 for partially supporting this work. TA acknowledges support of the UK Economic and Social Research Council (ESRC) in funding the Systemic Risk Centre (ES/K002309/1).

Author Contributions

Conceived and designed the experiments: NM TA TDM. Performed the experiments: NM TA TDM. Analyzed the data: NM TA TDM. Contributed reagents/materials/analysis tools: NM TA TDM. Wrote the paper: NM TA TDM.

References

  1. 1. Mantegna RN (1999) Hierarchical structure in financial markets. Eur Phys J B 11: 193.
  2. 2. Onnela JP, Chakraborti A, Kaski K, Kertész J, Kanto A (2003) Asset trees and asset graphs in financial markets. Phys Scr T106: 48.
  3. 3. Aste T, Di Matteo T, Hyde ST (2005) Complex networks on hyperbolic surfaces. Physica A 346: 20.
  4. 4. Tumminello M, Aste T, Di Matteo T, Mantegna RN (2005) A tool for filtering information in complex systems. Proc Natl Acad Sci 102: 10421–10426. pmid:16027373
  5. 5. Di Matteo T, Aste T (2002) How does the eurodollars interest rate behave? J Theoret Appl Finance 5: 122–127.
  6. 6. Di Matteo T, Aste T, Mantegna RN (2004) An interest rate cluster analysis. Physica A 339: 181–188.
  7. 7. Di Matteo T, Aste T, Hyde ST, Ramsden S (2005) Interest rates hierarchical structure. Physica A 335: 21–33.
  8. 8. Bartolozzi M, Mellen C, Di Matteo T, Aste T (2007) Multi-scale correlations in different futures markets. Eur Phys J B 58: 207–220.
  9. 9. Onnela JP, Chakraborti A, Kaski K, Kertész J (2003) Dynamic asset trees and black monday. Physica A 324: 247–252.
  10. 10. Tola V, Lillo F, Gallegati M, Mantegna RN (2008) Cluster analysis for portfolio optimization. J Econ Dyn Control 32: 235–258.
  11. 11. Fenn DJ, Porter MA, Mucha P, McDonald M, Williams S, et al. (2012) Dynamical clustering of exchange rates. Quantitative Finance 12: 1493.
  12. 12. Di Matteo T, Pozzi F, Aste T (2010) The use of dynamical networks to detect the hierarchical organization of financial market sectors. Eur Phys J B 73: 3–11.
  13. 13. Tumminello M, Di Matteo T, Aste T, Mantegna RN (2007) Correlation based networks of equity returns sampled at different time horizons. Eur Phys J B 55: 209–217.
  14. 14. Morales R, Di Matteo T, Aste T (2014) Dependency structure and scaling properties of financial time series are related. Sci Rep 4: 4589. pmid:24699417
  15. 15. Aste T, Shaw W, Di Matteo T (2010) Correlation structure and dynamics in volatile markets. New J Phys 12: 085009.
  16. 16. Tumminello M, Lillo F, Mantegna RN (2010) Correlation, hierarchies, and networks in financial markets. J Econ Behav Organ 75: 40–58.
  17. 17. Anderberg MR (1973) Cluster analysis for applications. Academic Press.
  18. 18. Tumminello M, Coronnello C, Lillo F, Miccichè S, Mantegna RN (2007) Spanning trees and bootstrap reliability estimation in correlation-based networks. Int J Bifurcat Chaos 17: 2319–2329.
  19. 19. Aste T (2012). An algorithm to compute Planar Maximally Filtered Graphs (PMFG). URL http://www.mathworks.com/matlabcentral/fileexchange/38689-pmfg.
  20. 20. Pozzi F, Di Matteo T, Aste T (2013) Spread of risk across financial markets: better to invest in the peripheries. Sci Rep 3: 1665. pmid:23588852
  21. 21. Song WM, Di Matteo T, Aste T (2012) Hierarchical information clustering by means of topologically embedded graphs. PLoS ONE 7: e31929. pmid:22427814
  22. 22. Aste T (2014). An algorithm to compute Directed Bubble Hiererachical Tree (DBHT) clustering. URL http://www.mathworks.com/matlabcentral/fileexchange/46750-dbht.
  23. 23. Song WM, Di Matteo T, Aste T (2011) Nested hierarchies in planar graphs. Discrete Appl Math 159: 2135.
  24. 24. Fortunato S (2010) Community detection in graphs. Physics Reports 486: 75–174.
  25. 25. Kaufman L, Rousseeuw PJ (1987) Clustering by means of medoids. Statistical Data Analysis Based on the L1-Norm and Related Methods: 405–416.
  26. 26. MacQueen J (1967) Some methods for classification and analysis of multivariate observations. Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability 1: 281–297.
  27. 27. Borghesi C, Marsili M, Miccichè S (2007) Emergence of time-horizon invariant correlation structure in financial returns by subtraction of the market mode. Phys Rev E 76: 026104.
  28. 28. Hubert L, Arabie P (1985) Comparing partitions. Journal of Classification 2: 193–218.
  29. 29. Tumminello M, Miccichè S, Lillo F, Varho J, Piilo J, et al. (2011) Community characterization of heterogeneous complex systems. J Stat Mech P01019.
  30. 30. Coronnello C, Tumminello M, Lillo F, Miccichè S, Mantegna RN (2011) Sector identification in a set of stock return time series traded at the London Stock Exchange. Acta Physica Polonica 36: 2653–2680.
  31. 31. Tumminello M, Lillo F, Mantegna RN (2007) Kullback-Leibler distance as a measure of the information filtered from multivariate data. Phys Rev E Stat Nonlin Soft Matter Phys 76: 031123. pmid:17930215
  32. 32. Cont R (2001) Empirical properties of asset returns: stylized facts and statistical issues. Quantitative Finance 1: 223–236.
  33. 33. Mantegna RN, Stanley HE (2000) Introduction to Econophysics: Correlations and Complexity in Finance. Cambridge University Press.
  34. 34. Bonanno G, Caldarelli G, Lillo F, Mantegna RN (2003) Topology of correlation-based minimal spanning trees in real and model markets. Phys Rev E Stat Nonlin Soft Matter Phys 68: 046130. pmid:14683025
  35. 35. Wagner S, Wagner D (2007) Comparing clusterings—an overview. Technical Report, ITI Wagner, Faculty of Informatics, Universität Karlsruhe (TH).
  36. 36. Feller W (2008) An introduction to probability theory and its applications, volume 2. John Wiley & Sons.
  37. 37. Tumminello M, Miccichè S, Lillo F, Piilo J, Mantegna RN (2011) Statistically validated networks in bipartite complex systems. PLoS ONE 6: e17994. pmid:21483858
  38. 38. Pearson K (1895) Notes on regression and inheritance in the case of two parents. Proceedings of the Royal Society of London 58: 240–242.
  39. 39. Pozzi F, Di Matteo T, Aste T (2012) Exponential smoothing weighted correlations. Eur Phys J B 85: 6.
  40. 40. Ross G (2014) Dynamic multifactor clustering of financial networks. Phys Rev E Stat Nonlin Soft Matter Phys 89: 022809. pmid:25353536
  41. 41. A guide to industry classification benchmark. URL http://www.icbenchmark.com/.
  42. 42. Efron B (1979) Bootstrap methods: Another look at the jackknife. Ann Stat 7: 1–26.
  43. 43. Kendall MG (1938) A new measure of rank correlation. Biometrika 30: 81–93.
  44. 44. Shannon CE (1948) A mathematical theory of communication. Bell Syst Tech J 27: 379.
  45. 45. Fiedor P (2014) Networks in financial markets based on the mutual information rate. Phys Rev E Stat Nonlin Soft Matter Phys 89: 052801. pmid:25353838
  46. 46. Nanda S, Mahanty B, Tiwari MK (2010) Clustering indian stock market data for porfolio management. Expert System with Applications 37: 8793–8798.
  47. 47. Pai GAV, Michel T (2009) Clustering indian stock market data for porfolio management. Evolutionary Optimization of Constrained K-means Clustered Assets for Diversification in Small Portfolios 13: 1030–1053.