diff --git a/examples/DataGeneration.ipynb b/examples/DataGeneration.ipynb index 70b71a4..afb2902 100644 --- a/examples/DataGeneration.ipynb +++ b/examples/DataGeneration.ipynb @@ -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." ] }, {