Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 16, 2024
1 parent 17475d9 commit eef8e86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sdr/_probability.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def add_iid_rvs(
for sufficiently large $n$.
Examples:
Compute the distribution of the sum of two normal distributions.
Compute the distribution of the sum of two normal random variables.
.. ipython:: python
Expand All @@ -136,9 +136,9 @@ def add_iid_rvs(
plt.legend(); \
plt.xlabel("Random variable"); \
plt.ylabel("Probability density"); \
plt.title("Sum of two normal distributions");
plt.title("Sum of two normal random variables");
Compute the distribution of the sum of three Rayleigh distributions.
Compute the distribution of the sum of three Rayleigh random variables.
.. ipython:: python
Expand All @@ -154,9 +154,9 @@ def add_iid_rvs(
plt.legend(); \
plt.xlabel("Random variable"); \
plt.ylabel("Probability density"); \
plt.title("Sum of three Rayleigh distributions");
plt.title("Sum of three Rayleigh random variables");
Compute the distribution of the sum of four Rician distributions.
Compute the distribution of the sum of four Rician random variables.
.. ipython:: python
Expand All @@ -172,7 +172,7 @@ def add_iid_rvs(
plt.legend(); \
plt.xlabel("Random variable"); \
plt.ylabel("Probability density"); \
plt.title("Sum of four Rician distributions");
plt.title("Sum of four Rician random variables");
Group:
probability
Expand Down

0 comments on commit eef8e86

Please sign in to comment.