mschauer / CausalInference.jl

Causal inference, graphical models and structure learning in Julia
https://mschauer.github.io/CausalInference.jl/latest/
Other
189 stars 24 forks source link

Retrieve Equations from CausalGraph #154

Closed JorgeLuizFranco closed 2 months ago

JorgeLuizFranco commented 3 months ago

The ideia is after obtaining a Causal DAG retrieve the causal equations as in an SCM/SEM.

JorgeLuizFranco commented 3 months ago

@mschauer in the context of the project should I create a new .jl named equations.jl or insert into another existing .jl? Since there is a file for each algorithm, I don't think it makes sense to insert the function I am creating in every file, since, for now, it is going to be the same.

mschauer commented 3 months ago

yeah you are right