Conversation
|
Expect and check if it is a DAG. Get residual of OLS. |
|
A couple of todo's: [ ] include the file in CausalInference.jl |
…and inserted a runnable test for them in test/equations.jl
Done, Moritz |
|
Ah great, that is taking shape. 1.) Can you uncommit the changes to the yaml files, why is a figure deleted? |
|
I think everything now is as requested @mschauer |
|
Closes #154 |
Added basic retrieval equations from CausalGraph generated.
For now, the regression is pure OLS, but we can make improvements. Also, we assume the input for retrieving the equations a SimpleDigraph(est_g in the examples) and a DataFrame, and return the variables and the corresponding coefficients ( linear relationships assumption).