-
Consider these 3 _functionally equivalent_ functions:
```[label=x]
void foo(int n, double * restrict A, double * restrict B) {
double *ptr1 = A;
double *ptr2 = B;
for (int i = 1; i < n; ++i…
-
After #998 as noticed in #971, some of the diagnostics are not diagnosing in kernels. See this message here:
`The problem is that in SOME cases, we actually visit a diagnostic up to 3x (in the cas…
-
Avoid dependence on magic sourceme scripts
-
Implement jeffreys prior - hopefully this will help with strong dependence on linear v log-flat priors
-
For example,
```
ANALYZE MODELS WHERE DEPENDENCE PROBABILITY OF X WITH Y > 0.5
ESTIMATE PROBABILITY OF x = 1 GIVEN (y = 2) WITHIN
USING MODELS WHERE DEPENDENCE PROBABILITY OF x WITH y > 0.5
```…
-
We are using the following GeoCoding library
geopy==1.21.0
for resolving addresses to latitude and lonitudes. However, this library now has a dependence on Google, which we would prefer not to …
-
Update Nicotine dependence meta-analysis.
-
We should be able to easily recreate this in python. That would eliminate the dependence on Matlab completely.
-
an idea for tom
show partial dependence plot
a bit like this
https://bl.ocks.org/mbostock/4063663
would be nice to see the distribution...mapping it onto the same mean response?
-
Awesome package, I've been looking for something like this for a while! I'd love to have a working installation for several different bioacoustic projects. But I'm having issues getting spectrograms t…