Nothing found. Try a different query.
📝 ड्राफ़्ट · केवल एडमिन 23
📝 ड्राफ़्ट August 25, 2026
#machine-learning
XGBoost for Return Direction: Class Imbalance and Decision Thresholds
Return-direction classifiers are imbalanced problems, and 0.5 is the wrong decision threshold. Comparing scale_pos_weight, focal loss, and precision-constrained threshold optimization on crypto data — plus the engineering differences between XGBoost, LightGBM, and CatBoost.
#machine-learning#xgboost#gradient-boosting
लेख पढ़ें →
📝 ड्राफ़्ट August 24, 2026
#causal-inference
Transfer Entropy: Which Way Does Information Flow Between Crypto Assets?
DCC-GARCH tells you when crypto dependence tightens. Transfer entropy tells you which way it points. A directed information-flow measure, its null calibration, and an honest account of what it does and does not add over average pairwise correlation.
#causal-inference#transfer-entropy#information-theory
लेख पढ़ें →
📝 ड्राफ़्ट August 21, 2026
#causal-inference
Synthetic Control Methods for Evaluating Trading Strategies
This series has priced the selection route to a false edge — DSR prices the winner, PBO prices the search. Neither touches confounding: the strategy that made money because volatility doubled the week you deployed it. The Synthetic Control Method builds a weighted counterfactual from a donor pool of untouched instruments and gives you a falsification criterion and a placebo p-value.
#causal-inference#synthetic-control#counterfactual
लेख पढ़ें →
📝 ड्राफ़्ट August 19, 2026
#deep-learning
Physics-Informed Neural Networks for Options Pricing
Putting the Heston, free-boundary, and jump-diffusion pricing PDEs into a neural network loss — the log-price residual, the mixed-partial autograd trick, and what still needs measuring.
#deep-learning#PINN#options
लेख पढ़ें →
📝 ड्राफ़्ट August 18, 2026
#causal-inference
PCMCI: Causal Discovery in Multivariate Crypto Time Series
How PCMCI's two-stage MCI test recovers directed causal links between crypto assets where correlation and bivariate Granger cannot — the construction, the tigramite pipeline, and the real-data study it still needs.
#causal-inference#PCMCI#causal-discovery
लेख पढ़ें →
📝 ड्राफ़्ट August 17, 2026
#microstructure
Order Flow Imbalance: The Cont-Kukanov-Stoikov Event Decomposition
Turning raw book updates into a signed flow quantity: the CKS event decomposition, multi-level OFI with PCA reduction, and Lee-Ready trade classification — plus an honest accounting of what the headline R-squared actually measures.
#microstructure#order-flow#imbalance
लेख पढ़ें →
📝 ड्राफ़्ट August 14, 2026
#model-compression
Model Pruning for Low-Latency Trading Inference
Magnitude and structured pruning, the Lottery Ticket Hypothesis, movement pruning, distillation and 2:4 sparsity — the methods behind shrinking a trading model, and what still has to be measured before any of it ships.
#model-compression#pruning#lottery-ticket
लेख पढ़ें →
📝 ड्राफ़्ट August 12, 2026
#mathematics
Koopman Operators and DMD: Do Market Modes Survive Out-of-Sample?
Dynamic Mode Decomposition fits a linear operator to nonlinear market dynamics. The only question that matters: do the fitted modes persist from one window to the next, and does the rolling spectral radius lead realised volatility? Here is the measurement protocol and the code to run it.
#mathematics#Koopman#dynamical-systems
लेख पढ़ें →
📝 ड्राफ़्ट August 11, 2026
#model-compression
Knowledge Distillation: Compressing Trading Models for Low-Latency Deployment
The blog's standing answer to the accuracy-vs-latency tension is a two-stage fast/slow split. Distillation is a different answer: train one small model to mimic the ensemble. The KD loss, temperature, born-again nets, early exits for a variable latency budget, and the distill-to-FPGA pipeline — plus the measurements that would decide whether it beats the two-stage split.
#model-compression#distillation#latency
लेख पढ़ें →
📝 ड्राफ़्ट August 10, 2026
#causal-inference
The Other Way a Regression Lies: Endogeneity, 2SLS, and the Gamma Calibration Problem
Selection bias in the search is not the only way a regression fools you. When the regressor is correlated with the error, more data makes the estimate more confidently wrong. Instrumental variables applied to the one endogeneity problem this blog has already left open: permanent impact from net taker flow.
#causal-inference#instrumental-variables#2SLS
लेख पढ़ें →
📝 ड्राफ़्ट August 9, 2026
#microstructure
Hawkes Processes for Order Arrival and Market Event Modeling
Fitting a self-exciting point process to real crypto trade tape: where the three numbers (mu, alpha, beta) come from, how to estimate the branching ratio n, whether the exponential kernel survives a goodness-of-fit test, and how much n moves when you change the estimation window.
#microstructure#Hawkes-process#point-process
लेख पढ़ें →
📝 ड्राफ़्ट August 8, 2026
#deep-learning
Hamiltonian Neural Networks: Does a Financial System Conserve Anything?
Hamiltonian Neural Networks are provably stable — but stability is worthless if the conserved quantity does not exist. Learning a scalar H via autograd, symplectic integration, and the falsification test that decides whether a financial (q, p) pair is canonical at all.
#deep-learning#Hamiltonian#physics-informed
लेख पढ़ें →
📝 ड्राफ़्ट August 7, 2026
#causal-inference
Toda-Yamamoto vs Differenced Granger: Does the BTC Lead-Lag Survive?
Granger causality on crypto prices done two ways — differenced returns and Toda-Yamamoto on levels — with a correct Wald implementation, an effective-N corrected causality matrix, and a rolling-stability test of whether the lag is tradeable at all.
#causal-inference#Granger-causality#lead-lag
लेख पढ़ें →
📝 ड्राफ़्ट August 6, 2026
#bayesian
Gaussian Processes for Non-Parametric Price Modeling
Kernel design for financial time series — Matern roughness, locally periodic composition, spectral mixtures — and the marginal likelihood as a regularizer that needs no validation set. Plus the honest list of what still has to be measured before any of it is tradeable.
#bayesian#gaussian-process#kernel
लेख पढ़ें →
📝 ड्राफ़्ट August 5, 2026
#deep-learning
Fourier Neural Operator for PDE-Based Financial Modeling
Operator learning maps whole function spaces, not points — how the Fourier Neural Operator parameterizes a PDE solution operator in frequency space, what that buys for option pricing, and which of its claims still need measuring on real hardware.
#deep-learning#FNO#PDE
लेख पढ़ें →
📝 ड्राफ़्ट August 3, 2026
#machine-learning
Ensemble Methods: Combining Weak Learners for Robust Alpha
Three things about trading ensembles this blog has not covered: why the covariance term — not model count — dominates ensemble error, how stacking works as a signal-combination layer with out-of-fold meta-features, and whether turnover netting across many signals actually reduces execution cost.
#machine-learning#ensemble#bagging
लेख पढ़ें →
August 2, 2026
#causal-inference
डबल मशीन लर्निंग: रिटर्न की भविष्यवाणी के बजाय एक कारणीय पैरामीटर का अनुमान लगाना
इस ब्लॉग का हर मॉडल अब तक यह उत्तर देता है 'क्या क्या की भविष्यवाणी करता है?'। डबल एमएल उत्तर देता है 'क्या क्या का कारण बनता है?' — एक मानक त्रुटि के साथ जिसे आप बचा सकते हैं। आंशिक रूप से रेखीय मॉडल, Neyman orthogonality, ऑर्डर बुक डेटा पर purged cross-fitting, और ईमानदार खाता कि एक मान्य DML विश्वास अंतराल केवल एक पूर्व-निर्धारित प्रश्न पर बना रहता है।
#causal-inference#double-ML#treatment-effect
लेख पढ़ें →
August 1, 2026
#causal-inference
ट्रेडिंग में विषमधर्मी उपचार प्रभावों के लिए कॉज़ुअल फ़ॉरेस्ट
इस ब्लॉग पर हर बैकटेस्ट एक सशर्त माध्य का अनुमान लगाता है। कॉज़ुअल फ़ॉरेस्ट इसके बजाय एक सशर्त उपचार प्रभाव का अनुमान लगाते हैं — tau(x) mu(x) के बजाय — ईमानदार विभाजन, एक अनुकूली-कर्नेल वेट प्रतिनिधित्व और एक कैलिब्रेशन परीक्षण के साथ जो आपको बताता है कि क्या आपके द्वारा पाई गई विषमधर्मता वास्तविक है।
#causal-inference#causal-forest#heterogeneous-effects
लेख पढ़ें →
व्यवस्थित ट्रेडिंग पाइपलाइनों के लिए ऑटोएमएल
स्वचालित फ़ीचर जेनरेशन (tsfresh, फ़ीचरटूल्स), बजट-जागरूक मॉडल खोज (FLAML की लागत-मितव्ययी ऑप्टिमाइज़र), और वर्ल्डक्वांट फ़ॉर्मूलाइक अल्फा फ़ैक्टरी - इस ब्लॉग के खोज-और-ओवरफ़िट आर्क के अनुसंधान पाइपलाइन के कुछ हिस्सों को कभी कवर नहीं किया गया, और आर्क के स्वयं के परिणाम उनके बारे में क्या कहते हैं।
#AutoML#NAS#feature-engineering
लेख पढ़ें →
MEV सप्लाई चेन: PBS, MEV-Boost, और कौन वास्तव में मूल्य कैप्चर करता है
MEV एक अकेले बॉट से एक असेंबली लाइन बन गया: सर्चर, बिल्डर, रिले, प्रपोजर। प्रपोजर-बिल्डर सेपरेशन, MEV-Boost की सील्ड-बिड ब्लॉक नीलामी, क्यों सर्चर का मार्जिन बोली लगाकर खत्म हो जाता है, ऑर्डर-फ्लो नीलामी नए खाई के रूप में, और सोलाना का Jito मॉडल कैसे अलग है, इसका एक तकनीकी वॉक थ्रू।
#mev#pbs#mev-boost
लेख पढ़ें →