dynamic_factor_models icon indicating copy to clipboard operation
dynamic_factor_models copied to clipboard

Results 4 dynamic_factor_models issues
Sort by recently updated
recently updated
newest added

Outputs of the tables are not enough beautiful. Do we need to find or wait for a better package?

enhancement

There is almost no documentation for functions in `.jl` files.

enhancement

We can get correct results only when `nfac_o==0`. Need to add operations when `nfac_o!=0` to `dfm_functions.jl`

enhancement

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...