Skip to content
/ FTCA Public

A pure Python Fast Threshold Clustering Algorithm Implementation

Notifications You must be signed in to change notification settings

eitanlif/FTCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTCA

A pure Python Fast Threshold Clustering Algorithm Implementation. Based on David Varady's pseudocode as suggested in CSS Analytics site. You can find it in the following link.

While the algorithm is meant for stocks prices, it can be used for any multivariate time series.

Special requirements

To run the example, please install 'pandas' and 'pandas_datareader' modules.

About

A pure Python Fast Threshold Clustering Algorithm Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published