Hi @Daniel_Valente ,
Thanks for the very nice explanation on how to run an autocorrelation.
I'm having a related, but somewhat more complex issue as the original post.
The issue I have is trying to find the right time lag between QC data that is collected every say, 4 hrs in a day, and production data that is collected on a different time scale. Right now, I am looking at Production data that is gathered every 15 min (this is on things like pump rates, belt speeds, oven temperature, etc.). The QC and production data come from different sources, so I need to join them. I do that, but then get multiple of the same entries for each time from production.
For example,
And so on. The QC data might be something like, and could be collected on an every 4-hour basis or so:
The problem is when I join the data tables, I end up with multiple of the same entries for Y1 for each time point in the X until it changes time. The joined data table will look something like this:
The problem is when I try to run the time series analysis. JMP complains at me with the following:
Which is true, there are duplicate values as these are measurements QC measurements of the product as well as production data, so one would expect to have duplicate values. Plus, because of how the QC data is joined with the production data, there are repeated QC entries for each 15 min of the production data output until the next entry for the QC data.
Is there a way to run an cross-correlation with this kind of data to find out what lag is needed to match the production data with QC data?
Any suggestions welcome.
Thanks!,
DS