Skip to main content

Questions tagged [cluster]

The tag has no usage guidance.

0 votes
0 answers
45 views

Conducting PCA on features of dataset

To preface, I am very new to quantitative finance and nowhere near the point of actually trading so forgive me if this question is trivial to most of you. I am making a basic k-means clustering ...
Dylan McClish's user avatar
1 vote
0 answers
37 views

Subportfolio optimisation and asset clustering with maximum cluster cardinality constraint

Assume that $N \in \mathbb{N}$ assets are given, but the portfolio optimisation algorithm can only compute portfolios with $m<N$ assets. To compute a portfolio, I would like to cluster the $N$ ...
Nick's user avatar
  • 66
4 votes
0 answers
122 views

Implementing Hierarchical PCA for financial time series in R

I would like to implement the method "Hierarchical PCA", as described in the following paper and compare it to a "standard" PCA. I like to do this in R AVELLANEDA, Marco. ...
ds_col's user avatar
  • 61
-1 votes
2 answers
242 views

Select top $n$ most correlated assets in universe

I know this questions is a bit ambiguous, but I guess that's natural. To put it simply: I have a universe of around 600 stocks. How do I find the top $n$ "most correlated" assets? At the ...
Trettman's user avatar
  • 109
2 votes
0 answers
81 views

How to reduce a covariance matrix after clustering?

I have an N = 100 covariance matrix. I am clustering the covariance matrix say into 5 clusters. How can I compute the reduced ...
Vitomir's user avatar
  • 821
0 votes
0 answers
498 views

Bug found in Optimal Number of Clusters algorithm - from de Prado and Lewis (2018)

I believe I have found a bug in Optimal Number of Clusters (ONC) from the paper "Detection of False Investment Strategies Using Unsupervised Learning Methods". ...
Endre Moen's user avatar
1 vote
2 answers
299 views

Spectral clustering in finance

What are some examples of applying spectral clustering to financial times series data or other areas of finance? Why spectral clustering was used for each application rather than other types of ...
develarist's user avatar
  • 3,040
1 vote
1 answer
120 views

Clustering the observations in a price or returns series [closed]

Given one stock, what value would there be in clustering the individual sample observations within that stock's historical prices series, or its return series? is univariate clustering done in finance?...
develarist's user avatar
  • 3,040
0 votes
2 answers
85 views

Mixture of a similarity-based clustering and a feature-based clustering

Take for example the S&P500 universe with 500 stocks. Something interesting would be to create clusters based on stocks' correlations in order to have clusters that have the same "direction" in ...
FredNgu's user avatar
  • 45
1 vote
1 answer
128 views

Dendrogram/cluster analysis of correlation matrix

First post, hope I'm explaining things sufficiently clearly. I want to take a universe of potential, trade-able instruments and allocate them to portfolio managers. Traditionally, this is done using a ...
Newb41968's user avatar
0 votes
1 answer
138 views

Which method would you use to compare if a time series of financial returns has more "clusterized volatility" than another?

It is known that the historical series of financial returns are characterized by the so-called volatility clustering. Suppose we approximate the number of two-type clusters, namely the high and low ...
Mike9's user avatar
  • 133
2 votes
1 answer
461 views

How can I 'quantize' a time-series in 'groups' exhibiting similar patterns? [closed]

In Signal processing, there is a topic of 'Quantization' (the process of mapping input values from a large set to output values in a (countable) smaller set ('states') ). I would like to construct a ...
Danish A. Alvi's user avatar
0 votes
1 answer
1k views

z-score versus log standardisation of stock prices for calculating correlation; which to use (in ML clustering, distance measure)?

I need to compare (get correlation between) different financial instruments (stocks). The problem is that different stocks will have different price scales. I was thinking of using z-score ...
A.L. Verminburger's user avatar
0 votes
0 answers
130 views

Time Series clustering

I have financial time series and PCA scores, that I'm trying to cluster. As PCA scores don't have orientation, I would like to know what clustering method would be suitable for clustering these kind ...
Hakki's user avatar
  • 151
8 votes
4 answers
13k views

Which database to choose for storing and aggregating finance data?

I'm planing to store stock market data in realtime and aggregate ticks for draw volume based cluster graph. Something like this: Every tick (or second) data will be grouped by period (1,5,10 minutes; ...
Kroid's user avatar
  • 181

15 30 50 per page