-
R inline package might be a good place to start
-
When I am calling `kalmangrad.grad` as below:
```
smoother_states, filter_times = kalmangrad.grad(y, t=t / HERTZ, delta_t=1 / HERTZ)
```
I noticed that the value of `HERTZ` above makes a huge …
-
**Description of the issue**
This is meant to discuss how to properly compute the covariance matrix:
- is it correct to take into account the sky coverage correction, i.e. f_{sky}=12.25/5000 to …
-
**Summary**
'mmrm' already supports 'spatial' covariance structures. These are essentially covariance functions and allow fitting Gaussian process models.
GP models are particularly useful whe…
-
To help with parameter identification and estimation due to the high number of potential parameters, should we include estimated or fixed penalties on the covariance parameters?
-
Hi there,
I am currently using multiple OAK-d cameras on a mobile robot for pedestrian detection. I have used the Spatial Tiny-yolo example as a template and then publish detections on a ros topic …
-
Hi! How can I output the covariance between the main effect (SNP) and the interaction effect (SNP*sex). I'm using assocTestSingle() for association tests and this is not included in the results. I cou…
-
Sometimes, KDE tends to oversmooth the PDF, which introduces bias in the estimated PDF. Inverse-transform sampling doesn't have this issue, but it is usually implemented in 1D. This package extends it…
-
Flow supports contravariance (`-`), TypeScript doesn't.
Also, TypeScript doesn't support covariance (`+`) on all its types, but just some of them.
-
Hi,
First of all, thanks for putting up online this source code, it's very useful to have a reference implementation of that great paper.
I was curious to understand the rationale behind the 0.2 …