Skip to content

Commit

Permalink
verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-ds committed Mar 13, 2024
1 parent 9a4e352 commit bddd07e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ plt.show()



This looks pretty good! In the next lab, you'll practice your knowledge!
This looks pretty good.

**NOTE**: Be careful when using this naive interpolation method! The results depend very much on the number of bins used when creating your histogram.

## Summary
In this lesson, you learned about the probability density function and identified the difference between point probabilities (for PMFs) and PMFs for continuous variables. One important takeaway is that the probability of a specific value for a continuous variable is zero! You can use integrals to get probabilities for a range of values when using PDFs. The idea of taking ranges of values will become more important when looking at Cumulative Density Functions, but let's practice our PDF knowledge first!
In this lesson, you learned about the probability density function and identified the difference between point probabilities (for PMFs) and PMFs for continuous variables. One important takeaway is that the probability of a specific value for a continuous variable is zero! You can use integrals to get probabilities for a range of values when using PDFs. The idea of taking ranges of values will become more important when looking at Cumulative Density Functions.
8 changes: 4 additions & 4 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,18 +517,18 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This looks pretty good! In the next lab, you'll practice your knowledge!\n",
"This looks pretty good.\n",
"\n",
"**NOTE**: Be careful when using this naive interpolation method! The results depend very much on the number of bins used when creating your histogram.\n",
"\n",
"## Summary\n",
"In this lesson, you learned about the probability density function and identified the difference between point probabilities (for PMFs) and PMFs for continuous variables. One important takeaway is that the probability of a specific value for a continuous variable is zero! You can use integrals to get probabilities for a range of values when using PDFs. The idea of taking ranges of values will become more important when looking at Cumulative Density Functions, but let's practice our PDF knowledge first! "
"In this lesson, you learned about the probability density function and identified the difference between point probabilities (for PMFs) and PMFs for continuous variables. One important takeaway is that the probability of a specific value for a continuous variable is zero! You can use integrals to get probabilities for a range of values when using PDFs. The idea of taking ranges of values will become more important when looking at Cumulative Density Functions."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "learn-env",
"display_name": "Python (learn-env)",
"language": "python",
"name": "learn-env"
},
Expand All @@ -542,7 +542,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.16"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit bddd07e

Please sign in to comment.