-
Hello!
I was running into some issues while running `examples/LD/parsing-and-inference-example.py`. FYI, I forked the main repository and made a new environment to test it. Is there a bug in `LD/Inf…
-
There was previously a bug where the we were correcting for the pileup at zero in significance distributions by plotting the OFF distribution as `significance_off[exclusion_mask.data.flatten()]`. When…
-
Hi, and congrats on your JOSS submission! I'm one of your reviewers and I'll be writing my remarks below as the review progresses. You can find my checklist [here](https://github.com/openjournals/joss…
-
Some of the algorithms, like `WeightedMean` and `WeightedCovMatrix`, return `NaN` values if the first weight is zero. Example:
```julia
using WeightedOnlineStats
m = WeightedMean()
x = ones(3)…
-
It would be great if you can add this.
http://alumnus.caltech.edu/~amir/mdd-risk.pdf
```
function EDD = emaxdrawdown(Mu, Sigma, T)
%EMAXDRAWDOWN Compute expected maximum drawdown for a Brownian …
-
In macOS 10.12 Sierra, 10.13 High Sierra and 10.14 Mojave, Mu is able to correctly create the virtualenv with dependencies, but when trying to run a pygame zero script it throws the following error in…
-
### What happens?
The population correlation coefficient is defined as
$$ \text{corr}(X, Y)=\frac{\text{cov}(X, Y)}{\sigma_X \sigma_Y},
\quad
\sigma = \sqrt{\frac{1}{N} \sum_{i=1}^{N} (x_i -…
-
Hello,
Me and my colleagues want to implement several algorithms to land a spacecraft on the ground, GFOLD is one of the solutions. Is this possible with the current state of this repo?
Thank yo…
-
Hi! I'm trying to sample the following Turing Model that uses a `MatrixNormal` distribution:
```{julia}
using Random, Turing, Bijectors
Random.seed!(123)
#Estimate a MatrixNormal as simulated …
-
### Description
The following code example works perfectly for ndim = 10, but Jax returns nan for ndim=100. It stars failing at ndim=15. I am working in double precision by setting the environment va…