Bruno Nicenboim

Results 54 comments of Bruno Nicenboim

I guess that if this is going to be added, it'll be nice that slide number won't increase when the next fragment appears.

I mean this: ``` lognormal_glm_lpdf(y, x, alpha, beta, sigma) = normal_glm_lpdf(log(y), x, alpha, beta, sigma) + -log(y) // this is the Jacobian, right? ``` ha, well, now that I write...

no, I didn't, but given that they recommend against: ``` softmax(x) = exp(x - max(x) - log_sum_exp(x - max(x))) ``` I assumed that this was a bad idea for the...

ok, the intended use is that the user would make their own ppc_functions, right?

Hi, any updates regarding this branch?

Hi, not for a legal letter, but for an academic letter of motivation. I just wanted to divide the information in sections. For now, I did it with \vspace{.5cm} **Section**...

That's great! I'll check it soon!

Nope, it didn't work: ``` --- author: Bruno Nicenboim return-address: - xxxx - xxx address: - xxxx subject: opening: Dear closing: Best regards, signature: Dr. Bruno Nicenboim lco: NF output:...

ha, I just uninstalled R because I keep having "segfault/core dump" errors (unrelated to this package, of course). So it'll take me some time. BTW, I didn't built the lco,...

I copied this file "NF.w.sections.lco" and it didn't work. (I got an error when I tried to knit the doc.) Should I overwrite the original file?