Andreas Noack
Andreas Noack
The linking here is a bit complicated but I think that Elemental is actually searching the wrong library here since it's supposed to use the version of OpenBLAS declared as...
@dependabot recreate
Would be useful to know if this still happens with the latest version. My guess it that it does. We'd need a reproducer to make progress here, though.
I've taken a closer look at this. There seems to be two things going on here. The first thing is that the old version used a different rule for deciding...
With #113 we are now pretty far here. What remains is mostly the `[x]invlog(c)cdf` definitions. We'd probably need versions of the inverse log regularized incomplete gamma and beta functions. Maybe...
We should probably try to combine our efforts here. My PhD thesis was about this and the code Julia I wrote for this is [here](https://github.com/andreasnoack/Civecm.jl). I was mainly focused on...
Sure. Let's try and see if we can figure something out.
I'll have to think a little more but I'm wondering if it would be easier just to move all of `StatsFuns` to `Distributions` in one go (except for the few...
The function branches on some values and is therefore written specifically for `Float64`. It would probably be better to introduce a derivative rule for `gammalogccdf`. In particular when you computing...
I think it would be easier to transition to native implementations if all of the functionality in `StatsFuns` was inside Distributions. It could be a submodule in `Distributions` if necessary...