-
**Submitting author:** @rivasiker (Iker Rivas-González)
**Repository:** https://github.com/rivasiker/PhaseTypeR
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v1.0.4
**Edi…
-
### Describe the bug
raceback (most recent call last):
File "/opt/conda/envs/coqui/lib/python3.8/site-packages/trainer-0.0.14-py3.8.egg/trainer/trainer.py", line 1533, in fit
self._fit()
F…
-
### Describe your issue.
`multivariate_t` doesn't support broadcasting w.r.t the `df` parameter.
### Reproducing Code Example
```python
from scipy.stats import multivariate_t
# pdf, logpdf, and …
-
### `stats.multivariate_normal.pdf()` may be sub-optimally implemented
Why is `stats.multivariate_normal.pdf()` so slow ? Docs, suggest that this function only evaluates the density function of a…
-
### Is your feature request related to a problem? Please describe.
## Motivation
Sometimes you have pairs of values x, y and you want to know whether y is independent of x or not. People sometimes…
-
I'm having issues understanding the implementation of LCM in pytorch.
You can look at these slides, which are consistent with the literature: [http://gpss.cc/gpss17/slides/multipleOutputGPs.pdf](ht…
-
It appears that vector and/or matrix valued observations with missing values mixed in do not work with multivariate likelihoods. Simple MWE:
```julia
using Turing
@model function mvlinreg(X,Y)
…
-
Hi, this is really a fantastic work. I tried 4DoF model and it works seamlessly especially when the car are nearby and not truncated. However, I noticed that for objects that are a little far from the…
qinyq updated
2 years ago
-
Hello,
Thank you for the amazing work and for publishing the code.
I encountered the following error when running the `DeepDPM_alternations.py` script on MNIST.
The command I used is the foll…
-
Taking the derivative of a symbolic function returns the D-notation:
```
sage: var('x y z')
sage: f(x) = function('f',x,y,z);
sage: f(x).diff(x,y)
D[0, 1](f)(x, y, z)
```
Unfortunately, the meanin…