-
It would be nice if we could chose what the dist_param1 etc. should represent. Should it be minimum/maximum or P90/P10. This will require extra columns where one specifies this. One could also impleme…
-
@mohamed82008
```julia
using Turing, ReverseDiff, Memoization
using ReverseDiff: @grad, TrackedArray
Turing.setadbackend(:reversediff)
Turing.setrdcache(true)
function logsumexp(mat)
m…
-
I know that some programs struggle with paths longer than 255 characters, but 130 seems pretty low.
The error message dialog even shows the path truncated like this:
```
Unable to execute:
…
-
# 🚀 Feature Request
We would like to use the half normal (ie truncated Normal) available in pytorch at `dist.half_normal.HalfNormal` as a prior distribution for fully Bayesian GP inference.
One …
-
```
Currently Gnome MPlayer will open broken or truncated .avi files without
allowing the user to scroll them (which is normal).
You could work around this by detecting, at open time, a truncated .…
-
```
Currently Gnome MPlayer will open broken or truncated .avi files without
allowing the user to scroll them (which is normal).
You could work around this by detecting, at open time, a truncated .…
-
This came up in a project I am working on:
```julia
using ForwardDiff
using Distributions
Truncated(Normal(ForwardDiff.Dual(0.0), ForwardDiff.Dual(1.0)), 0.0, Inf)
```
which produces a "cann…
-
The Kilogram is truncated to ellipsis.
May not hinder normal usage but it is good for users to see the whole thing.
![image.png](https://raw.githubusercontent.com/Clin-lyx/pe/main/files/c9604cec-7ca5…
-
The `gempyor.utils` module could use some work namely documenting the contained objects with a consistent style, creating a comprehensive test suite that ensures expected behavior, and deprecating som…
-
Hi,
For my current project I need a numerically-stable version of the truncated gaussian distribution in Python. I have been taking a look at the mathematical methods you detail in the file https://…