Closed stevenhuyi closed 1 year ago
Your question can be rephrased as "Why does the model that looks best to the likelihood not look best to me?" That is—assuming you have indeed maximized the likelihood—you are noticing that your "eyeball criterion" disagrees with the model's assessment.
Observe that your eyeball criterion weighs and summarizes the discrepancies between the data and the model. How does it do this? What function are you implicitly using to decide whether a given discrepancy is large or small?
One can also ask the same question of the model. Is it possible to plot the data and the model predictions in such a way that you can see what the model sees? Obversely, is it possible to formulate a likelihood function that matches your eyeball criterion? If you did so, what rationale would you give for that likelihood function?
Some suggestions:
I have some climatic covariates (e.g., temperature, humidity, and precipitation) and time seiries of hand, foot, and mouth disease (HFMD) data available. I intended to test if climatic factors drive the seasonality of HFMD. Hence, I used mif2 function to fit a SEIR model to the HFMD data. As I would like to test if lag effects of climatic factors on HFMD exist, zero week lag to four weeks lag were compared via loglik. The results are as follows:
According to the max logik, model of lag 3 is identified as the best fitting model. when simulating using paramers of lag 3, the result is poor as follows:
While the simulation of lag 0 is visually better as follows:
Hence, I'm really confused why this happened. Any reply will be much appreciated.
Yi