-
if (delta_k == static_cast(0)) {
d_k = static_cast(0);
d_k1 = static_cast(0);
}
should really be
if (delta_k == static_cast(0) ||
(sign(d_k) != sign(delta_k) || sign(d_k1) != sign(de…
-
From [Nov 22](http://www.carlboettiger.info/2012/11/22/notes.html)
![uniform noise policy functions](http://www.carlboettiger.info/assets/figures/2012-11-23-bcf87363db-policyfunctions.png)
![log-no…
-
The actual number of ULIDs I can get in a millisecond might only be 1 (with absurd probability 2^-80). We could guarantee at least 2^79 ULIDs by requiring the first random generated in a millisecond …
TomMD updated
2 months ago
-
https://webassembly.github.io/spec/core/exec/modules.html#instantiation
The current specification for instantiation is all or nothing - if _fail_ occurs during the process, the store and memories a…
-
Hi,
I was keen to use this package since when I've tried to do conformal prediction using quantile regression in the past I've encountered the common issue of quantile forecast results not increas…
-
Dear ByCycle team,
I am writing to inquire about how to bridge/transition between ByCycle and NeuroDSP. More specifically, I have an array with multiple sub-arrays corresponding to different exper…
-
What to do if an observed count is zero?
related
#7011 zero correction in contingency tables
meta-analysis, AFAIR, I added several options
In those cases above, a fixed number (e.g. 0.5 count)…
-
-
Reported by **till** and assigned to **till**
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/62
[view-test9.casl](https://github.com/spechub/attachment/blob/master/62/view-test9…
-
node B is changing its STATUS in the scenario (bootstrapping, gossip-only member).
node A is the observer.
Scenario (poisoned ACK):
1. node A sends syn to node B
3. node A removes node B state…