-
Hi, first of all thank you for your amazing work!
I've been looking at the code and I am interested in better understanding the feature extraction process.
I have some questions, I will do my best…
-
Dear nltools developers,
Thanks for your work of nltools. I am using nltools to perform representational similarity analysis. There were two task runs in my design, so I defined a between-run repre…
-
Some things that might be necessary for a generic panel data interface:
- [ ] functions returning different views of a panel dataset, so that time series can be viewed as either a vector of time seri…
-
Because of the multiscale representation used in the Portilla-Simoncelli texture model, it's hard to write the code in a GPU-friendly way. I attempted to do so with in [this commit](https://github.com…
-
In the rfi flagging we see cases where the gpus dropout. It sort of looks like rfi, and we sometimes catch it. But definitely not always.
We should probably implement a simple tool dedicated to findi…
-
In slides 2
1) what is the spatial effect? in specify spatial code?
2) \lambda(s) = exp{\eta(s)}, : is eta(s) a Gaussian process?
3) Gaussian random field is it the joint distribution of the lo…
-
These are essential for the paper as they are ways to check a model's fit to data.
We already do a bit of this in notebooks but we should do much more. The following are quite simple to implement a…
-
The `acor` [package](https://github.com/dfm/acor) is no longer under active development and has seen recent issues (@svigeland @kdolum) with newer versions of `Numpy`. Currently the import used in PTM…
-
reference (not read yet)
Vogelsang, Timothy J. 2012. “Heteroskedasticity, Autocorrelation, and Spatial Correlation Robust Inference in Linear Panel Models with Fixed-effects.” Journal of Econometrics…
-
The function `autocorrelation()` doesn't return any values, unlike the function `autocovariance()`. Below is a reprex:
``` r
library(posterior)
#> This is posterior version 1.6.0
#>
#> Attachi…