Skip to content

Commit a6daafd

Browse files
authored
Update README.md
1 parent 486f5a4 commit a6daafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A-finite-sample-estimator-for-large-covariance-matrices
22
This repository contains data and code relative to the manuscript "A finite sample estimator for large covariance matrices" by Matteo Farnè and Angela Montanari (https://arxiv.org/abs/1711.08950).
33

4-
The MATLAB dataset 'supervisory_data.m' contains the covariance matrix and the labels of a selection of Euro Area banking supervisory data. Punctual data are not available due to confidenatiality reasons. The dataset contains the covariance matrix 'C', and the relative labels of supervisory indicators, 'Labgood'. The labels may be interpreted exploiting the detailed description at the link https://www.eba.europa.eu/documents/10180/359626/Annex+III+-+FINREP+templates+IFRS.xlsx/049e48a4-e7c2-44c6-89b1-4086447bced9
4+
The MATLAB dataset 'supervisory_data.m' contains the covariance matrix and the labels of a selection of Euro Area banking supervisory data. Punctual data are not available due to confidentiality reasons. The dataset contains the covariance matrix 'C', and the relative labels of supervisory indicators, 'Labgood'. The labels may be interpreted exploiting the detailed description at the link https://www.eba.europa.eu/documents/10180/359626/Annex+III+-+FINREP+templates+IFRS.xlsx/049e48a4-e7c2-44c6-89b1-4086447bced9
55

66
Two MATLAB functions, called "UNALCE.m" and "POET.m", are provided. The former performs the new procedure for covariance matrix estimation described in https://arxiv.org/abs/1711.08950, called UNALCE (UNshrunk ALgebraic Covariance Estimator). The latter performs POET covariance estimation procedure (Fan et al., 2013, http://onlinelibrary.wiley.com/doi/10.1111/rssb.12016/abstract). Both functions contain the detailed explanation of input and output arguments.

0 commit comments

Comments
 (0)