Skip to content

Commit d2730ae

Browse files
committed
Added markdown version of sampling log-likelihood
1 parent 982c3b6 commit d2730ae

File tree

2 files changed

+764
-1
lines changed

2 files changed

+764
-1
lines changed

notebooks/sampling-loglikelihood.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
"Now, I also stated that the normal distribution has a math function\n",
8787
"that we can use to allocate credibility points to the number line.\n",
8888
"This function also has a name,\n",
89-
"called a \"probability distribution function\", or the \"PDF\".\n",
89+
"called a \"probability density function\", or the \"PDF\".\n",
90+
"(For discrete distributions,\n",
91+
"we instead have a \"probability mass function\".)\n",
9092
"Using this, we may then extend extend this object\n",
9193
"with a method called `.pdf(x)`,\n",
9294
"that returns a number\n",
@@ -874,6 +876,9 @@
874876
}
875877
],
876878
"metadata": {
879+
"jupytext": {
880+
"formats": "ipynb,md"
881+
},
877882
"kernelspec": {
878883
"display_name": "bayesian",
879884
"language": "python",

0 commit comments

Comments
 (0)