-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scm/equations #155
Scm/equations #155
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).