I am trying to do a cluster analysis, based on the transactional data for a financial product, and try and measure their movement over time. I have my static cluster ready (based on the transactions in first quarter). Now I want to see their movement in the second quarter and see if they remain in the same cluster or move to a different cluster. I have the cluster mean and radius for each cluster and then measure the distance of new transactional readings to the cluster centroids and group them accordingly. But i am not sure how to measure this distance.
I am using SAS for my analysis.