I've read through some past posts about using the KS test when the distribution parameters are estimated. This one in particular was very helpful, and I implemented Greg Snow's suggestion. However, I am not clear on what to do when testing my proposed distribution against a second set of data. This is my procedure:
Collect a sample of data over a given time period
Determine the parameters of a hypothesized distribution from the data, and test the goodness of the fit with the KS test (modified as per Greg Snow's answer in the other post)
If it passes the KS test at an acceptable confidence level, test the distribution (with the calculated parameters) against another set of data collected at a later time.
In step (3), I'm interested in how well the particular parameters values calculated in (2) work at predicting future data. That is, I'm now treating the previously calculated parameter estimates as fixed inputs. Hence, it seems to me I should be using the standard KS test with the canonical distribution for the test statistic. Is this correct?