ubcecon / computing_and_datascience

Sandbox and workspace for computing and datascience infrastructure and course materials.
MIT License
8 stars 12 forks source link

2 way fixed effect Panel data with Julia? #50

Open jlperla opened 6 years ago

jlperla commented 6 years ago

@schrimpf A thought if we do cover any panel data.... people might be sold if the speed difference is huge, and the interface is easy.

My basic thought is that:

jlperla commented 6 years ago

Also, https://github.com/matthieugomez/InteractiveFixedEffectModels.jl/blob/master/README.md for interactive fixed effect. Applied macro guys use this... not sure about others.

A nice "big" project for a student would be to try to implement the FixedEffectModels.jl test with a matrix-free Krylov method (e.g. https://github.com/JuliaSmoothOptimizers/Krylov.jl is one, It seems to me that a REALLY big 2-sided fixed effect could make use of the fact that there are only 2 nonzeros in each row, which makes the matrix-vector inner product very efficient?