Skip to content

Commit

Permalink
Merge pull request #29 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in DataGeneration.ipynb
  • Loading branch information
yangwenzhuo08 committed Jun 26, 2023
2 parents 30945d8 + 3ec751a commit a9c4285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/DataGeneration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source": [
"Given the causal graph, we generate data of each node via its Structural Causal Model (SCM). Specifically, $x_{i} = \\sum_{x_{j} \\in Pa(x_i)} A_{ij} f_i(x_j) + \\beta_i * noise_i$.\n",
"\n",
"Here, $A_{ij}$ and $\\beta_i$ are parent weights and noise weights, respectively. They are randomly generated via either normal distrbution or uniform distribution. We can also select the noise type and function type."
"Here, $A_{ij}$ and $\\beta_i$ are parent weights and noise weights, respectively. They are randomly generated via either normal distribution or uniform distribution. We can also select the noise type and function type."
]
},
{
Expand Down

0 comments on commit a9c4285

Please sign in to comment.