Consider a lot number of objects each with a time series history. these objects could be clustered to groups based on their history information similariry.
In each group of similar objects, the new arrived changes are dependent. for example in holidays, the values will be decreased and in working days will be increased for all similar objects in a group.
i want to use this data to adapt the prediction of each object in real time. I mean using a normal time series prediction for each object separately in conjunction with an average of values coming in real time from similar objects.
could you help me how to do this?