I have monthly market share data for N stores and each store will have its own market share trend i.e.

  • Trend A : Continuously increasing
  • Trend B : Continuously decreasing
  • Trend C : Increasing for some months and then decreasing
  • Trend D : Decreasing for some months and then increasing

What I need to do is cluster the N stores based on the trend of the market share i.e. all stores having Trend A in one cluster, stores having trend B in another and so on.

Should i treat this as a time series clustering problem or is there some kind of distance/correlation measure which can be used to cluster this data.

What could be the best statistical methods to achieve this result?

More Isha Mishra's questions See All
Similar questions and discussions