REVIEW 3 major objections 4 minor 1 cited by
Paper argues the April 2025 US tariff announcement did not create a statistical break in stock market structure.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 10:13 UTC pith:CMRH3MPX
load-bearing objection The abstract advertises entropy/fractal/XAI results with R²>0.98 that simply do not appear in the manuscript; what's actually there is a routine, leaky ML regression on 130 daily points. the 3 major comments →
Quantifying USA tariffs effect: machine learning, entropy and fractal insights into the stock markets
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the author's own terms, the central discovery is that the 2 April 2025 tariff event left the ordinal-pattern complexity and scaling behaviour of both indices essentially unchanged. The abstract reports normalized permutation entropy in the range 0.666–0.923 across windows, with the Higuchi fractal dimension rising only slightly (USA: 1.507 to 1.561) and Katz and Sevcik dimensions declining slightly, and interprets these changes as not constituting a statistically meaningful structural break. The body text does not actually contain this entropy–fractal analysis; its empirical core is a comparison of four regression models in which Random Forest best predicts the S&P/ASX 200 from S&P 500 fe
What carries the argument
The load-bearing machinery is the pair of multiscale descriptors advertised in the abstract: normalized permutation entropy, which measures how often different orderings of consecutive price moves recur, and three fractal-dimension estimators (Higuchi, Katz, Sevcik) that quantify the geometric roughness of the series. The intended design computes these over sliding windows around the announcement to look for a regime change. The actual body text instead carries the argument with four regression models—kNN, SVR, linear SVR, and Random Forest—that map one index's lagged and rolling features onto the other index's close, with Random Forest doing most of the work.
Load-bearing premise
The central claim hinges on roughly 130 daily observations being enough for short-window permutation entropy and fractal-dimension estimators to reliably resolve a policy-induced structural break; with such short series, these measures can saturate or drift for unrelated reasons, so the reported stability may be an artifact of the chosen windows.
What would settle it
Recompute the three fractal dimensions and normalized permutation entropy on the same daily closes using a range of window lengths (e.g., 20, 50, 100) and embedding dimensions, and compare pre- vs post-2-April distributions with a nonparametric test; if any reasonable setting moves post-event values outside pre-event variability or the test rejects, the no-structural-break claim fails. Separately, reproducing the machine-learning setup from the described lag/rolling features should yield Random Forest R²=0.877 per Table 4; an out-of-sample R² above 0.98 would require a different experimental s
If this is right
- If the no-structural-break claim holds, the April 2025 tariff announcement did not durably change how either index processes information, suggesting that broad equity indices can absorb this class of policy shock without a lasting complexity shift.
- The reported rise in Higuchi dimension (USA: 1.507 to 1.561) implies a marginal increase in high-frequency roughness after the event, meaning short-horizon volatility rose even as the overall regime stayed stable.
- The cross-market predictability results (Random Forest R²=0.877 in the body; >0.98 claimed for ensembles in the abstract) imply that S&P 500 features are nearly sufficient to reconstruct S&P/ASX 200 closes, supporting integrated treatment of the two markets in forecasting models.
- The negative skew of both return distributions implies tail-risk models should emphasize left-tail moves, particularly for the Australian index, where skewness is −0.79.
Where Pith is reading between the lines
- The abstract's ensemble out-of-sample R²>0.98 is not reproduced anywhere in the body's tables; until that analysis is shown, that number should be treated as an unverified claim rather than a finding.
- A testable extension of the intended entropy–fractal design is to run the same estimators on a market with a known, datable regime shift to calibrate how large a change these measures can detect with 130 points; without such a calibration, 'no structural break' is hard to interpret.
- The regression's high R² likely reflects the strong co-movement of two large-cap indices over a common period rather than a tariff-specific signal; comparing pre- vs post-event prediction errors, or using a placebo date, would isolate the tariff's actual contribution.
- Because no window lengths, embedding dimensions, or confidence intervals are given in the full text, the stability figures (PE 0.666–0.923, Higuchi 1.507→1.561) are not reproducible as reported.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper aims to evaluate whether the US tariff announcement of 2 April 2025 caused a structural break in the S&P 500 and S&P/ASX 200 indices, using a combination of permutation entropy, fractal-dimension estimates, and machine learning regressions. The arXiv abstract advertises a strong null result: no statistically meaningful structural break, with normalized permutation entropy in the 0.666–0.923 range, Higuchi/Katz/Sevcik fractal dimensions, and ensemble out-of-sample R² > 0.98, plus an XAI framework with SHAP and permutation diagnostics. The full text, however, contains none of these analyses. Sections 3 and 4 present only linear regression, SVR, kNN, and Random Forest on six months of daily data, with a best Random Forest R² of 0.877 (Table 4). The paper's actual empirical content is a cross-market regression exercise in which the Australian index is predicted from contemporaneous and lagged features of the US index. The advertised structural-break and multiscale-complexity claims are therefore not supported by the manuscript as written.
Significance. If the advertised claims were established — that the 2 April 2025 tariff shock left no statistically meaningful imprint on the multiscale entropy or fractal scaling of the two indices, and that ensemble machine learning achieves out-of-sample R² > 0.98 in cross-market prediction — the result would be of practical interest to financial economists and policymakers studying the speed of market absorption of policy shocks. The paper's strengths are its transparency about the raw data (full weekly and daily tables in the appendix), clear descriptive statistics, and an explicit statement of the four regression models and evaluation metrics in Section 3. However, because the central advertised analyses are absent from the body, the significance of the paper as submitted is largely prospective: the reader cannot verify the abstract's conclusions from the reported evidence.
major comments (3)
- [Abstract vs. §3–4] The abstract's central claim — that permutation entropy, Higuchi/Katz/Sevcik fractal dimensions, SHAP/permutation XAI, and XGBoost/neural-network ensembles jointly imply no structural break on 2 April 2025, with out-of-sample R² > 0.98 — is not supported by the body. Sections 3 and 4 describe only Linear Regression, SVR, kNN, and Random Forest; Table 4 reports a best R² of 0.877 (Random Forest). No permutation entropy, no fractal-dimension estimator, no SHAP analysis, and no structural-break test appear anywhere. The advertised conclusion is unverifiable from the manuscript.
- [Algorithm 1, §3.3] The feature matrix X includes the contemporaneous Series A column (the other market's same-day close) in addition to its lagged values and rolling statistics, with target y = Series B. Because the S&P 500 and S&P/ASX 200 trade in overlapping/sequential sessions, using same-day values as predictors means that the reported R² largely reflects contemporaneous cross-sectional association, not predictive forecasting. The train/test split is described only as '80%/20%' with no temporal ordering; on 130 daily points, a non-sequential split can place test observations before training observations, further leaking information. These issues undermine any claim of out-of-sample predictability.
- [Abstract/§4] The phrase 'statistically meaningful structural break' is never operationalized. No test statistic, confidence interval, or null hypothesis is defined for a break at 2 April 2025. The abstract's entropy and fractal-dimension values are presented without window lengths, embedding dimensions, or estimator settings, and no uncertainty quantification is provided for the pre/post comparisons (e.g., Higuchi 1.507→1.561). Even if the computations were present, the paper would need to justify that 130 daily observations are sufficient for these estimators to resolve a policy-induced break. As written, the structural-break claim cannot be adjudicated from the reported evidence.
minor comments (4)
- [Title/Abstract] The full-text title ('USA Tariffs Effect: Machine Learning Insights into the Stock Market') and the full-text abstract differ substantially from the arXiv title and abstract, which advertise entropy and fractal analyses. This inconsistency should be resolved.
- [§2] The text says weekly price data are used, but Figures 1 and 2 and Table 3 refer to daily closing prices. The appendix contains daily tables. Clarify whether the regression analysis uses daily or weekly data; the descriptions in §2 and §3.3 are inconsistent.
- [§3.1] The text states that R² is 'bounded between 0 and 1', which is not generally true; R² can be negative for poorly fitting models. The paper's own results (e.g., SVR R²=0.272) do not contradict this, but the statement is technically incorrect.
- [References] Reference formatting is inconsistent (some entries have DOIs, others do not; journal names are abbreviated in some entries). A uniform style, e.g., following the journal's reference guidelines, is needed.
Circularity Check
No circular derivation identified; the advertised abstract results are absent from the body, but that is a completeness/soundness defect, not circularity.
full rationale
Walking the paper's derivation chain, I find no step in which a claimed 'prediction' or 'first-principles result' reduces by construction to its inputs. The method section (3.3 and Algorithm 1) trains regression models on lagged and rolling features of the USA index to predict the Australian index and reports R², MSE, MAE, and MAPE on a held-out 20% test set (Table 4). This is a standard supervised evaluation; the out-of-sample R² is not defined in terms of the target outcome, so it is not circular even though the abstract's R²>0.98 is not reproduced in the body. The abstract's claims about permutation entropy and fractal dimensions (Higuchi, Katz, Sevcik) do not appear in the full text at all, so there is no derivation to be circular — the problem is missing analysis, not self-reference. The paper does not invoke any uniqueness theorem, does not rely on self-citation for its central premise, and does not rename an external result through new coordinates. The discrepancy between the abstract and the body is a serious scientific-publishing defect, but under the specified circularity rubric it is not a circularity: no equation is equated to another by construction and no fitted parameter is relabeled as a prediction. Accordingly, the honest finding is no significant circularity, score 0.
Axiom & Free-Parameter Ledger
free parameters (5)
- kNN number of neighbours k =
5
- SVR polynomial degree =
3
- Random Forest tree count =
100
- Lag set and rolling-window size =
lags {1,2,3}; rolling window 3
- Train/test split proportion =
80/20
axioms (4)
- domain assumption Publicly sourced daily closing prices are complete and accurately time-aligned between US and Australian markets.
- ad hoc to paper Using same-day/current-day values of one index as features to predict the other index is a valid forecasting setup without look-ahead bias.
- ad hoc to paper The abstract's entropy/fractal measures would be meaningful for detecting structural breaks in 130 daily observations over six months.
- standard math Standard definitions of R², MSE, MAE are accepted as evaluation metrics.
read the original abstract
This study presents a multiscale econometric framework to evaluate the impact of the USA tariff announcement of 2 April 2025 on the S&P 500 (USA) and S&P/ASX 200 (AUS) stock indices. We employ normalized permutation entropy (PE) to characterise the evolution of ordinal-pattern complexity and compute fractal-dimension estimates (Higuchi, Katz, Sevcik) to assess geometric scaling behaviour across different time-windows. Post-event PE remains uniformly high across windows, with values ranging from 0.666 to 0.913 for the USA and 0.690 to 0.923 for AUS, implying stable distributional entropy and no significant alteration of underlying symbolic dynamics. Fractal dimension estimates exhibit small but systematic changes: the Higuchi dimension increases (USA: 1.507 to 1.561; AUS: 1.524 to 1.533), indicating a marginal rise in high-frequency roughness, while Katz and Sevcik dimensions decline (USA Sevcik: 1.337 to 1.229), consistent with smoother medium-scale structure. Across all measures, the shock does not generate a statistically meaningful structural break. Additionally, machine-learning models (kNN, SVR, Random Forest, XGBoost, Neural Network) demonstrate strong cross-market predictability, with ensemble methods achieving out-of-sample R2>0.98. Overall, the results suggest that both markets absorbed the tariff shock rapidly, exhibiting stable multiscale dynamics despite heightened geopolitical uncertainty. A model-agnostic XAI framework combining SHAP attribution and permutation-based diagnostics is used to isolate robust and independent information content.
Forward citations
Cited by 1 Pith paper
-
Bayesian and Machine-Learning Analyses of Nonminimal $f(Q)$ Gravity and $H_0$ Tension
A nonminimal f(Q) gravity model fitted to CC, DESI BAO and three supernova samples gives H0 ≈ 68 km/s/Mpc, similar to ΛCDM, and is disfavored by BIC.
Reference graph
Works this paper leans on
-
[1]
The American Statistician 46(3):175–185, DOI 10.1080/00031305.1992.10475879
Altman NS (1992) An introduction to kernel and nearest-neighbor nonparametric regression. The American Statistician 46(3):175–185, DOI 10.1080/00031305.1992.10475879
Pith/arXiv arXiv 1992
-
[2]
Andersen TG, Bollerslev T, Diebold FX (2006) Volatility and correlation forecasting. In: Handbook of Economic Forecasting, vol 1, Elsevier, pp 777–878, DOI 10.1016/S1574-0706(05) 01015-3
-
[3]
URL https://www2.asx.com.au, accessed: July 2025
ASX Limited (2025) S&p/asx 200 historical data. URL https://www2.asx.com.au, accessed: July 2025
2025
-
[4]
Journal of Big Data 10(1):9
Ayitey Junior M, Appiahene P, Appiah O, Bombie CN (2023) Forex market forecasting using machine learning: Systematic literature review and meta-analysis. Journal of Big Data 10(1):9
2023
-
[5]
(2024) Comparative analysis of deep learning models for stock price prediction in the indian market
Barua M, Kumar T, Raj K, et al. (2024) Comparative analysis of deep learning models for stock price prediction in the indian market. FinTech 3(4):551–568
2024
-
[6]
Neural Information Process- ing—Letters and Reviews 11(10):203–224
Basak D, Pal S, Patranabis DC (2007) Support vector regression. Neural Information Process- ing—Letters and Reviews 11(10):203–224
2007
-
[7]
Journal of Econo- metrics 31(3):307–327, DOI 10.1016/0304-4076(86)90063-1
Bollerslev T (1986) Generalized autoregressive conditional heteroskedasticity. Journal of Econo- metrics 31(3):307–327, DOI 10.1016/0304-4076(86)90063-1
-
[8]
Machine Learning 45(1):5–32, DOI 10.1023/A: 1010933404324
Breiman L (2001) Random forests. Machine Learning 45(1):5–32, DOI 10.1023/A: 1010933404324
doi:10.1023/a: 2001
-
[9]
Cambridge University Press, DOI 10.1017/9781108524872
Brooks C (2019) Introductory Econometrics for Finance, 4th edn. Cambridge University Press, DOI 10.1017/9781108524872
-
[10]
Expert Systems with Applications 156:113464, DOI 10.1016/j.eswa.2020.113464
Bustos O, Pomares-Quimbaya A (2020) Stock market movement forecast: A systematic review. Expert Systems with Applications 156:113464, DOI 10.1016/j.eswa.2020.113464
arXiv 2020
-
[11]
IEEE Transactions on Information Theory 13(1):21–27, DOI 10.1109/TIT.1967.1053964
Cover TM, Hart PE (1967) Nearest neighbor pattern classification. IEEE Transactions on Information Theory 13(1):21–27, DOI 10.1109/TIT.1967.1053964
arXiv 1967
-
[12]
Draper N, Smith H (1998) Applied Regression Analysis. Wiley
1998
-
[13]
Econometrica 50(4):987–1007, DOI 10.2307/1912773
Engle RF (1982) Autoregressive conditional heteroscedasticity with estimates of the variance of united kingdom inflation. Econometrica 50(4):987–1007, DOI 10.2307/1912773
doi:10.2307/1912773 1982
-
[14]
The Review of Financial Studies 33(5):2223–2273, DOI 10.1093/rfs/hhaa009
Gu S, Kelly B, Xiu D (2020) Empirical asset pricing via machine learning. The Review of Financial Studies 33(5):2223–2273, DOI 10.1093/rfs/hhaa009
-
[15]
Hansen PR, Lunde A (2005) A forecast comparison of volatility models: Does anything beat a garch(1,1)? Journal of Applied Econometrics 20(7):873–889, DOI 10.1002/jae.800
doi:10.1002/jae.800 2005
-
[16]
Emerging Markets Finance and Trade 59(6):1767–1781
Hu Y, Guo H, Huang W, Xu Y (2023) Yield forecasting by machine learning algorithm: Evidence from china’s a-share market. Emerging Markets Finance and Trade 59(6):1767–1781
2023
-
[17]
OTexts, URL https: //otexts.com/fpp3/
Hyndman R, Athanasopoulos G (2018) Forecasting: Principles and Practice. OTexts, URL https: //otexts.com/fpp3/
2018
-
[18]
Advances in Intelligent Systems and Computing 698:405–414, DOI 10.1007/978-981-10-8633-5 42
Kumar K, Haider MT (2021) Blended computation of machine learning with the recurrent neural network for intra-day stock market movement prediction using a multi-level classifier. Advances in Intelligent Systems and Computing 698:405–414, DOI 10.1007/978-981-10-8633-5 42
-
[19]
R News 2(3):18–22
Liaw A, Wiener M (2002) Classification and regression by randomforest. R News 2(3):18–22
2002
-
[20]
Procedia Computer Science 191:123–130, DOI 10
Mehta A, Pandya S, Kotecha K (2021) Integrating sentiment analysis with deep learning models to enhance stock market prediction accuracy. Procedia Computer Science 191:123–130, DOI 10. 1016/j.procs.2021.07.015
2021
-
[21]
John Wiley & Sons
Montgomery DC, Peck EA, Vining GG (2012) Introduction to Linear Regression Analysis. John Wiley & Sons
2012
-
[22]
Entropy 22(8):840
Nabipour M, Nayyeri P, Jabani H, Mosavi A, Salwana E, S S (2020) Deep learning for stock market prediction. Entropy 22(8):840
2020
-
[23]
Noble WS (2006) What is a support vector machine? Nature Biotechnology 24(12):1565–1567
2006
-
[24]
Artificial Intelligence Review 53(4):3007–3057, DOI 10
Nti IK, Adekoya AF, Weyori BA (2020) A systematic review of fundamental and technical analysis of stock market predictions. Artificial Intelligence Review 53(4):3007–3057, DOI 10. 1007/s10462-019-09754-z 13
2020
-
[25]
In: 2024 IEEE International Students’ Conference on Electrical, Electronics and Computer Science (SCEECS), IEEE, pp 1–7
Somkunwar R, Rao J, Varvante N (2024) Stock value prediction accuracy enhancement using cnn and multiple linear regression for nifty. In: 2024 IEEE International Students’ Conference on Electrical, Electronics and Computer Science (SCEECS), IEEE, pp 1–7
2024
-
[26]
International Journal of Financial Studies 11(3):94
Sonkavde G, Dharrao DS, Bongale AM, Deokate ST, Doreswamy D, Bhat SK (2023) Forecasting stock market prices using machine learning and deep learning models: A systematic review, performance analysis and discussion of implications. International Journal of Financial Studies 11(3):94
2023
-
[27]
URL https://www.spglobal
S&P Dow Jones Indices (2025) S&p 500 historical market data. URL https://www.spglobal. com/spdji/en/indices/equity/sp-500/, accessed: July 2025
2025
-
[28]
Wiley, DOI 10.1002/9780470644553
Tsay RS (2010) Analysis of Financial Time Series, 3rd edn. Wiley, DOI 10.1002/9780470644553
-
[29]
Springer, DOI 10.1007/ 978-1-4757-2440-0
Vapnik VN (1995) The Nature of Statistical Learning Theory. Springer, DOI 10.1007/ 978-1-4757-2440-0
1995
-
[30]
In: The AI Revolution: Driving Business Innovation and Research: Volume 2, Springer Nature Switzerland, pp 219–232
Velmurugan R, Abey J, Nomran N (2024) Forecasting stock market prices through real- time stock data utilizing deep learning techniques. In: The AI Revolution: Driving Business Innovation and Research: Volume 2, Springer Nature Switzerland, pp 219–232
2024
-
[31]
Procedia Computer Science 167:599–606, DOI 10.1016/j.procs.2020.03.326
Vijh M, Chandola D, Tikkiwal VA, Kumar A (2020) Stock closing price prediction using machine learning techniques. Procedia Computer Science 167:599–606, DOI 10.1016/j.procs.2020.03.326
-
[32]
Willmott C (1985) Advantages of the mean absolute error (mae) over the root mean square error (rmse) in assessing average model performance. Climate Research 30:79–82 6 Appendix Table 1: Australian Stock Market Data Date Open High Low Close Date Open High Low Close 25-07-25 8,674.9 8,683.8 8,658.2 8,666.9 28-04-25 7,973.6 8,051.8 7,970.5 7,997.1 24-07-25 ...
1985
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.