Skip to content
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

Cyclic Models #68

Open
1 task
Holger-Bartel opened this issue Sep 26, 2022 · 0 comments
Open
1 task

Cyclic Models #68

Holger-Bartel opened this issue Sep 26, 2022 · 0 comments

Comments

@Holger-Bartel
Copy link
Contributor

Holger-Bartel commented Sep 26, 2022

Check if the current Causing implementation 2.x can handle cyclic models.

These ideas are imported from:

Cyclic example model:

  1. Y1 <- Y2
  2. Y2 <- Y1

Effect of Y2 on Y1: As in the acyclic case, simply intervene on Y2 and compute Y1_new:
effect = Y1_new - Y1_old
So do not cyclicly converge.

  • Check if consistent with our closed formula (should be)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant