Hi,

I have 1000 monthly time series (just a year) and  I want to cluster them.

for instance (x):

          jan 2010  feb 2010  mar 2010  apr 2010 ...

ts 1:   12300     12354550      1233       12312 ...
ts 2:    234            23232      2323     232323 ...
...  

My approach is applying clara algorithm to the standardized data:

clara(x,k=10,stand=TRUE)->clarax

Is that a correct approach?
 
Thanks

Giuseppe
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Time-series-clustering-tp2336343p2336343.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to