Distribution of RRG state vectors

k-means for time series with many bursts


Normal case

ts20_tsplot.gifts20_2clusters_bold_0.5disp.gif
ts20_distribution_2clusters_zoom.gif

Pathological case

ts22_tsplot.gifts22_2clusters_bold_0.5disp.gif
ts22_distribution_2clusters_zoom.gif

Second normal case

ts23_tsplot.gifts23_2clusters_bold_0.5disp.gif
ts23_distribution_2clusters_zoom.gif

Comparison of k-means and agglomerative hierarchical clustering


Time series information

simulation time interval = 0.08
saving to file every: 10 iteration
sample size: 3156


Time series plot

ts12_tsplot.gif

k-means clustering

ts12_kmeans_2clusters_oy50.gif

Agglomerative hierarchical clustering

Method: 'single' = Shortest distance.

ts12_linkage-single_2clusters_oy50.gif

Method: 'complete' = Furthest distance.

ts12_linkage-complete_2clusters_oy50.gif

Method: 'average' = Unweighted average distance (UPGMA).

ts12_linkage-average_2clusters_oy50.gif

Method: 'centroid' = Centroid distance (UPGMC).

ts12_linkage-centroid_2clusters_oy50.gif

Method: 'ward' = Inner squared distance (minimum variance algorithm).

ts12_linkage-ward_2clusters_oy50.gif