-
I'd like to discuss API addition before I send the PR.
Quantile surfaces for multivariate normal distributions are ellipsoids. I suggest to add following definition:
```julia
type Ellipsoid
…
mikea updated
5 years ago
-
I have started thinking about implementing the Multivariate Normal and Multivariate T into distributions. These distributions are too important not to be included in Distributions.
I have a working …
-
Implementing multivariate normal distributions involves a bit of boilerplate, and maybe the use of `ndarray-linalg` to perform a Cholesky decomposition. Would it be interesting to implement it on the …
-
**Description**
Requesting a new VRF that returns a random number from a [Normal Distribution](https://en.wikipedia.org/wiki/Normal_distribution). The simplest version would be a function that return…
-
Dear developers,
Recently, I am trying to write code for calculating MLE via TFP.
I found that TFP will not track the `loc` parameter of multivariate normal when using `GradientTape`
Here is an e…
-
### Missing functionality
# Addition of statistical testing if the data follows normal distribution or not
Statistical testing is used to check whether a given dataset follows a normal distribution …
-
Just a reminder. I've already reported about this issue earlier. I was integrating a PDF of standard normal distribution on the interval `[-10, 10]` and the output was:
```
SAT with the following bo…
-
As subject, thanks ^0^
-
```python
# test_rtweeklydiff
Line 71: assert rt.shape == torch.Size([duration])
AssertionError: torch.Size([7]) != torch.Size([30])
```
----
```python
# test_rtweeklydiff_no_autoregressive
Li…
-
Instead of having equal chances of mobs scaling across the board (if you scale mobs between 0.8 and 1.2 times their size, you have an equal chance to get a 0.8x scaled mob as a 1.0x size scaled mob), …