Hi :)
I have a model looks like this:
It is a variation of autoregressive model, and the sum up term take everything that happened before take into account, with a γ (a forgetting factor between 0~1, namely give the more recent events higher weights).
And I get high pareto k values (Most of them are bad to very bad) when fitting it with loo, but the posterior prediction checking looks good, and I don’t know where to start troubleshooting with it.
I was wondering does this indicate that loo is not a good package for my model? Or that my model is very badly misspecificed?
Thank you very much!