Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 10_focus_on_priors.ipynb #43

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10_focus_on_priors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"In the doctor example, if the doctor we go to has access to patient's history, but only from when the patient was a child and not for their recent years as an adult, they might make the wrong inference about the current cause of a headache. For example, if they don't know that the patient was in a car accident last month and banged their head, they could get the cause of the headache very wrong. \n",
"\n",
"The choice of prior is really important! Restricting the range of potential prior distributions to a particular family is frequently beneficial and justifiable. The choice of this family can be based on the type of likelihood function. We will discuss such a choice in the section on [conjugate priors](conjugate_priors).\n",
"Whether we actually know anything about a parameter or not can be expressed via [informative an uninformative priors](informative_uninformative_priors)."
"Whether we actually know anything about a parameter or not can be expressed via [informative and uninformative priors](informative_uninformative_priors)."
]
},
{
Expand Down