CORTEXA
← Browse
zenodoPreprint2026-07-29

MonteCarloJackknife.jl: Fast and Scalable Monte Carlo Approximation of Delete-d Jackknife Estimators in Julia

Soner AYDIN

This paper introduces MonteCarloJackknife.jl, an open-source Julia package that implements Monte Carlo approximation of delete-d jackknife estimators. Rather than exhaustively enumerating all deletion subsets, the package randomly samples a user-specified number of subsets, computes the parameter of interest on these subsets and combines their values. This reduces the computational complexity from combinatorial in the number of possible subsets to linear in the number of Monte Carlo samples while retaining the flexibility of the deleted jackknife framework. The package accepts arbitrary user-defined Julia functions, supports both scalar and vector-valued estimators, provides optional multithreaded execution, and returns Monte Carlo estimates together with estimated standard errors and the corresponding jackknife replicates. The generic implementation makes the package applicable to a wide range of statistical procedures and modern machine learning models. Several examples demonstrate that accurate approximations can be obtained using only a small fraction of all possible delete-d subsets, making delete-d jackknife practical for problems that are computationally intractable under exhaustive enumeration.

View free PDFSource page

Related papers

zenodoPreprint2026-07-29

FOREX-SHIELD: A Multi-Modal Cyber-Defense Pipeline Combining Adversarially Hardened DeepLOB, Financial Transformers, and Zero-Knowledge Proofs for High-Frequency Foreign Exchange Settlement

Saiful Islam Tanvir

High-Frequency Foreign Exchange (FX) electronic execution networks process in excess of $7.5 trillion in daily spot volume across geographically distributed matching engines. Modern institutional trading infrastructure relies heavily on automated limit order book (LOB) forecastin…

View free PDFSource page
zenodoPreprint2026-07-28

Evaluation of complementary aspects of explainable AI techniques SHAP and LIME for deep neural networks for data sets in NLP domain

Ramesh Adeep Mohamed Arnest, Gursel Serpen

Abstract - Rapid advancements in large language models have enabled significant progress in solving complex real-world problems using deep neural networks (DNN). However, the black box nature of these DNN models poses significant challenges when it comes to explaining their decis…

View free PDFSource page