p(b | a) p(a)
p(a | b) = —————————
p(b)
Data Scientist | Computational Psychologist | Devout Bayesian
https://bayesianbeginnings.com/
learnbayesstats.com/episode/115-...
🧵
🧵
🧵
R is great because it "just works" most of the time
jtibs.substack.com/p/if-all-the...
R is great because it "just works" most of the time
Any recommendations for the second post in the series?
haines-lab.com/post/2021-01...
Any recommendations for the second post in the series?
haines-lab.com/post/2021-01...
a feeling vibe coders can only dream of
a feeling vibe coders can only dream of
- the blog: bit.ly/3GbOqQa
- original tweet thread: x.com/Nate__Haines...
- published (open access) paper: doi.org/10.1037/met0...
- the blog: bit.ly/3GbOqQa
- original tweet thread: x.com/Nate__Haines...
- published (open access) paper: doi.org/10.1037/met0...
haines-lab.com/post/2021-01...
haines-lab.com/post/2021-01...
In this post, I show you why you can't spell CUPED without FWL
dpananos.github.io/posts/2025-0...
In this post, I show you why you can't spell CUPED without FWL
dpananos.github.io/posts/2025-0...
GitHub: github.com/LedgerInvest...
Docs: ledger-investing-bermuda-ledger.readthedocs-hosted.com/en/latest/
GitHub: github.com/LedgerInvest...
Docs: ledger-investing-bermuda-ledger.readthedocs-hosted.com/en/latest/
results = {
10: 1.3,
25: 1.3,
50: 1.3,
75: 1.3,
90: 1.3,
}
Why? It is due to late binding of the iterator value (p) in the lambda function within a list/dict comprehension ☠️
results = {
10: 1.3,
25: 1.3,
50: 1.3,
75: 1.3,
90: 1.3,
}
Why? It is due to late binding of the iterator value (p) in the lambda function within a list/dict comprehension ☠️
arxiv.org/abs/2502.03279 1/7