-
### Background
Using both 1024 (kibibytes) and 1000 (kilobytes) based system in the code base can lead to confusion.
### Details
Scour the code base for any mention of storage size then verify th…
-
Wooldridge section 12.6.4 on local asymptotic power for M-estimators.
looks easy to add to t_test and f_test cases (in ContrastResults ?)
just uses normality, either noncentral chisquare or noncentra…
-
Why do we calculate the effect size as `2*t1$statistic / sqrt(2*nrow(SAMP)-2)` for the independent samples t-test?
The independent samples t-value is defined as (M1-M2)/(SDpool\*sqrt(2/n)). Cohen's d…
-
This report is due to this issue of https://gitlab.com/termapps/termoneplus/issues/17 .
In brief with landscape orientation "Hacker's" keyboard overlaps terminal screen unlike "System" or Gboard" .…
-
**Describe the bug**
It seems like the `responsive` size calculation doesn't run in some cases/stops at some sizes.
**To Reproduce**
1. Go to https://yanivam.github.io/react-svg-worldmap/ex…
-
It looks like there are some heuristics in the code that computes column sizes when rendering the HTML to an image. The following MWE shows the issue I'm running into:
```python
import dataframe_i…
-
I’m looking to convert Jupyter notebooks with calculations rendered by handcalcs into MS Word equations. So far, I’ve been following these steps:
1. Display the math as MathML using MathJax.
2. Co…
-
Hi!
NTRACE_MAX_ICNT is 22 but in calculation of maximum message size its maximum is given by 30.
Do I misunderstand something?
Thanks
https://github.com/riscv-non-isa/tg-nexus-trace/blob/b0d…
-
-
We have this calculation for the number of executed OPs and the number of stack elements. It would be nice to implement it for the witness size as well, as it would allow to compute feerate of presign…