-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
60 lines (60 loc) · 2.22 KB
/
Copy pathCITATION.cff
File metadata and controls
60 lines (60 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
cff-version: 1.2.0
title: "reRandomStats: Re-randomisation Statistics Toolkit"
message: "If you use this software, please cite it as below."
type: software
version: "0.2.0"
date-released: "2026-05-26"
doi: "10.5281/zenodo.20387255"
license: MIT
repository-code: "https://github.com/zerotonin/reRandomStats"
url: "https://zerotonin.github.io/reRandomStats/"
identifiers:
- type: doi
value: "10.5281/zenodo.20387255"
description: "Zenodo archive of reRandomStats v0.2.0"
keywords:
- statistics
- resampling
- permutation test
- Fisher
- hypothesis testing
- FDR correction
- Benjamini-Hochberg
- Bonferroni
- non-parametric
- binomial
- case-crossover
- conditional logit
- Wald test
- likelihood-ratio test
- dose-response
- broken-stick regression
- Davies test
- Hill equation
- breakpoint detection
authors:
- given-names: "Bart R.H."
family-names: Geurten
email: bart.geurten@otago.ac.nz
orcid: "https://orcid.org/0000-0002-1816-3241"
affiliation: "Department of Zoology, University of Otago, Dunedin, New Zealand"
abstract: >-
A comprehensive Python toolkit for re-randomisation statistics in
the tradition of Sir Ronald Fisher. v0.2.0 adds three new
submodules to the core resampling / hypothesis-test framework:
(i) case_crossover, the time-stratified case-crossover conditional
logit estimator with stratified-permutation backup and a
Burke-2015 sigma-rescaled effect translator (promoted from
ThermoStrife); (ii) model_comparison, with a two-sample Wald
z-test on independently-estimated coefficients, a nested-model
likelihood-ratio test, and BH / Bonferroni / Holm / Sidak
correction helpers that route through a single
statsmodels.stats.multitest.multipletests call (the package's
shared algorithmic-source invariant); (iii) dose_response, with
broken-stick segmented regression (profile-RSS 95 percent CI on
the breakpoint), the Davies (1987 / 2002) and Muggeo (2016)
Pseudo-Score breakpoint-existence tests, and a 4-parameter Hill
fit reporting the Sebaugh-McCray lower bend. All three new
submodules carry verbatim numerical ports from the DigiMuh and
ThermoStrife pipelines plus a per-subject iterator pickle-safe for
ProcessPoolExecutor parallelism.