dynamic_factor_models
dynamic_factor_models copied to clipboard
Difference of read data
After data is read and detrended, the result is slightly off from the original one.
I suspect it is because of the definition of median; median of [1,2] is 1.5 (which median() gives) or 1 (which authors are using) (or computational error...?)