REVIEW 4 major objections 5 minor 52 references
Uncertainty in Supply Chain Digital Twins: A Quantum-Classical Hybrid Approach
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read This paper claims that quantum feature transformation shifts uncertainty estimates and outlier flags in supply-chain hybrid models, with qubit count as the tuning lever and accuracy unchanged.
desk verdict The qubit effect on UQ is confounded by feature dimensionality, and the paper's own outlier data contradict its headline claim; the pipeline is a known assembly, and the internal inconsistencies (target variable naming, RMSE scale) undermine the numbers. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The mechanism is a hand-designed parameterized quantum feature map: input features are rotated onto qubits with RX/RY/RZ gates, Hadamard gates create superposition, parameterized RY/RZ rotations and CY/CRZ/CNOT/CZ entangling gates build expressivity, and the circuit is read out by Pauli-X/Y/Z expectation values that become the new feature vector. Its parameters are optimized to maximize mutual information with the target while penalizing feature correlation. Feeding these quantum-computed features into Bayesian ridge regression, quantile regression, random forest, and a Monte-Carlo-dropout neural network creates the hybrid UQ models, so qubit count effectively controls the dimension and structure of the feature space whose uncertainty behaviour the paper measures.
What would settle it
Re-run the same pipeline with classical nonlinear feature maps of identical output dimension (for example random Fourier features or a fixed random rotation of the inputs) and the same mutual-information selection; if the 4-to-16 dimension scaling reproduces the same uncertainty shifts, outlier counts, and RACE curves, the quantum-specific part of the claim is not supported. A permutation test with shuffled targets should also be done: if qubit-count effects persist under label shuffling, the differences are not signal-driven.
Extended reading notes
Core claim
The central claim is that quantum feature transformation is a lever on uncertainty quantification, not just on accuracy: substituting quantum-transformed features for raw features keeps point predictions comparable (R² ≈ 0.79, RMSE ≈ 0.78, MAE ≈ 0.75) while systematically changing the uncertainty estimates. The paper shows the hybrid Bayesian ridge and quantile models have significantly different predictive uncertainty than their classical counterparts (Wilcoxon p = 6.08E-51 and 9.33E-06), that hybrid models flag more uncertainty-based outliers, and that increasing the qubit count from 4 to 16 produces significant differences in uncertainty across configurations (Kruskal-Wallis p < 0.05) with no significant change in errors. The authors present this as evidence that larger quantum feature spaces alter how uncertainty propagates through classical UQ machinery, and they translate the effect into financial terms through a risk-adjusted cost-efficiency penalty.
Load-bearing premise
The load-bearing assumption is that this particular quantum circuit is a genuinely expressive feature map for the data; if the circuit's optimization just adds noise or extra dimensions, the observed qubit-dependent uncertainty differences could be artifacts of dimensionality rather than quantum-enhanced representation.
Editorial extensions
If this is right
- Qubit count can be used in practice as a tunable sensitivity knob for uncertainty reporting, since accuracy does not degrade while uncertainty changes.
- Supply-chain digital twins built this way will produce different outlier flags and confidence intervals than classical twins, which changes which transactions get flagged for human review.
- The risk-adjusted cost-efficiency formula gives managers a direct way to price the uncertainty difference, converting a statistical change into a financial consequence.
- Because HQBRR and HQQR are the models most sensitive to qubit count, deployment should involve choosing the qubit configuration per model rather than assuming one setting works for all.
Reading between the lines
- A natural extension the paper leaves implicit is a direct comparison against classical kernel feature maps of the same dimension, which would separate quantum expressivity from sheer input-space expansion.
- The paper's own results show RF and NN barely react to qubit scaling, so a follow-up could test whether the sensitivity difference tracks the UQ mechanism (tree variance vs. MC dropout) rather than the quantum features per se.
- If the qubit effect is real, it should reproduce on real supply-chain datasets and should change the calibration of prediction intervals (PICP) in a way that can be tested against classical baselines.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a quantum-classical hybrid framework for uncertainty quantification (UQ) in supply chain digital twin predictions. It applies Bayesian ridge regression (BRR), quantile regression (QR), random forest (RF), and a neural network (NN) to both classical features and quantum-transformed features (generated by parameterized circuits with 4 to 16 qubits), and compares UQ metrics such as uncertainty-error correlation, prediction interval coverage (PICP), outlier detection (OD) counts, and a proposed risk-adjusted cost efficiency (RACE) score. The central claim is that quantum feature transformations and increasing qubit counts alter predictive uncertainty and outlier detection outcomes without degrading predictive accuracy.
Significance. If the claims were established, the work would provide a practical demonstration that quantum feature transformations and qubit scaling can change UQ outputs in hybrid ML models, which could be relevant for supply chain risk management. The paper uses established UQ techniques, reports model-specific results including cases where quantum and classical models behave similarly, and includes a reproducibility-oriented supplement with code and synthetic data generation steps. However, the current experimental design does not isolate the qubit-count effect from input dimensionality, and an internal contradiction about the target variable undermines the quantitative results. As presented, the central claim is not convincingly supported.
major comments (4)
- [III.1 and Supplementary 'Synthetic data generation'] The target variable is defined inconsistently. Section III.1 states 'The target variable for this study is cost efficiency, which is a score between 0 and 1,' while the supplementary data-generation instructions (steps 5 and 6) create a feature called cost_efficiency and then define 'Target variable: disruption_impact,' using all columns except cost_efficiency and disruption_impact as features. This contradiction is load-bearing because Section IV.1 reports R2 ≈ 0.79, RMSE ≈ 0.78, and MAE ≈ 0.75 for models trained on the target. For a target bounded in [0,1], RMSE cannot be 0.78 with R2 = 0.79: R2 = 0.79 implies a target variance of about 2.90, which is impossible for a bounded 0–1 variable. The entire quantitative evaluation and the RACE analysis (Section IV.3) depend on which variable was actually predicted, so the manuscript must clarify the target, correct the metrics, or rerun the analysis accordingly.
- [III.1, III.2, IV.2] Qubit count is confounded with input dimensionality. Section III.1 states that RFE outputs 4, 6, ..., 16 features for different configurations, and Section III.2 uses the same number of qubits, measuring Pauli-X, -Y, and -Z expectation values per qubit. Therefore the hybrid models receive 3n features (e.g., 12 features for 4 qubits, 48 features for 16 qubits), while the classical models receive only the n original features (as confirmed in Section IV.1: 'Classical models directly used these features'). The Kruskal-Wallis tests in Section IV.2 across qubit configurations consequently test the joint effect of circuit width and feature dimensionality; they cannot attribute observed UQ differences to qubit count. The conclusion in Section V that 'higher qubit configurations enhance model sensitivity to data variability' is therefore unsupported. The experiment needs a control that keeps the number of input features fixed while varying qubits, or a classical baseline trained on the same 3n-dimensional feature set, to separate quantum effects from dimensionality effects.
- [IV.2 and V] The interpretation of the qubit-scaling results is internally contradictory. Section IV.2 reports that 'Figure 7 shows a decline in OD samples with more qubits' and concludes that 'higher qubit counts affect uncertainty modelling through feature representation and reduce OD detection,' yet Section V lists as a contribution 'the introduction of qubit scaling as a method to improve outlier detection, showing that higher qubit configurations enhance model sensitivity to data variability.' If the number of detected outliers decreases with qubit count, that is more naturally read as reduced sensitivity, not enhanced sensitivity. The authors need to reconcile these statements and specify the operational meaning of 'sensitivity' in the outlier-detection context, ideally with a precise definition and supporting statistics.
- [IV.1 and IV.2] The statistical evidence for 'distinct' or 'enhanced' uncertainty behavior relies on p-values without effect sizes or qualitative comparisons of magnitude. The Wilcoxon tests for BRR (p = 6.08E-51) and QR (p = 9.33E-06) in Section IV.1, and the Kruskal-Wallis tests in Section IV.2, can reach extremely small p-values even for negligible distributional shifts when the sample size is 300. The paper should report effect sizes (e.g., standardized mean differences, rank-biserial correlation) and show that the observed UQ differences are practically meaningful, especially because Table II shows modest differences in PICP and OD counts for several models. Without this, the claim that quantum features 'offer unique predictions' in terms of uncertainty is overstated.
minor comments (5)
- [Abstract and V] The phrase 'unique predictions' is used in the abstract and conclusions, but the paper reports comparable predictive accuracy (R2 ≈ 0.79 across models) and differences in uncertainty, not unique predictions. Consider replacing with 'unique uncertainty estimates' or 'distinct uncertainty behavior'.
- [IV.1, third paragraph] There is a missing closing parenthesis in 'quantum models exhibited narrower uncertainty bounds compared to classical models (see Figure 4.' Should be 'see Figure 4).'
- [IV.2] The sentence 'HQBRR drops from 27 samples to 22, 18 for qubits 4th, 6th, 8th, 10th and 12th' lists five qubit counts but only three values; it should be rewritten to list the OD count at each qubit configuration explicitly.
- [IV.3, Eq. (7)] The RACE formula in Eq. (7) is described as 'derived using [41]', but reference [41] is a CAPM/WACC financial modeling document and does not derive this linear penalty. Either provide an appropriate derivation or rephrase to say the formula is introduced as a risk-adjustment heuristic.
- [Supplementary 'Synthetic data generation'] The supplement says the data 'can be generated' but Section IV.1 says the dataset is 'provided as supplementary files.' Clarify whether the actual data files or only the generation code are provided.
Circularity Check
Core UQ comparisons are empirical and not circular; the RACE financial-impact analysis is a minor self-definitional step, and the qubit-count/feature-count confound is a validity issue rather than circularity.
-
self definitional
[Section IV.3, Eq. (7) and Figure 8 discussion]
"For this analysis, a Risk-Adjusted Cost Efficiency (RACE) is defined as a linear penalty formula and derived using [41]. β values for risk-neutral as β = 0, low risk aversion as β = 0.25, moderate risk aversion as β = 0.5, as high risk aversion β = 0.75 to very high risk aversions β = 1.0, were incorporated into the calculation of RACE, as RACE = Actual − β × Uncertainty. (7) ... Figure 8 shows differences in RACE across risk aversion levels for quantum and classical models."
RACE is literally defined as Actual minus β times Uncertainty. Therefore any difference in the uncertainty estimates between quantum and classical models mechanically produces a difference in RACE for β>0, independent of any empirical relationship between uncertainty and realized cost efficiency. The conclusion that uncertainty impacts quantum and classical models differently is a restatement of the input uncertainties under a user-chosen linear penalty, not a measured financial effect. The hand-set β grid makes the financial-impact comparison an artifact of definition, so this secondary 'derivation' reduces to its own input by construction.
full rationale
The core comparisons of predictive uncertainty are empirical: BRR, QR, RF, and NN and their hybrid versions are fitted to the synthetic data, and the reported uncertainties are computed from the fitted models (Eqs. 1-6). No equation in Section III or IV makes the predicted uncertainty equal to a fitted parameter by construction; the Wilcoxon and Kruskal-Wallis tests are applied to computed outputs. The main methodological weakness is a confound, not a circularity: Section III.1 selects 4,6,...,16 features via RFE, Section III.2 encodes those n features onto n qubits and reads 3n Pauli observables, so the qubit-count sweep simultaneously sweeps raw feature count and quantum feature dimension. This prevents causal attribution of the observed UQ changes to qubits, but it does not make the outputs equal to the inputs by definition. The only definitional step is the RACE transformation in Section IV.3, which is transparent but tautological; that accounts for the nonzero score.
Assumptions & free parameters
free parameters (4)
- Beta risk aversion levels (beta) =
0, 0.25, 0.5, 0.75, 1.0
- Cost_efficiency weighting coefficients =
Not specified
- Diversity penalty weight in quantum circuit cost =
Not specified
- IQR multiplier for uncertainty-based outlier detection =
Not specified
assumptions (4)
- domain assumption The synthetic data generation procedure (Poisson, normal, uniform distributions) produces data representative of a supply chain digital twin.
- ad hoc to paper The chosen quantum circuit ansatz provides a meaningful feature transformation whose expressivity increases with qubit count.
- ad hoc to paper For Bayesian ridge regression, aleatoric uncertainty is sigma^2 = 1/alpha and epistemic uncertainty is X*Sigma*X^T (Eqs. 1-2).
- standard math The Kruskal-Wallis and Wilcoxon tests apply to the compared model outputs as independent samples.
Cite this review
Pith. "Pith review of Uncertainty in Supply Chain Digital Twins: A Quantum-Classical Hybrid Approach." pith.science (2026). https://pith.science/paper/YCORC4YA
@misc{pith2026241110254,
author = {Pith},
title = {Pith review of: Uncertainty in Supply Chain Digital Twins: A Quantum-Classical Hybrid Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/YCORC4YA}},
note = {Machine review of arXiv:2411.10254}
}
read the original abstract
This study investigates uncertainty quantification (UQ) using quantum-classical hybrid machine learning (ML) models for applications in complex and dynamic fields, such as attaining resiliency in supply chain digital twins and financial risk assessment. Although quantum feature transformations have been integrated into ML models for complex data tasks, a gap exists in determining their impact on UQ within their hybrid architectures (quantum-classical approach). This work applies existing UQ techniques for different models within a hybrid framework, examining how quantum feature transformation affects uncertainty propagation. Increasing qubits from 4 to 16 shows varied model responsiveness to outlier detection (OD) samples, which is a critical factor for resilient decision-making in dynamic environments. This work shows how quantum computing techniques can transform data features for UQ, particularly when combined with classical methods.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Industry 4.0 and industry 5.0—inception, conception and perception,
X. Xu, Y . Lu, B. V ogel-Heuser, and L. Wang, “Industry 4.0 and industry 5.0—inception, conception and perception,” Journal of manufacturing systems, vol. 61, pp. 530–535, 2021
work page 2021
-
[2]
Developing human capabilities for supply chains: an industry 5.0 perspective,
S. Modgil, R. K. Singh, and S. Agrawal, “Developing human capabilities for supply chains: an industry 5.0 perspective,” Annals of Operations Research, pp. 1–31, 2023
work page 2023
-
[3]
Industry 5.0: towards a sustainable, human-centric and resilient european industry,
M. Breque, L. De Nul, A. Petridis et al. , “Industry 5.0: towards a sustainable, human-centric and resilient european industry,” Luxem- bourg, LU: European Commission, Directorate-General for Research and Innovation, vol. 46, 2021
work page 2021
-
[4]
D. Ivanov, “Predicting the impacts of epidemic outbreaks on global supply chains: A simulation-based analysis on the coronavirus outbreak (covid-19/sars-cov-2) case,” Transportation Research Part E: Logistics and Transportation Review, vol. 136, p. 101922, 2020
work page 2020
-
[5]
Disruption detection for a cognitive digital supply chain twin using hybrid deep learning,
M. Ashraf, A. Eltawil, and I. Ali, “Disruption detection for a cognitive digital supply chain twin using hybrid deep learning,” Operational Research, vol. 24, no. 2, pp. 1–31, 2024
work page 2024
-
[6]
G. Baryannis, S. Validi, S. Dani, and G. Antoniou, “Supply chain risk management and artificial intelligence: state of the art and future re- search directions,” International journal of production research, vol. 57, no. 7, pp. 2179–2202, 2019
work page 2019
-
[7]
A systematic review of the research trends of machine learning in supply chain management,
D. Ni, Z. Xiao, and M. K. Lim, “A systematic review of the research trends of machine learning in supply chain management,” International Journal of Machine Learning and Cybernetics , vol. 11, pp. 1463–1482, 2020
work page 2020
-
[8]
Quantum computing methods for supply chain management,
H. Jiang, Z.-J. M. Shen, and J. Liu, “Quantum computing methods for supply chain management,” in 2022 IEEE/ACM 7th Symposium on Edge Computing (SEC). IEEE, 2022, pp. 400–405
work page 2022
Show all 52 references
-
[9]
A review of predictive uncertainty estimation with machine learning,
H. Tyralis and G. Papacharalampous, “A review of predictive uncertainty estimation with machine learning,”Artificial Intelligence Review, vol. 57, no. 4, p. 94, 2024
2024
-
[10]
A survey on uncertainty quantification in deep learning for financial time series prediction,
T. Blasco, J. S. S ´anchez, and V . Garc ´ıa, “A survey on uncertainty quantification in deep learning for financial time series prediction,” Neurocomputing, vol. 576, p. 127339, 2024
2024
-
[11]
Schuld and F
M. Schuld and F. Petruccione, Machine learning with quantum comput- ers. Springer, 2021, vol. 676
2021
-
[12]
Variational quantum algorithms,
M. Cerezo, A. Arrasmith, R. Babbush, S. C. Benjamin, S. Endo, K. Fujii, J. R. McClean, K. Mitarai, X. Yuan, L. Cincio et al. , “Variational quantum algorithms,” Nature Reviews Physics , vol. 3, no. 9, pp. 625– 644, 2021
2021
-
[13]
Applying monte carlo dropout to quantify the uncertainty of skip connection-based convolu- tional neural networks optimized by big data,
A. Choubineh, J. Chen, F. Coenen, and F. Ma, “Applying monte carlo dropout to quantify the uncertainty of skip connection-based convolu- tional neural networks optimized by big data,” Electronics, vol. 12, no. 6, p. 1453, 2023
2023
-
[14]
Uncertainty quantification for digital twins in smart manufacturing and robotics: A review,
S. Battula, S. Alla, E. Ramana, N. K. Kumar, and S. B. Murthy, “Uncertainty quantification for digital twins in smart manufacturing and robotics: A review,” in Journal of Physics: Conference Series, vol. 2837, no. 1. IOP Publishing, 2024, p. 012059
2024
-
[15]
Modelling and prediction of major soil chemical properties with random forest: Machine learning as tool to understand soil-environment relationships in antarctica,
R. G. Siqueira, C. M. Moquedace, E. I. Fernandes-Filho, C. E. Schaefer, M. R. Francelino, I. F. Sacramento, and R. F. Michel, “Modelling and prediction of major soil chemical properties with random forest: Machine learning as tool to understand soil-environment relationships i...
2024
-
[16]
Evaluating high-variance leaves as uncertainty measure for random forest regression,
T.-M. Dutschmann and K. Baumann, “Evaluating high-variance leaves as uncertainty measure for random forest regression,” Molecules, vol. 26, no. 21, p. 6514, 2021
2021
-
[17]
Uncertainty quantification in machine learning for engineering design and health prognostics: A tutorial,
V . Nemani, L. Biggio, X. Huan, Z. Hu, O. Fink, A. Tran, Y . Wang, X. Zhang, and C. Hu, “Uncertainty quantification in machine learning for engineering design and health prognostics: A tutorial,” Mechanical Systems and Signal Processing , vol. 205, p. 110796, 2023
2023
-
[18]
Diffhybrid-uq: uncertainty quan- tification for differentiable hybrid neural modeling,
D. Akhare, T. Luo, and J.-X. Wang, “Diffhybrid-uq: uncertainty quan- tification for differentiable hybrid neural modeling,” arXiv preprint arXiv:2401.00161, 2023
2023 arXiv
-
[19]
Quantum approximate bayesian optimization algorithms with two mixers and uncertainty quantification,
J. E. Kim and Y . Wang, “Quantum approximate bayesian optimization algorithms with two mixers and uncertainty quantification,” IEEE Trans- actions on Quantum Engineering , 2023
2023
-
[20]
Bayesian quantum neural networks,
N. Nguyen and K.-C. Chen, “Bayesian quantum neural networks,” IEEE Access, vol. 10, pp. 54 110–54 122, 2022
2022
-
[21]
Quantum conformal prediction for reliable uncertainty quantification in quantum machine learning,
S. Park and O. Simeone, “Quantum conformal prediction for reliable uncertainty quantification in quantum machine learning,” IEEE Trans- actions on Quantum Engineering , 2023
2023
-
[22]
Triqxnet: Forecasting dst index from solar wind data using an interpretable parallel classical-quantum framework with uncertainty quantification,
M. A. Jahin, M. Mridha, Z. Aung, N. Dey, and R. S. Sherratt, “Triqxnet: Forecasting dst index from solar wind data using an interpretable parallel classical-quantum framework with uncertainty quantification,” arXiv preprint arXiv:2407.06658, 2024
2024
-
[23]
Quantum embeddings for machine learning,
S. Lloyd, M. Schuld, A. Ijaz, J. Izaac, and N. Killoran, “Quantum embeddings for machine learning,” arXiv preprint arXiv:2001.03622 , 2020
2001 arXiv
-
[24]
Kacq-dcnn: Uncertainty-aware interpretable kolmogorov- arnold classical-quantum dual-channel neural network for heart disease detection,
M. A. Jahin, M. A. Masud, M. F. Mridha, Z. Aung, and N. Dey, “Kacq-dcnn: Uncertainty-aware interpretable kolmogorov- arnold classical-quantum dual-channel neural network for heart disease detection,” 2024. [Online]. Available: https://arxiv.org/abs/2410.07446
2024 arXiv
-
[25]
Scikit-learn: Machine learning in python,
F. Pedregosa, G. Varoquaux, A. Gramfort, V . Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V . Dubourg et al. , “Scikit-learn: Machine learning in python,” the Journal of machine Learning research, vol. 12, pp. 2825–2830, 2011
2011
-
[26]
M. A. Nielsen and I. L. Chuang, Quantum computation and quantum information. Cambridge university press, 2010
2010
-
[27]
Goodfellow, Y
I. Goodfellow, Y . Bengio, and A. Courville, Deep Learning. MIT Press, 2016, http://www.deeplearningbook.org
2016
-
[28]
Pennylane: Automatic differentiation of hybrid quantum-classical com- putations,
V . Bergholm, J. Izaac, M. Schuld, C. Gogolin, S. Ahmed, V . Ajith, M. S. Alam, G. Alonso-Linaje, B. AkashNarayanan, A. Asadi et al. , “Pennylane: Automatic differentiation of hybrid quantum-classical com- putations,” arXiv preprint arXiv:1811.04968 , 2018
2018 arXiv
-
[29]
Quantile regression,
R. Koenker, “Quantile regression,” Cambridge Univ Pr , 2005
2005
-
[30]
Random forests,
L. Breiman, “Random forests,” Machine learning , vol. 45, pp. 5–32, 2001
2001
-
[31]
A study of cross-validation and bootstrap for accuracy estimation and model selection,
R. Kohavi, “A study of cross-validation and bootstrap for accuracy estimation and model selection,” Morgan Kaufman Publishing , 1995
1995
-
[32]
Adam: A method for stochastic optimization,
D. P. Kingma, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[33]
Dropout: a simple way to prevent neural networks from over- fitting,
N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhut- dinov, “Dropout: a simple way to prevent neural networks from over- fitting,” The journal of machine learning research , vol. 15, no. 1, pp. 1929–1958, 2014. 9
1929
-
[34]
C. M. Bishop and N. M. Nasrabadi, Pattern recognition and machine learning. Springer, 2006, vol. 4, no. 4
2006
-
[35]
Interpreting uncertainty in bayesian linear regression,
T. Korbak, “Interpreting uncertainty in bayesian linear regression,” 2020, accessed: 2024-11-12. [Online]. Available: https://tomekkorbak. com/2020/05/29/interpreting-uncertainty-in-bayesian-linear-regression/
2020
-
[36]
Dropout as a bayesian approximation: Representing model uncertainty in deep learning,
Y . Gal and Z. Ghahramani, “Dropout as a bayesian approximation: Representing model uncertainty in deep learning,” in international conference on machine learning . PMLR, 2016, pp. 1050–1059
2016
-
[37]
Compre- hensive review of neural network-based prediction intervals and new advances,
A. Khosravi, S. Nahavandi, D. Creighton, and A. F. Atiya, “Compre- hensive review of neural network-based prediction intervals and new advances,” IEEE Transactions on neural networks , vol. 22, no. 9, pp. 1341–1356, 2011
2011
-
[38]
Hawkins, d. m.: Identification of outliers. chapman and hall, london – new york 1980, 188 s., £ 14, 50,
G. Enderlein, “Hawkins, d. m.: Identification of outliers. chapman and hall, london – new york 1980, 188 s., £ 14, 50,” Biometrical Journal, vol. 29, pp. 198–198, 1987. [Online]. Available: https: //api.semanticscholar.org/CorpusID:121985057
1980
-
[39]
Wilcoxon signed-rank test,
R. F. Woolson, “Wilcoxon signed-rank test,” Encyclopedia of Biostatis- tics, vol. 8, 2005
2005
-
[40]
Methodology and application of the kruskal-wallis test,
E. Ostertagova, O. Ostertag, and J. Kov ´aˇc, “Methodology and application of the kruskal-wallis test,” Applied mechanics and materials , vol. 611, pp. 115–120, 2014
2014
-
[41]
Financial modeling: Capm & wacc,
C. L. D. P. U.S. Department of Commerce, “Financial modeling: Capm & wacc,” https://cldp.doc.gov/sites/default/files/PPP%20Authority% 20Financial%20Modeling%20CAPM,%20W ACC,%20and%20Iteration. pdf#:∼:text=Formula%20for%20Expected%20Return%20of%20an% 20Asset%20,%20%28ERm%20%20R...
2024
-
[42]
Gareth, W
J. Gareth, W. Daniela, H. Trevor, and T. Robert, An introduction to statistical learning: with applications in R . Spinger, 2013
2013
-
[43]
Quantum theory approach to performance enhancement in machine learning,
M. O. Adebiyi, D. Fatinikun-Olaniyan, F. Osang, and A. A. Adebiyi, “Quantum theory approach to performance enhancement in machine learning,” in 2023 International Conference on Science, Engineering and Business for Sustainable Development Goals (SEB-SDG) , vol. 1. IEEE, 2023, pp. 1–7
2023
-
[44]
A comparative analysis of hybrid-quantum classical neural networks,
K. Zaman, T. Ahmed, M. A. Hanif, A. Marchisio, and M. Shafique, “A comparative analysis of hybrid-quantum classical neural networks,” arXiv preprint arXiv:2402.10540 , 2024. 10 SUPPLEMENTARY FILES AND DATA SYNTHETIC DATA GENERATION The synthetic data can be generated by follow...
2024 arXiv
-
[45]
Libraries: Import libraries such as numpy, pandas, and sklearn (for train/test split, pre-processing, classification, regression, etc.)
-
[46]
Seed: Set a random seed using np.random.seed() to ensure reproducibility of results
-
[47]
Generate synthetic dataset: • Create product_demand using a Poisson distribution. • Create features such as inventory_levels, lead_time, order_quantity, transportation_costs, storage_costs, production_costs, and sales_price using normal distributions with different means and s...
-
[48]
Label encode categorical features: Convert the categorical features such as weather_conditions and market_trends into a numerical format using LabelEncoder
-
[49]
Create a new feature for cost efficiency: Compute cost_efficiency as a weighted sum of several cost features such as production, transportation, storage, and labour costs with added random noise:
-
[50]
• Target variable: disruption_impact
Define the feature columns and target variable: • Feature columns: All columns except cost_efficiency and disruption_impact. • Target variable: disruption_impact
-
[51]
Split the dataset: Split the dataset into training and testing sets, allocating 70% to training and 30% to testing
-
[52]
• Transform both the training and testing data using the fitted scaler
Standardise the feature columns: Use StandardScaler to normalise the feature columns: • Fit the scaler on the training data. • Transform both the training and testing data using the fitted scaler. A distribution of such generated data is given in Figure 10. Fig. 10: Data distr...
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.