Skip to content

Commit c583c3c

Browse files
2 parents 71b6e79 + c5639d2 commit c583c3c

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Diff for: LITERATURE.md

+18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ In no particular order. The scope is robust diversified portfolios and things th
77
Or file an [issue](https://github.com/microprediction/precise/issues).
88

99

10+
## Regularized Tyler’s Scatter Estimator: Existence, Uniqueness, and Algorithms [pdf](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6879466)
11+
Ying Sun and Daniel P. Palomar
12+
13+
This paper considers the regularized Tyler’s scatter
14+
estimator for elliptical distributions, which has received considerable attention recently. Various types of shrinkage Tyler’s estimators have been proposed in the literature and proved work effectively in the “large small ” scenario. Nevertheless, the existence
15+
and uniqueness properties of the estimators are not thoroughly
16+
studied, and in certain cases the algorithms may fail to converge.
17+
In this work, we provide a general result that analyzes the sufficient condition for the existence of a family of shrinkage Tyler’s
18+
estimators, which quantitatively shows that regularization indeed
19+
reduces the number of required samples for estimation and the
20+
convergence of the algorithms for the estimators. For two specific
21+
shrinkage Tyler’s estimators, we also proved that the condition is
22+
necessary and the estimator is unique. Finally, we show that the
23+
two estimators are actually equivalent. Numerical algorithms are
24+
also derived based on the majorization-minimization framework,
25+
under which the convergence is analyzed systematically.
26+
27+
1028
## James–Stein for the leading eigenvector [pdf](https://www.pnas.org/doi/epdf/10.1073/pnas.2207046120)
1129
Lisa Goldberg and Alec Kercheval
1230

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# precise [docs](https://microprediction.github.io/precise/) ![tests](https://github.com/microprediction/precise/workflows/tests/badge.svg) ![tests-scipy-173](https://github.com/microprediction/precise/workflows/tests-scipy-173/badge.svg) ![tests-sans-ppo](https://github.com/microprediction/precise/workflows/tests-sans-ppo/badge.svg) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
22

3-
Goals:
3+
Contents:
44

5-
1. A collection of *online* [covariance forecasting](https://github.com/microprediction/precise/blob/main/LISTING_OF_COV_SKATERS.md) and [portfolio construction](https://github.com/microprediction/precise/blob/main/LISTING_OF_MANAGERS.md) functions. See [docs](https://microprediction.github.io/precise/).
5+
1. A collection of *online* (incremental) [covariance forecasting](https://github.com/microprediction/precise/blob/main/LISTING_OF_COV_SKATERS.md) and [portfolio construction](https://github.com/microprediction/precise/blob/main/LISTING_OF_MANAGERS.md) functions. See [docs](https://microprediction.github.io/precise/).
66

77
2. "Schur Complementary" portfolio construction, a new approach that leans on connection between top-down (hierarchical) and bottom-up (optimization) portfolio construction revealed by block matrix inversion. See my posts on the [methodology](https://www.linkedin.com/posts/petercotton_schur-complementary-portfolios-a-unification-activity-7000535020381552640-ZWej?utm_source=share&utm_medium=member_desktop) and its role in the [hijacking of the M6 contest](https://www.linkedin.com/posts/alexander-fleiss-70b49410_does-option-volume-predict-stock-direction-activity-7021134433344749569-bxx4?utm_source=share&utm_medium=member_desktop).
88

Diff for: examples_portfolios/m6/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
## M6 Financial forecasting contest utilities
33

4+
Warning ... this is no longer maintained.
5+
46
You can use this library to enter M6 as follows:
57

68
1. Pick a cov estimator (i.e. a "cov skater"), if you wish

0 commit comments

Comments
 (0)