Method names and acronyms#
pySHT uses short, lowercase author tokens for paper-specific Python functions: one author contributes a surname, while multiple authors contribute the initials of their surnames. Capitalization and full names remain visible in prose and printed results. Conventional statistical names remain conventional.
The qualified module is part of every public name. The covariance CLX test is public, while the distinct mean CLX and one-sample Fisher covariance identities are validation-blocked. The R names below are searchable migration metadata; pySHT does not expose them as callables.
Means and variances#
Token or name |
Expanded method |
Canonical Python function |
SHT 0.1.9 |
|---|---|---|---|
Student t |
Student one- and two-sample t tests |
|
|
ANOVA |
One-way analysis of variance |
|
|
Hotelling |
Hotelling’s \(T^2\) (1931) |
|
|
Dempster |
Dempster non-exact mean tests (1958) |
|
|
BS |
Bai–Saranadasa (1996) |
|
|
SD |
Srivastava–Du (2008) |
|
|
Yao |
Yao (1965) |
|
|
Johansen |
Johansen (1980) |
|
|
NVM |
Nel–Van der Merwe (1986) |
|
|
KY |
Krishnamoorthy–Yu (2004) |
|
|
LJW |
Lopes–Jacob–Wainwright (2011) |
|
|
CLX |
Cai–Liu–Xia maximum mean test (2014) |
— (validation-blocked; no public callable) |
|
Thulin |
Thulin random-subspace test (2014) |
|
|
mxPBF / LYL |
Lee–You–Lin maximum pairwise Bayes factor |
|
|
Schott |
Schott k-sample mean test (2007) |
|
|
ZX |
Zhang–Xu (2009) |
|
|
CPH |
Cao–Park–He (2019) |
|
|
chi-square |
One-sample normal variance test |
|
|
F |
Two-sample normal variance test |
|
|
Bartlett |
Bartlett homogeneity test (1937) |
|
|
Levene |
Levene homogeneity test (1960) |
|
|
Brown–Forsythe |
Brown–Forsythe homogeneity test (1974) |
|
|
Covariance and joint hypotheses#
Token or name |
Expanded method |
Canonical Python function |
SHT 0.1.9 |
|---|---|---|---|
Fisher |
Fisher covariance test (2012), withheld in 0.1.0 |
no public function |
|
WL |
Wu–Li random-projection covariance tests (2015) |
|
|
LC |
Li–Chen covariance test (2012) |
|
|
CLX |
Cai–Liu–Xia covariance test (2013) |
|
|
mxPBF / LYL |
Lee–You–Lin maximum pairwise Bayes factor |
|
|
Schott 2001 |
Schott Wald covariance test |
|
|
Schott 2007 |
Schott high-dimensional covariance test |
|
|
LRT / AS |
One-sample normal likelihood-ratio test; Arnold–Shavelle form (1998) |
|
|
PN |
Pearson–Neyman (1930) |
|
|
PL |
Perng–Littell (1976) |
|
|
Muirhead |
Muirhead (1982) |
|
|
exact LRT / ZXC |
Zhang–Xu–Chen exact likelihood-ratio test (2012) |
|
|
LRT |
Two-sample likelihood-ratio test |
|
|
LLZS |
Liu–Liu–Zheng–Shi (2017) |
|
|
LRT |
One-sample mean/covariance likelihood-ratio test |
|
|
HN |
Hyodo–Nishiyama (2018) |
|
|
Distributional goodness-of-fit and special domains#
Token or name |
Expanded method |
Canonical Python function |
SHT 0.1.9 |
|---|---|---|---|
BG |
Biswas–Ghosh (2014) |
|
|
Shapiro–Wilk |
Shapiro–Wilk normality test (1965) |
|
|
Shapiro–Francia |
Shapiro–Francia normality test (1972) |
|
|
JB |
Jarque–Bera normality test (1980) |
|
|
AJB |
Adjusted Jarque–Bera / Urzúa (1996) |
|
|
RJB |
Robust Jarque–Bera / Gel–Gastwirth (2008) |
|
|
YM interpoint |
Yang–Modarres interpoint test (2017) |
|
|
YM quantile |
Yang–Modarres quantile test (2017) |
|
|
simplex uniformity |
Dirichlet likelihood-ratio test of uniformity |
|
|
pySHT-native research methods#
These names have no SHT crosswalk. Expanded surnames and common search terms are indexing metadata, not callable aliases.
Token or search name |
Expanded method |
Canonical Python function |
|---|---|---|
CQ |
Chen–Qin dense high-dimensional mean test (2010) |
|
Li |
Li fixed-small-sample, increasing-dimension Student tests (2023) |
|
CZZ |
Chen–Zhang–Zhong covariance identity and sphericity tests (2010) |
|
DISCO / energy |
Rizzo–Székely energy multi-sample equality test |
|
MMD |
Maximum mean discrepancy |
|
Ball Divergence |
Pan–Tian–Wang–Zhang distribution-equality test |
— (validation-blocked; private research implementation) |
distance covariance / dCov |
Székely–Rizzo–Bakirov independence test |
|
HSIC |
Hilbert–Schmidt independence criterion |
|
dHSIC |
Joint Hilbert–Schmidt independence criterion |
|
distance multivariance |
Böttcher–Keller-Ressel–Schilling mutual-independence test |
|
HZ |
Henze–Zirkler multivariate-normality test |
|
energy normality |
Székely–Rizzo multivariate-normality test |
|
EHY |
Ebner–Henze–Yukich nearest-neighbor uniformity statistic |
|
alpha-energy |
Sevinç–Tsagris compositional equality test |
|
Rayleigh |
First-harmonic circular-uniformity test |
|
Watson \(U^2\) |
Omnibus circular-uniformity test |
|
HR |
Modified Hermans–Rasson Sobolev circular-uniformity test (1985) |
|
MWW |
Mardia–Watson–Wheeler circular multi-sample test |
|
The native-method catalog distinguishes public methods from research candidates that remain behind scientific gates.
Collision rule#
Years appear in a callable only when author token and sampling design collide
inside one module. This is why the covariance module has
schott_2001_ksamp and schott_2007_ksamp, while the mean module needs only
schott_ksamp. If a future method still collides after adding its year, pySHT
will append a descriptive statistic token rather than an arbitrary a or b.