FixedEffects.jl
FixedEffects.jl copied to clipboard
Back end for FixedEffectModels.jl
KMPLapSolver and KMPSDDSolver: linear equation solvers based on the paper "Approaching optimality for solving SDD systems" by Koutis, Miller, and Peng, SIAM Journal on Computing, 2014. See discussion: https://github.com/matthieugomez/FixedEffects.jl/issues/9
I would like to support GLFixedEffectModels in RegressionTables without requiring it as a dependency. The package produces a `GLFixedEffectModel` very similar to the `FixedEffectModel` (but with information on the distribution...
Once [CLArrays](https://github.com/JuliaGPU/CLArrays.jl) works on Julia 1.0
@sergiocorreia (cc @matthieugomez @rsaggio87 ) This is diverging from my original question. We are looking for possible medium-term projects for grad students. One thing I was wondering about is the...
It would be nice to simply define a Matrix of FixedEffects, i.e. maybe using the https://github.com/Jutho/LinearMaps.jl framework. Users can then directly use any external solver to solve for `Ax =...
Add special path for fixed effects interacted + fixed effect present at the same time