vasishth / bayescogsci

Draft of book entitled An Introduction to Bayesian Data Analysis for Cognitive Science by Nicenboim, Schad, Vasishth
100 stars 27 forks source link

ch 20.1 - a-mixture-model-of-the-speed-accuracy-trade-off-the-fast-guess-model-account.html#the-global-motion-detection-task #16

Closed themeo closed 2 years ago

themeo commented 3 years ago

This is nothing crucial, but I have a small suggestion for clarity. In the part that introduces the implementation of the mixture model (using log_sum_exp()), I think the exposition could be made a bit more uncompressed:

even though I was familiar with LSE and log1m, it took me a while to reconstruct this and parse why this works in this way. I assume a typical reader won't know LSE, be unfamiliar with transitions between log and lin scales, and be math-anxious, so being super explicit might help.

One part I found confusing was the mention that LSE = log(exp(x) + exp(y)), even though there were no exp()s in the formulas above that part of the text.

More generally, whenever I don't understand something in math, it makes me less motivated to understand anything that follows it, so I always appreciate it that whenever I'm exposed to math (because there is no other way around), it is presented in an explicit way.

bnicenboim commented 2 years ago

ok, very useful feedback, it was indeed super obscure.