Adrian Seyboldt

Results 123 comments of Adrian Seyboldt

Just wanted to ask if there is anything new about this? I think this change would still be quite useful.

Do you mean ``` @numba.njit def inc_array(x, val): x[0] += val[()] ``` because otherwise this will increment all locations in x, not just the first.

Looks good. I think it is possible that we could further improve the MvNormal in both parametrizations, but this is definetly an improvement as it is. Most of all I...