Skip to content

Commit 597602d

Browse files
committed
Updating raven
1 parent 3d572fb commit 597602d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

examples/raven.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,14 +1824,27 @@
18241824
"Response: Yes, Bayesian analysis is subjective, but only partly because of priors. It is also subjective because is it based on a model of the data generating process, and model selection is subjective. So avoiding priors is pointless: it limits what you can do without actually eliminating subjectivity."
18251825
]
18261826
},
1827+
{
1828+
"cell_type": "markdown",
1829+
"id": "7dc7d21d",
1830+
"metadata": {},
1831+
"source": [
1832+
"Objection: [From a correspondent](https://github.com/AllenDowney/ThinkBayes2/issues/83): \"The standard Bayesian solution posits a fixed number of ravens, non-ravens, and black objects and concludes correctly that a randomly sampled non-black non-raven sighting does change (slightly) the probability that all ravens are black (since that slightly increases the probability that the remaining objects, including all the ravens, are black).\"\n",
1833+
"\n",
1834+
"Response: Yes, there are other models of Scenario 2 where a non-black non-raven is evidence for `A`. I think that supports my claim that the conclusion depends on our model of the data-generating process. I won't argue that my model is right -- only that it is one example of a model where the conclusion is consistent with intuition."
1835+
]
1836+
},
18271837
{
18281838
"cell_type": "markdown",
18291839
"id": "c12912fd",
18301840
"metadata": {},
18311841
"source": [
18321842
"Objection: The finite-world model assumes we know the total number of ravens and non-ravens (`N` and `M`). That's unrealistic.\n",
18331843
"\n",
1834-
"Response: The values of `N` and `M` are not essential to the argument. They simply instantiate the logic in a finite world where computing likelihoods is tractable. If `N` and `M` are unknown, we can extend the model by assigning priors to them as well. The qualitative result still holds: Scenario 2 provides no information about `A` because its likelihood is independent of `i`, while Scenario 4’s likelihood depends on both `i` and `j`. The paradox arises from the sampling structure, not from the population sizes."
1844+
"Response: I agree that it's unrealistic for the raven example. But I think it's a useful modeling strategy to treat them as known quantities and then see what happens as they get bigger. \n",
1845+
"An alternative is to treat `N` and `M` as unknown, assign priors, and update them along with `i` and `j`.\n",
1846+
"I haven't done that analysis, but I think in that case a non-black non-raven might or might not be evidence for `A`, depending on the priors.\n",
1847+
"Again, this supports my claim that the conclusion depends on our model of the data-generating process, including the priors."
18351848
]
18361849
},
18371850
{

0 commit comments

Comments
 (0)