Open WardBrian opened 1 week ago
Hi, can I be assigned this issue?
Hi @MichaScant -- we don't really use the 'assign' feature of GitHub, but if you want to go ahead and tackle this, feel free!
@WardBrian we have a log_diff_exp. Should we also add a log_subtract_exp?
@spinkney if it would be useful, but probably easiest to have as a separate issue
Hello, I am in the middle of building the test file using log_sum_exp_test as an example and noticed you were passing in logSumExp into the test
Would I have to initialize an equivalent logAddExp and how would that occur? Or is there a substitute I can use? Thank you
The two arguments there are test group and test name, so you can just write the logAddExp without having to do any more code
It would be nice to have a function that works like log_sum_exp but elementwise, so the return was also a container.
Originally posted by @spinkney in https://github.com/stan-dev/docs/issues/832#issuecomment-2478728469