cover

Economic Complexity Index (ECI)

November 11, 2022 15 min read

The death of globalism in 2022 brings all kinds of economic sanctions. Lately I've been running into the term Economic Complexity Index (ECI), which reflects the diversification of exports of a country. In this post I investigate the mathematics behind it and draw connections to the problems of Ncut, biclustering etc.

Economic complexity index is often used to describe diversification of a country’s exports. Usually countries with highly diversified exports also produce a multitude of technologically advanced products and thus are more self-sustained (although they might be highly dependent on imports of commodities from countries, lagging behind in technology).

For comparison, Japan and Germany are among the world leaders in OEC, being No. 1 and No. 4 with ECI=2.19 and ECI=1.88 respectively. The US has ECI=1.56, the UK has ECI=1.42. China has ECI=0.96, which means that it has an average level of economic complexity. Russian and Ukraine have ECI=0.5.

China has a relatively low ECI of 0.96, approximately 2 times lower than the US. This is a very low for the 1st economy in the world, which is counterintuitive. I decided to dig into the meaning of this number and to check, if it accurately represents the degree of autonomy of the Ukrainian economy.

Economic Complexity Index construction

In order to define ECI first we need to define a country-product matrix MM. Each element Mc,pM_{c,p} of this matrix corresponds to a so-called Revealed Competitive Advantage (RCA) of the country cc in producing a product pp:

E.g. if we have just 2 countries and just 3 products, we shall have a 2-by-3 country-product matrix:

M=(RCA1,1RCA1,2RCA1,3RCA2,1RCA2,2RCA2,3)M = \begin{pmatrix} RCA_{1, 1} && RCA_{1,2} && RCA_{1,3} \\ RCA_{2, 1} && RCA_{2,2} && RCA_{2,3} \end{pmatrix}

Revealed Competitive Advantage (Balassa index)

Revealed Competitive Advantage (RCA), also known as Balassa index, works as follows. Suppose that each product were exported by each country uniformly. Then the fair share of exports of e.g. oil by every country would’ve been 13% of its total exports. However, for some countries like Russia or Norway oil constitutes 30% of exports, meaning that the share of oil in their exports is more than fair and their RCA in oil is very high:

RCA=xc,ppxc,pcxc,pcpxc,p=3013RCA = \frac{\frac{x_{c,p}}{\sum_p x_{c,p}}}{ \frac{\sum_c x_{c,p}}{\sum_c \sum_p x_{c,p}} } = \frac{30}{13}

We define a discretized country-product matrix M~\tilde{M} as follows: for every product pp and every country cc we set the value of country-product matrix to 1, if country exports more than a fair share of this good, and 0, if less than fair share:

M~c,p={1,RCA10,RCA<1\tilde{M}_{c,p} = \begin{cases}1, RCA \ge 1 \\ 0, RCA < 1 \end{cases}

Note that many countries will have M~c,p=1\tilde{M}_{c,p} = 1 in oil (e.g. Russia, Saudi Arabia, UAE, Iraq, Iran, Norway, Canada, US, Venezuela etc.), while a very short list of countries will have M~c,p=1\tilde{M}_{c,p} = 1 in 7 nm semiconductors (US, Taiwan, South Korea).

Thus we can define two more entities, product ubiqity and economic complexity:

Product ubiquity is kp=cM~c,pk_p = \sum_c \tilde{M}_{c,p}.

Economy complexity is kc=pM~c,pk_c = \sum_p \tilde{M}_{c,p}.

Oil is a pretty ubiquitous product (or commodity, as people often call those), as kp>10k_p > 10. 7 nm chips are not very ubiquitous products, as kp=3k_p = 3 for them, their market is an oligopoly.

Now, if a country exports a broad range of products, its economic complexity is high (e.g. for Germany, which manufactures all kinds of nuts-and-bolts, machines, pharmaceuticals etc.). If a country exports a bulk of one good (e.g. just oil), its economic complexity is low.

If we were to sort the countries in our discretized country-product matrix M~c,p\tilde{M}_{c,p} by economic complexity and products by product ubiquity, we’d find out that the matrix tends to have an almost triangular shape (e.g. countries with smalller economic complexity tend to export commodities):

eci.png

Country-product matrix: rows sorted by economy complexity and columns - by product ubiquity. Countries with low economic complexity tend to export products with low ubiquity (commodities).

Iterative definition of ECI and PCI

Now we can finally define the Economic Complexity Index (ECI) and Product Complexity Index (PCI).

The process of definition is iterative. We introduce the notions of product ubiquity up(n)u^{(n)}_p and diversification of economy dc(n)d^{(n)}_c as a series of iterative approximations.

Initially we start by defining all the product ubiquity up(0)=kpu^{(0)}_p=k_p and all the economies diversifications dc(0)=kcd^{(0)}_c = k_c and then iteratively update vectors of economy competitiveness and product complexity according to the following formula:

{dc(n)=1kcpM~c,pup(n1)up(n)=1kpcM~c,pdc(n1)\begin{cases} d^{(n)}_c = \frac{1}{k_c} \sum_p \tilde{M}_{c,p} u^{(n-1)}_p \\ u^{(n)}_p = \frac{1}{k_p} \sum_c \tilde{M}_{c,p} d^{(n-1)}_c \end{cases}

After a number of iterations our process will converge to some dc()d^{(\infty)}_c and up()u^{(\infty)}_p.

Do you sense some linear algebra in this process? If we were to define vectors d(n)=(d1(n),d2(n),...,dNc(n))T{\bf d^{(n)}} = (d^{(n)}_1, d^{(n)}_2, ..., d^{(n)}_{N_c})^T and u(n)=(u1(n),u2(n),...,uNp(n))T{\bf u^{(n)}} = (u^{(n)}_1, u^{(n)}_2, ..., u^{(n)}_{N_p})^T (where NcN_c and NpN_p are total numbers of countries and products respectively), we can feel that d()\bf d^{(\infty)} and u()\bf u^{(\infty)} are some kind of main eigenvector.

Definition of ECI/PCI through eigenvectors

Re-write the definitions of d(n)\bf d^{(n)} and u(n)\bf u^{(n)} in matrix/vector form.

To do this, we need to define two diagonal matrices of country-by-country dimensionality, C=(1kc1001kcNp)C = \begin{pmatrix} \frac{1}{ k_{c_1} } && 0 \\ 0 && \frac{1}{ k_{c_{N_p}} } \end{pmatrix} and product-by-product dimensionality P=(1kp10001kp20001kpNp)P = \begin{pmatrix} \frac{1}{ k_{p_1} } && 0 && 0 \\ 0 && \frac{1}{ k_{p_2} } && 0 \\ 0 && 0 && \frac{1}{ k_{p_{N_p}} } \end{pmatrix}, which are used for normalization.

Then our iterative definition takes form:

{d(n)=CM~u(n1)u(n)=PM~Td(n1)\begin{cases}{\bf d^{(n)}} = C \tilde{M} {\bf u^{(n-1)}} \\ {\bf u^{(n)}} = P \tilde{M}^T {\bf d^{(n-1)}} \end{cases}

Substituting the equations, we get a recurrent formula:

d(n)=CM~PM~Td(n1){\bf d^{(n)}} = C \tilde{M} P \tilde{M}^T {\bf d^{(n-1)}}

At nn \to \infty we come to an eigenvector-eigenvalue equation:

λd()=CM~PM~Td()\lambda {\bf d^{(\infty)}} = C \tilde{M} P \tilde{M}^T {\bf d^{(\infty)}}

There are many eigenvalues and eigenvectors, which work as the solution. The main eigenvalue equals 1, the matrix is stochastic, and the main eigenvector is (1,1,1,1,...,1)T(1, 1, 1, 1, ..., 1)^T. Therefore, we are interested in the eigenvector, corresponding to the second-largest eigenvalue.

Hence, ECI of a country cc is the cc-th coordinate of our second main eigenvector d()[с]{\bf d^{(\infty)}}[с].

Similarly, PCI of product pp corresponds to u()[p]{\bf u^{(\infty)}}[p], where λu()=PM~TCM~u()\lambda {\bf u^{(\infty)}} = P \tilde{M}^T C \tilde{M} {\bf u^{(\infty)}}.

With PCI and ECI as sorting functions, we get a similar “triangular” structure of country-product matrix:

eci_pci.png

Countries and products, sorted by ECI and PCI.

Correspondence between ECI and normalized cut algorithm

Reminder: Normalized Cut

In my previous post I looked into the Normalized Cut algorithm in detail (including its connections to the biclustering problem in bioinformatics, detection of dense subset of a bipartite graph, NMF, k-means etc.). Basically, if finds a minimal cut in a graph, such that the volumes of 2 subsets, it splits the graph into, are balanced.

ncut.png

Normalized cut finds the max/min cut in a graph, such that the weights of halves are comparable.

The Ncut algorithm solution has a form of generalized eigenvalues problem (I am not going to work through the problem statement in this post again, please, refer to the Ncut part of my previous post):

{minyyT(DS)yyTDyyTD1=0y[i]{1,b}\begin{cases} \min \limits_{y} \frac{y^T (D-S) y}{y^T D y} \\ y^T D 1 = 0 \\ y[i] \in \{1, -b\} \end{cases}

Here DD is a degree matrix, SS is an adjacency matrix and yy is a vector, where positive items correspond to one cluster and negative items - to the other, bb is a ratio of sizes between the part of graph, we want to select, and the remaining part of the graph. The value, we aim to minimize in the first equation, is called Rayleigh quotient.

This minimization problem results in a generalized eigenvalue problem:

(DS)y=λDy(D - S) y = \lambda D y

Here we aim to fins the smallest non-trivial eigenvalue λ\lambda produces the minimum of Rayleigh quotient.

DSD-S matrix is also called Laplacian matrix and D12(DS)D12D^{-\frac{1}{2}} (D-S) D^{-\frac{1}{2}} is called nomralized Laplacian matrix, because though this normalization generalized eigenvalue problem can be reduced to the regular eigenvalue problem. Indeed, make a variable substitution:

y=D12zy = D^{-\frac{1}{2}} z

D12(DS)D12z=λzD^{-\frac{1}{2}} (D-S) D^{-\frac{1}{2}} z = \lambda z

The normalized Laplacian matrix is stochastic, hence, the smallest in absolute value eigenvalue is λ=0\lambda=0 and eigenvector z=1z={\bf 1}. We aim to find the second smallest eigenvalue.

Interestingly, the constraint yTD1=0y^T D 1 = 0 can be lifted, because every solution satisfies it. Indeed, the eigenvector with smallest eigenvalue is z0=1z_0 = 1. Then every other eigenvector is orthogonal to it, because the Laplacian (D - S) is symmetric, making normalized Laplacian D12(DS)D12D^{-\frac{1}{2}} (D-S) D^{-\frac{1}{2}} symmetric, too. Then all of their eigenvectors are orthogonal to each other and 0=z1Tz0=y1TD10 = z_1^T z_0 = y_1^T D 1

Now, in practice we also relax the second constraint y[i]{1,b}y[i] \in \{1, -b\} and solve the system in real numbers, and if i-th coordinate takes a positive value, assume it 1, and if negative, assume that it takes the value of b-b.

Connection between Ncut and ECI

Let us establish correspondence between the ECI equation λd()=CM~PM~Td()\lambda {\bf d^{(\infty)}} = C \tilde{M} P \tilde{M}^T {\bf d^{(\infty)}} and Ncut equation. Start with Ncut:

D12(DS)D12z=λzD^{-\frac{1}{2}} (D-S) D^{-\frac{1}{2}} z = \lambda z

Multiply both sides by D12D^{-\frac{1}{2}} and split the terms DD and SS in the Laplacian DSD-S:

D1(DS)D12z=λD12zD^{-1} (D-S) D^{-\frac{1}{2}} z = \lambda D^{-\frac{1}{2}} z

D1DD12D1SD12z=λD12zD^{-1} D D^{-\frac{1}{2}} - D^{-1} S D^{-\frac{1}{2}} z = \lambda D^{-\frac{1}{2}} z

D1SD12z=D12z+λD12z- D^{-1} S D^{-\frac{1}{2}} z = - D^{-\frac{1}{2}} z + \lambda D^{-\frac{1}{2}} z

D1SCM~PM~TD12zd=(1λ)λD12zd\underbrace{D^{-1} S}_{C \tilde{M} P \tilde{M}^T} \underbrace{D^{-\frac{1}{2}} z}_{d} = \underbrace{(1-\lambda)}_{\lambda} \underbrace{D^{-\frac{1}{2}} z}_{d}

Hence, we’ve established the correspondence between Ncut and ECI.

Practical example

Download a world exports dataset from the WTO website: https://stats.wto.org/. The groupings of products in this dataset are pretty crude, but still they should suffice for the purpose of understanding ECI.

Read in and clean the dataset:

wto_df = pd.read_excel('./data/WtoData_20221121023331.xlsx', skiprows=1, header=1)
# remove some columns with duplicates etc.
wto_df = wto_df[wto_df['Reporting Economy'] != 'European Union']
wto_df = wto_df[wto_df['Partner Economy'] == 'World']
wto_df = wto_df[wto_df['Reporting Economy'] != 'World']

wto_dataset.png

Pivot the dataset:

pivoted_wto = wto_df.pivot(index='Reporting Economy', columns='Product/Sector', values='2020')
pivoted_wto = pivoted_wto.fillna(0).astype('int64')
pivoted_wto

pivoted_wto_dataset.png

Calculate the RCA numerator and denominator for the future country-product matrix:

# calculate the rca_numerator
rca_numerator = pivoted_wto.div(pivoted_wto.sum(axis=1), axis=0)

# calculate the rca_denominator
rca_denominator = pivoted_wto.copy(deep=True)
product_sums = pivoted_wto.sum(axis=0)
for item in product_sums.index:
    rca_denominator[item] = product_sums[item]
rca_denominator = rca_denominator.div(product_sums.sum(), axis=0)
rca_denominator

# calculate the country-product matrix (without the 0-1 discretization so far)
M = rca_numerator.div(rca_denominator)
M = M.fillna(0)
M

country_product_matrix.png

Let us look into the row of the country-product matrix, corresponding to China:

M.loc['China']

China_products.png

Now we get a hint on why China has a relatively low ECI for the first economy in the World: it lacks some commodities, such as food supplies and fuels as well as automotive parts (although it is now the single mightiest producer of automobiles in the World, manufacturing 26 million units a year, it is consuming most of them itself; however this situation is quickly changing, as Chinese automotive industry rapidly expands to the Russian and CIS markets in 2022).

We shall discretize the country-product matrix and sort its rows (countries) by kck_c:

discrete_M = M.applymap(lambda x: 1 if x >= 1 else 0)
sorted_discrete_M = discrete_M.loc[discrete_M.sum(1).sort_values(ascending=False).index]
sorted_discrete_M

sorted_country_product_matrix.png

This is already starting to make sense: developed European coutries, such as Netherlands or Germany top the list, as well as the US and UK. China is in 40s, Russia is closer to the middle of the list.

If we were to draw the discretized country-product matrix, with rows sorted by kck_c, we get something like this:

from matplotlib import pyplot as plt

plt.matshow(sorted_discrete_M)

cpm.png

As you can see, the matrix indeed has a triangular nature.

At last, let us proceed with calculating the ECI as the second main eigenvector of normalized discretized country-product matrix:

# calculate economy complexities; some economies have 0 complexities, making matrix singular - regularize by adding a tiny number
economy_complexities = np.diag(sorted_discrete_M.sum(1).map(lambda x: 1/10 if x == 0 else x))
# get a diagonal C matrix
C = np.linalg.inv(economy_complexities)

# calculate product ubiquities
product_ubiquities = np.diag(sorted_discrete_M.sum(0))
# get a diagonal P matrix
P = np.linalg.inv(product_ubiquities)

# calculate the normalized discretized country-product matrix for ECI calculation
eci_matrix = C @ sorted_discrete_M.to_numpy() @ P @ sorted_discrete_M.to_numpy().T

# get eigenvalue and eigenvectors of the normalized discretized country-product matrix
values, vectors = np.linalg.eig(eci_matrix)

# get the second main eigenvector
vectors[:,1]

eci_vector.png

As you can see, we got our ECI vector, but most values in it are negative, and there is also a tail of positive/zero values, corresponding to countries, which were regularized by adding 1/10 etc.

Eigenvectors are defined up to a constant, so let us multiply all the coordinates by (-150) to get a more reasonable range of values:

vectors[:,1] * (-150)

eci_vector_normalized.png

Now we can see that most of our ECI vector coordinates took reasonable values, and the normalized variables took large negative or 0 values. Great!

References:


Boris Burkov

Written by Boris Burkov who lives in Moscow, Russia, loves to take part in development of cutting-edge technologies, reflects on how the world works and admires the giants of the past. You can follow me in Telegram