Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Testing Most Influential Sets

T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read This paper derives a significance test for the most influential data subsets in linear regression, showing that maximal influence follows a Fréchet distribution for fixed-size sets and a Gumbel distribution for growing sets.

desk verdict The exact influence formula is a clean, correct contribution, but the two central EVT theorems — especially the Gumbel claim for growing sets — are not supported, and the paper contradicts its own shape parameter. read the letter →

arxiv 2510.20372 v4 pith:WKIITVDM submitted 2025-10-23 stat.ML cs.LGecon.EMmath.STstat.MEstat.TH

classification stat.MLcs.LGecon.EMmath.STstat.MEstat.TH MSC 62G3262J0562F03
keywords mostinfluentialsetsinfluencefunctionsextremevaluetheoryFréchetdistributionGumbellinearregressionhypothesistestingsensitivityanalysis
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to settle when the influence of a small set of data points on a regression coefficient is genuine excess rather than ordinary sampling variation. It derives an exact closed form for the influence of any subset, then shows that the influence of the most influential set obeys one of two extreme-value laws: heavy-tailed Fréchet when the set size is fixed and the data have polynomial tails, and light-tailed Gumbel when the set grows proportionally with the sample or tails are light. On that basis it builds a hypothesis test with an extreme-value null distribution, with block-maximum parameter estimation. The authors apply the test to contested economic and biological findings and ML fairness benchmarks, reporting p-values for excessive influence.

What carries the argument

The exact influence formula Δ(S) = (∑_{i∈S} x_i r_i) / (∑_{n∉S} x_n²) — an additive numerator of products and a denominator that removes the subset's own squared features. This formula makes influence of sets as tractable as single-point influence. The distributional results then follow from extreme value theory: heavy-tailed products in the numerator give Fréchet; CLT-regular sums with light tails give Gumbel; the inverse sum of squares converges to Normal by the delta method.

What would settle it

Simulate heavy-tailed X and R (e.g., t(5) residuals) with k = pN, compute Δmax for many datasets, and fit a generalized extreme-value distribution to block maxima. If the fitted shape parameter does not converge to zero as N grows, Theorem 2's Gumbel claim is falsified; more directly, examine whether the scaled numerator √N(∑_{top pN} X_iR_i − constant) converges to a Normal or to a different law.

Watch

Extended reading notes

Core claim

Central claim: Δmax, the maximum influence of any subset of size at most k, has a limiting extreme value distribution. For constant k, Δmax converges to a Fréchet distribution with shape ξ = min{ξ_x, ξ_r}, where ξ_x and ξ_r are tail coefficients of predictor and residual. For k = pN, Δmax converges to a Gumbel regardless of underlying distributions when the variance of X_i R_i is finite. This enables a formal test of the null hypothesis that observed influence is natural sampling variation, with block-maxima estimation of location and scale parameters.

Load-bearing premise

Theorem 2 assumes that the numerator of the maximizing subset behaves like a sum of a random sample (so the CLT applies), but the subset is selected by maximizing influence, so its sum is an order-statistic sum whose fluctuations may have different scaling; if that assumption fails, the Gumbel limit for growing sets would need replacement.

Editorial extensions

If this is right

  • A practitioner can compute a p-value for the observed influence of any most influential set instead of relying on ad-hoc thresholds.
  • For fixed-size sets and heavy-tailed data, the Fréchet shape means even enormous influence values are not necessarily unusual; tests need to account for heavy tails.
  • For growing sets or light-tailed data, the Gumbel null gives a threshold that grows slowly with sample size, making the test more sensitive to gross outliers.
  • The framework formalizes and corrects the common √N rule-of-thumb for influential coefficients, which the paper shows is asymptotically accurate only for randomly selected subsets, not for maximized ones.
  • In the case studies, several contested findings (Seychelles effect, sparrow head-bill, Boston crime) are flagged as excessively influenced, while the Law School large set and Adult Income top 1% are not.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural extension is to influence on predictions (X β̂) and to other linear estimators; the paper notes prediction follows trivially, but the extreme-value argument likely extends with the same dichotomy.
  • Because the test's null distribution is derived from the same data that produces the candidate set, the procedure is best viewed as a calibration tool for 'surprisingness' rather than a controlled test; the block-maxima estimation excluding the candidate set partially addresses this.
  • The Gumbel claim for growing sets hinges on the numerator being a random-sample sum; if the subset is the largest order statistics of products, the sum's fluctuations have a different scaling, so a simulation check for heavy-tailed products with growing k would clarify whether Gumbel actually holds.
  • Cross-validation of the test: apply to datasets with known injected outliers and measure false-positive rates across N and k.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper develops an extreme-value framework for testing whether a most influential subset in linear regression is excessively influential. It derives an exact closed-form expression for the change in a regression coefficient when a subset S is removed (Proposition 1), and then claims two asymptotic regimes: constant-size sets lead to a Fréchet limit (Theorem 1), while sets growing as pN lead to a Gumbel limit (Theorem 2). The proposed testing procedure estimates tail coefficients, uses block maxima to estimate location and scale, and computes p-values for observed maximum influence. The paper applies this procedure to economic, biological, and machine-learning examples.

Significance. The problem is timely and practically motivated, and Proposition 1's exact subset-influence formula is a useful contribution. If the distributional claims were correct, the paper would provide a principled inferential alternative to ad-hoc sensitivity checks. However, the central results are not supported: Theorem 2's Gumbel claim for growing sets appears false, Theorem 1's shape parameter is internally inconsistent with the implementation, and the appendix's supporting lemmas contain role-reversal errors. The exact formula and simulation setup are assets, but they do not compensate for the invalid theory on which the hypothesis tests rest.

major comments (4)
  1. [§3.2.1 (Theorem 1) vs. §3.3 (Implementation)] Theorem 1 states that for constant-size sets the limiting Fréchet shape is ξ = min{ξ_x, ξ_r}, while Section 3.3 implements ξ = max{ξ_x, ξ_r} and uses the quantity 1/max{ξ_x, ξ_r}. The paper never defines ξ_x and ξ_r explicitly. Under the standard convention that ξ is a Fréchet shape (tail index α = 1/ξ), the product of independent regularly varying factors with shapes ξ_x, ξ_r has shape max{ξ_x, ξ_r}, not min. Under the alternative convention that ξ is a tail exponent, the min is the correct exponent but the Fréchet shape is 1/min, not min. Either way, Theorem 1 and Section 3.3 cannot both be correct. Since the test's distributional family and p-values depend on this choice, this is a load-bearing inconsistency.
  2. [§3.2.2 (Theorem 2)] The proof sketch applies a CLT to C, the numerator of the maximizing subset, writing 'By the CLT, C/√N ∼ N(μ,σ²)'. But C is the sum of the largest pN products X_iR_i, not a random sample. For fixed p∈(0,1) and finite-variance products, the sum of the top pN order statistics satisfies C = N a_p + √N G_N + o_p(√N), where G_N is asymptotically Normal. Consequently Δmax = C/D_{-S} is degenerate at a_p/((1-p)E[X²]) with √N-scale Normal fluctuations; it is not Gumbel. The appendix contains no proof of Theorem 2; Lemmas 2 and Corollary 2 concern independent products, not maxima over dependent subset sums. This invalidates the Gumbel claim used for the Adult Income application and for all relative-size-set testing.
  3. [Appendix A3.1 (Lemma 2 and Corollary 2)] Lemma 2 is stated as: if T∈MDA(Λ) and S∈MDA(Φ_a), then Δ=S·T∈MDA(Φ_a). The proof, however, says 'for Gumbel tails (S)' and 'for the Fréchet tails (T)', swapping the roles of S and T. The derived regularly varying tail comes from the factor that is actually Fréchet in the proof, not from the factor that the lemma declares Gumbel. Corollary 2 then claims that 'assuming a tail coefficient a=∞ it follows that S∼Gumbel' and concludes Δ∈MDA(Λ), but this does not follow from Lemma 2, whose proof assumes a finite a. The lemma and corollaries therefore do not provide the stated support for Theorems 1 and 2.
  4. [§3.2.1 proof sketch] The proof of Theorem 1 asserts that C and D^{-1}_{-S} are asymptotically independent and that the upper tail of C behaves like the tail of max{X_iR_i} over S_max. Neither assertion is justified. The denominator D_{-S} depends on S through the removed leverage terms, and S_max is defined by maximizing the ratio C/D_{-S}, not C alone. In addition, residuals R are functionally dependent on X in finite samples; the paper only notes the independence assumption as a limitation in §5.1, without proving the asymptotic independence needed for the theorem. This coupling is central to the claimed Fréchet limit and is not addressed.
minor comments (5)
  1. [§3.3] The threshold for '1/max{ξ_x, ξ_r} sufficiently close to zero' is not defined, and the number of blocks M is a free parameter. The procedure would benefit from concrete guidance or a sensitivity analysis over these choices.
  2. [§3.2.2] The displayed CLT statement 'C/√N ∼ N(μ,σ²)' is dimensionally inconsistent for an uncentered sum of N terms; the centered version should be (C−Nμ)/√N.
  3. [§4.2.3, §A6] Typos and formatting issues: 'Frechét' should be 'Fréchet'; 'We investigate 2and2 data points' is garbled; 'p= 0.014.(See Table A2' has misplaced punctuation; Table A2's 'Full Set4' is unclear.
  4. [Reproducibility statement] The statement says code 'will be made available', but no link or supplement is provided. The empirical results cannot currently be reproduced.
  5. [§3.2.1] The definitions of ξ_x and ξ_r should appear in one place and be used consistently throughout; the current text leaves the reader to infer whether these are tail exponents or Fréchet shape parameters, which is the direct source of the min/max contradiction.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: EVD claims are derived from stated tail assumptions, not fitted; the only self-citation is non-load-bearing.

full rationale

Walking the derivation chain, Proposition 1 is proved recursively from the exact influence formula, and Theorem 1 derives the Fréchet limit from explicit tail assumptions on X and R rather than from any fitted quantity. The inverse-sum and product-EVD lemmas in the Appendix are standard regular-variation/central-limit arguments; they do not define the target Δmax in terms of the fitted parameters. The block-maxima MLE in Section 3.3 estimates location/scale from data blocks excluding S_max^k, which is an empirical null-estimation procedure, not a construction in which the reported p-value is equal to a fitted parameter by definition. The citations to Kuschnig et al. (2021) are motivational/contextual (identifying candidate sets in the economics application) or algorithmic (greedy search), and are not used to establish the extreme-value theorems. There is an internal inconsistency (Theorem 1 states shape ξ = min{ξ_x, ξ_r}, while Section 3.3 says max) and a correctness concern that Theorem 2 applies a CLT to what is effectively an order-statistic sum; however, those are mathematical issues, not circularity. No circular step is exhibited, so the score reflects only the presence of a minor, non-load-bearing self-citation.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

No new physical entities. The framework rests on standard EVT machinery plus domain assumptions about X and R tails; the two ad-hoc assumptions in the theorem proofs are the fragile links in the central derivation.

free parameters (3)
  • k (subset size) = chosen by analyst; fixed or k=pN
    The paper's two regimes depend on how k scales with N; k is not estimated but is a user choice.
  • M (number of blocks) = chosen by analyst
    Block maxima MLE uses an arbitrary M; the Gumbel bias correction depends on M.
  • Tail coefficient estimation threshold = not specified
    Shape parameter ξ is estimated via MLE (Smith 1985); the threshold for 'sufficiently close to zero' in §3.3 is arbitrary.
assumptions (5)
  • domain assumption Features X and residuals R are independent.
    Acknowledged in §5.1: 'Our analysis leverages independence between features and the residuals, which can be restrictive in practice.' It underpins the product EVD derivations.
  • domain assumption Xi and Ri have polynomial tails with coefficients ξx and ξr.
    Assumed in Theorem 1; needed for the Fréchet regime.
  • ad hoc to paper The numerator of the maximizing set behaves like the tail of max{XiRi}.
    In the proof sketch of Theorem 1: 'its upper tail behaves like the tail of max{XiRi} for i∈S^max_k'. This tail-equivalence for the subset-maximizer is asserted, not proven.
  • ad hoc to paper C = Σ XiRi and D_{-S}^{-1} are asymptotically independent.
    Stated in the proof sketch of Theorem 1 without a formal justification; the residual/feature dependence may break it.
  • ad hoc to paper For |S|=pN, the CLT applies to the numerator of the maximizing subset.
    Theorem 2 proof: 'By the CLT, C/√N ∼ N(μ,σ²)'. The maximizing subset is not a random subset; it is the set of largest products, so the CLT does not apply.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Testing Most Influential Sets." pith.science (2026). https://pith.science/paper/WKIITVDM

@misc{pith2026251020372,
  author       = {Pith},
  title        = {Pith review of: Testing Most Influential Sets},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WKIITVDM}},
  note         = {Machine review of arXiv:2510.20372}
}
read the original abstract

Small influential data subsets can dramatically impact model conclusions, with a few data points overturning key findings. While recent work identifies these most influential sets, there is no formal way to tell when maximum influence is excessive rather than expected under natural random sampling variation. We address this gap by developing a principled framework for most influential sets. Focusing on linear least-squares, we derive a convenient exact influence formula and identify the extreme value distributions of maximal influence - the heavy-tailed Fr\'echet for constant-size sets and heavy-tailed data, and the well-behaved Gumbel for growing sets or light tails. This allows us to conduct rigorous hypothesis tests for excessive influence. We demonstrate through applications across economics, biology, and machine learning benchmarks, resolving contested findings and replacing ad-hoc heuristics with rigorous inference.

Figures

Figures reproduced from arXiv: 2510.20372 by the authors.

Figure 1
Figure 1. Illustration of our methodology on a simple linear regression with a moderately influential [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Influence Diagnostics in High-dimensional M-estimation: Precise Asymptotics

    stat.ML 2026-07 accept novelty 7.0 of 10

    Under Gaussian design with n ≍ d, the empirical distribution of leave-one-out influences for convex M-estimators converges to the pushforward of a four-dimensional Gaussian through an explicit nonlinear map built from...

Reference graph

Works this paper leans on

36 extracted references · 4 canonical work pages · cited by 1 Pith paper

  1. [1]

    On Second - Order Group Influence Functions for Black - Box Predictions , July 2020

    Samyadeep Basu, Xuchen You, and Soheil Feizi. On Second - Order Group Influence Functions for Black - Box Predictions , July 2020. URL http://arxiv.org/abs/1911.00418. arXiv:1911.00418 [cs]

  2. [2]

    Belsley, Edwin Kuh, and Roy E

    David A. Belsley, Edwin Kuh, and Roy E. Welsch. Regression diagnostics: Identifying influential data and sources of collinearity . John Wiley & Sons, 1980. doi:10.1002/0471725153

  3. [3]

    Leave-one-out Unfairness , July 2021

    Emily Black and Matt Fredrikson. Leave-one-out Unfairness , July 2021. URL http://arxiv.org/abs/2107.10171. arXiv:2107.10171 [cs]

  4. [4]

    An automatic finite-sample robustness metric: Can dropping a little data make a big difference?, 2021

    Tamara Broderick, Ryan Giordano, and Rachael Meager. An automatic finite-sample robustness metric: Can dropping a little data make a big difference?, 2021

  5. [5]

    On the maximum likelihood estimator for the generalized extreme-value distribution

    Axel B \"u cher and Johan Segers. On the maximum likelihood estimator for the generalized extreme-value distribution. Extremes, 20 0 (4): 0 839--872, 2017. doi:10.1007/s10687-017-0292-6. URL https://doi.org/10.1007/s10687-017-0292-6

  6. [6]

    Why Is My Classifier Discriminatory ? In Advances in Neural Information Processing Systems , volume 31

    Irene Chen, Fredrik D Johansson, and David Sontag. Why Is My Classifier Discriminatory ? In Advances in Neural Information Processing Systems , volume 31. Curran Associates, Inc., 2018. URL https://proceedings.neurips.cc/paper/2018/hash/1f1baa5b8edac74eb4eaa329f14a0361-Abstract.html

  7. [7]

    What Data Benefits My Classifier ?

    Anshuman Chhabra, Peizhao Li, Prasant Mohapatra, and Hongfu Liu. " What Data Benefits My Classifier ?" Enhancing Model Performance and Interpretability through Influence - Based Data Selection . October 2023. URL https://openreview.net/forum?id=HE9eUQlAvo

  8. [8]

    An introduction to statistical modeling of extreme values

    Stuart Coles. An introduction to statistical modeling of extreme values. Journal of the American Statistical Association, 97: 0 1204 -- 1204, 2001. URL https://api.semanticscholar.org/CorpusID:19678794

Show all 36 references
  1. [9]

    Influential observations in linear regression

    Ralph Dennis Cook. Influential observations in linear regression. Journal of the American Statistical Association, 74 0 (365): 0 169--174, 1979. doi:10.2307/2286747

  2. [10]

    Extreme value theory: A n introduction

    Laurens De Haan and Ana Ferreira. Extreme value theory: A n introduction . Springer, 2006

  3. [11]

    Maximum likelihood estimators based on the block maxima method

    Cl \'e ment Dombry and Ana Ferreira. Maximum likelihood estimators based on the block maxima method . Bernoulli, 25 0 (3): 0 1690 -- 1723, 2019. doi:10.3150/18-BEJ1032. URL https://doi.org/10.3150/18-BEJ1032

  4. [12]

    Modelling extremal events, volume 33 of applications of mathematics, 1997

    Paul Embrechts, Claudia Kl \"u ppelberg, and Thomas Mikosch. Modelling extremal events, volume 33 of applications of mathematics, 1997

  5. [13]

    Influence Diagnostics under Self -concordance

    Jillian Fisher, Lang Liu, Krishna Pillutla, Yejin Choi, and Zaid Harchaoui. Influence Diagnostics under Self -concordance. In Proceedings of The 26th International Conference on Artificial Intelligence and Statistics , pp.\ 10028--10076. PMLR, April 2023. URL https://proceedin...

  6. [14]

    Freund and S

    D. Freund and S. B. Hopkins. Towards practical robustness auditing for linear regression. ArXiv e-prints, 2023. doi:10.48550/arXiv.2307.16315

  7. [15]

    Data Shapley : Equitable Valuation of Data for Machine Learning

    Amirata Ghorbani and James Zou. Data Shapley : Equitable Valuation of Data for Machine Learning . In Proceedings of the 36th International Conference on Machine Learning , pp.\ 2242--2251. PMLR, May 2019. URL https://proceedings.mlr.press/v97/ghorbani19c.html. ISSN: 2640-3498

  8. [16]

    Rubega, and Chris S

    Carina Gjerdrum, Kira Sullivan-Wiley, Erin King, Margaret A. Rubega, and Chris S. Elphick. Egg and Chick Fates During Tidal Flooding of Saltmarsh Sharp - Tailed Sparrow Nests . The Condor: Ornithological Applications, 110 0 (3): 0 579--584, August 2008. ISSN 1938-5129. doi:10....

  9. [17]

    Y. Hu, P. Hu, H. Zhao, and J. W. Ma. Most influential subset selection: Challenges, promises, and beyond. In Conference on Neural Information Processing Systems ( NeurIPS 2024) , volume 38, 2024. doi:10.48550/arXiv.2409.18153

  10. [18]

    Huang, David R

    Jenny Y. Huang, David R. Burt, Tin D. Nguyen, Yunyi Shen, and Tamara Broderick. Approximations to worst-case data dropping: Unmasking failure modes, 2025

  11. [19]

    Huber and Elvezio M

    Peter J. Huber and Elvezio M. Ronchetti. Robust statistics. John Wiley & Sons, Ltd., Chichester, England, UK, January 2009. ISBN 978-0-470-12990-6. doi:10.1002/9780470434697. Publication Title: Wiley Online Library

  12. [20]

    Understanding Black -box Predictions via Influence Functions

    Pang Wei Koh and Percy Liang. Understanding Black -box Predictions via Influence Functions . In Proceedings of the 34th International Conference on Machine Learning , pp.\ 1885--1894. PMLR, July 2017. URL https://proceedings.mlr.press/v70/koh17a.html

  13. [21]

    Pang Wei Koh, Kai-Siang Ang, Hubert H. K. Teo, and Percy Liang. On the Accuracy of Influence Functions for Measuring Group Effects , November 2019. URL http://arxiv.org/abs/1905.13289. arXiv:1905.13289 [cs]

  14. [22]

    Hidden in plain sight: Influential sets in linear regression

    Nikolas Kuschnig, Gregor Zens, and Jesús Crespo Cuaresma. Hidden in plain sight: Influential sets in linear regression. CESifo Working Paper, 0 (8981), 2021. doi:10.13140/RG.2.2.30682.47042

  15. [23]

    Provably auditing ordinary least squares in low dimensions

    Ankur Moitra and Dhruv Rohatgi. Provably auditing ordinary least squares in low dimensions. In International Conference on Learning Representations ( ICLR 2023) , 2023. doi:10.48550/arXiv.2205.14284

  16. [24]

    The historical roots of economic development

    Nathan Nunn. The historical roots of economic development. Science, 367 0 (6485): 0 eaaz9986, 2020. ISSN 0036-8075. doi:10.1126/science.aaz9986. Publisher: American Association for the Advancement of Science

  17. [25]

    Hardness and Algorithms for Robust and Sparse Optimization

    Eric Price, Sandeep Silwal, and Samson Zhou. Hardness and Algorithms for Robust and Sparse Optimization . In Proceedings of the 39th International Conference on Machine Learning , pp.\ 17926--17944. PMLR, June 2022. URL https://proceedings.mlr.press/v162/price22a.html

  18. [26]

    Duarte, and Jochen Garcke

    Ribana Roscher, Bastian Bohn, Marco F. Duarte, and Jochen Garcke. Explainable Machine Learning for Scientific Insights and Discoveries . IEEE Access, 8: 0 42200--42216, 2020. ISSN 2169-3536. doi:10.1109/ACCESS.2020.2976199. URL https://ieeexplore.ieee.org/abstract/document/9007737

  19. [27]

    Rubinstein and S

    I. Rubinstein and S. B. Hopkins. Robustness auditing for linear regression: To singularity and beyond. ArXiv e-prints, 2024. doi:10.48550/arXiv.2410.07916

  20. [28]

    Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead

    Cynthia Rudin. Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead. Nature Machine Intelligence, 1 0 (5): 0 206--215, May 2019. ISSN 2522-5839. doi:10.1038/s42256-019-0048-x. URL https://www.nature.com/articles/s4225...

  21. [29]

    Varshney

    Prasanna Sattigeri, Soumya Ghosh, Inkit Padhi, Pierre Dognin, and Kush R. Varshney. Fair Infinitesimal Jackknife : Mitigating the Influence of Biased Training Data Points Without Refitting , December 2022. URL http://arxiv.org/abs/2212.06803. arXiv:2212.06803 [cs]

  22. [30]

    Theoretical and Practical Perspectives on what Influence Functions Do

    Andrea Schioppa, Katja Filippova, Ivan Titov, and Polina Zablotskaia. Theoretical and Practical Perspectives on what Influence Functions Do . Advances in Neural Information Processing Systems, 36: 0 27560--27581, December 2023. URL https://proceedings.neurips.cc/paper_files/pa...

  23. [31]

    Maximum likelihood estimation in a class of nonregular cases

    Richard L Smith. Maximum likelihood estimation in a class of nonregular cases. Biometrika, 72 0 (1): 0 67--90, 1985

  24. [32]

    Zuur, Elena N

    Alain F. Zuur, Elena N. Ieno, and Chris S. Elphick. A protocol for data exploration to avoid common statistical problems. Methods in Ecology and Evolution, 1 0 (1): 0 3--14, 2010. ISSN 2041-210X. doi:10.1111/j.2041-210X.2009.00001.x. URL https://onlinelibrary.wiley.com/doi/abs...

  25. [33]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

  26. [34]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...

  27. [35]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...

  28. [36]

    What Data Benefits My Classifier ?

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.