-
The current code for statistical tests involves the following conditionals?
```python
if total_count > 0:
if self.method=='chi2':
try:
ts…
-
Add a function to run a statistical test on data to flag sites as outliers. It should use the same data input as `stackedDigitChart()`. Rather than producing a visualization, it will return scores and…
-
After the tool for interpreting analysis results is created (see #18), we need to add relevant statistical tests to better understand and compare the speech frequency data across different languages. …
-
# Comparison of gof tests in counting experiments – Hans Dembinski’s blog
[https://hdembinski.github.io/posts/gof_test_statistic.html](https://hdembinski.github.io/posts/gof_test_statistic.html)
-
Hello there,
I’m currently analyzing chloroplast methylation of five different rice samples and am just generally scratching my head with filtering. I’ve merged the three replicates into one repres…
-
## Overview
The purpose of this issue/document is two-fold:
- to summarize the regressions analyses of the project in a **textual form**
- to summarize the results of these regression analyses in …
-
@bryce-carson When the user selects
and
and enters the values
and selects
Have a numericInput() with bolded header
**Hypothesized Population Standard Deviation (sigma_0)…
-
Hello,
What is the best way to refer to the test **_spm1d.stats.nonparam.ttest2(A,B)_** in a manuscript ?
Does this test has a specific name that could be used for a non-stat expert audience ? I…
-
The [adversarial mitigation module](https://github.com/fairlearn/fairlearn/tree/main/fairlearn/adversarial) has an acceptable level of test coverage. However, additional tests inspecting the statistic…
-
From Amy Lenz:
Include statistical analyses in Studio for example: 1) Parallel analysis for containing significant PCA modes of variation. 2) Within these significant modes, PCA loading values com…