-
I made (and corrected) a quick analysis of second digits for absentee votes only in Allegheny, PA.
ghost updated
3 years ago
-
Design and develop a smartAPI for the [EBCR service](https://docs.google.com/presentation/d/1WWNCLmNQt2bEUO3N8cPmd910wQer0MhFFKDgDRDuSi0/edit#slide=id.g34e3ab9183_0_83) in support of [the overall clin…
-
Congrats with the release of this package! I thought I'd contribute back a little with this issue.
The [TargetEncoder](https://github.com/PythonPredictions/cobra/blob/master/cobra/preprocessing/tar…
-
_A remarkable property of Gaussian distributions is that the sum of two independent Gaussians is another Gaussian._
This is true for gaussian random variables, not for their distributions. The sum…
-
IMHO, ties in ballots need to be taken care of more carefully. I suggest to add these lines to your preprocessing:
```
choices = scipy.stats.rankdata(choices)
# Add a small random, …
kno10 updated
4 years ago
-
@pharmcat has implemented ANOVA type III for LinearMixedModels in https://github.com/PharmCat/ReplicateBE.jl. Would it possible to have the functionality ported to this package?
-
The file to check is `20220901.182014.02.ucomp.1074.l0.fts`.
- Do the run with intermediate products and interpolating flats.
- Produce difference images.
- Produce % difference images.
Verify…
-
Hi, I just recently wrote 0.1 of [perseus-converter](https://github.com/kristoffer-paulsson/perseus-converter), using my own developed converter I successfully [exported](https://github.com/kristoffer…
-
Dear Terry,
I was trying to understand `aareg` output/inputs through `survival` documentation beyond `?aareg`, coming to
> The `timereg` package is a much more comprehensive implementation of th…
-
惭愧的是学了五年数学的我现在忘记了很多数学的概念。
***
有人说:
- 它**代表了样本中的信息**
```百度知道原文:检验统计量简单来说就是用来决定是否可以拒绝原假设的证据.检验统计量的值是利用样本数据计算得到的,它代表了样本中的信息.检验统计量的绝对值越大,拒绝原假设的理由越充分,反之,不拒绝原假设的理由越充分.```
***