Nothing found. Try a different query.
📝 Rascunhos · apenas admin 23
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
📝 Rascunho 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
Read Article →
August 2, 2026
#causal-inference
Double Machine Learning: Estimando um Parâmetro Causal em Vez de Prever Retornos
Todos os modelos neste blog até agora respondem 'o que prediz o quê'. Double ML responde 'o que causa o quê' — com um erro padrão que você pode defender. O modelo parcialmente linear, ortogonalidade de Neyman, cross-fitting purgado em dados de livro de ordens e um relato honesto de por que um intervalo de confiança DML válido sobrevive exatamente a uma pergunta pré-especificada.
#causal-inference#double-ML#treatment-effect
Read Article →
August 1, 2026
#causal-inference
Causal Forests para Efeitos de Tratamento Heterogêneos no Trading
Cada backtest neste blog estima uma média condicional. Causal forests estimam um efeito de tratamento condicional em vez disso — tau(x) em vez de mu(x) — com honest splitting, uma representação de pesos de kernel adaptativo, e um teste de calibração que lhe diz se a heterogeneidade que você encontrou é real.
#causal-inference#causal-forest#heterogeneous-effects
Read Article →
AutoML para pipelines de trading sistemático
Geração automatizada de atributos (tsfresh, Featuretools), busca de modelos consciente do orçamento (o otimizador econômico em custo do FLAML) e a fábrica de alfas formulaicos da WorldQuant — as partes do pipeline de pesquisa que esta série sobre busca e overfitting nunca cobriu, e o que os próprios resultados da série dizem sobre elas.
#AutoML#NAS#feature-engineering
Read Article →