Skip to content

Commit

Permalink
change 'evaluate probabiltiy of a continuos X' to 'evaluate PDF'
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetasemenova committed Nov 26, 2024
1 parent 348ff08 commit 3c1f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_probability_distributions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@
"\n",
"All distributions in `numpyro` have an `event_shape` which describes how many dimensions the random variable is, e.g., for a 2-dimensional normal distribution this would be 2, and a `batch_shape` which describes how many sets of parameters the distribution has – it is probably easier to show what this means with the following examples rather than tell.\n",
"\n",
"Let's first look at a simple univariate normal $\\mathcal{N}(x|0, 1)$. We will evaluate the probabilities of $X = 1$ and $X = 2$:"
"Let's first look at a simple univariate normal $\\mathcal{N}(x|0, 1)$. We will evaluate the PDFs at $X = 1$ and $X = 2$:"
]
},
{
Expand Down

0 comments on commit 3c1f984

Please sign in to comment.