Mathematics & Statistics · Purdue · Class of 2027

Prabhat M

Quantitative research: rigorous models that explain why, not just predict that.

Most recently: a pre-registered, six-week study of how prediction markets priced the 2026 World Cup. It found a real 600ms lead between venues, then showed that none of it survives contact with the order book. Read the write-up.

Focus
Quant Research · Prediction Markets
Based
West Lafayette, IN
Status
Open to FT 2027
104World Cup matches priced tick-by-tick, both venues, one wall clock
11Predictions pre-registered before kickoff, graded in public after: 6 pass, 2 fail, 3 inconclusive
01

About

Currently

Writing up xResidual, a six-week live study of how prediction markets priced the 2026 World Cup: pre-registered in June, graded in public on July 19. Finalizing the QuantF1 methodology paper for arXiv submission.

I'm a Math and Statistics senior at Purdue, graduating May 2027. My work sits at the intersection of quantitative finance, sports analytics, and applied machine learning. What interests me most is the mechanism behind a result: models whose predictions come with reasons attached.

Over the past two years I've self-built an implementation library covering the core syllabus of a graduate-level quantitative finance program: option pricing through exotics, credit risk models, factor models, portfolio optimization, time series analytics. More recently, I've been developing QuantF1: a hierarchical Bayesian study of how far a Formula 1 driver's skill can be separated from their machinery. The methodology paper is in preparation for arXiv.

Co-founder of UltraRice, fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit. UltraRice works on ultrasonic rice fortification for malnutrition in India, started at 17 and funded with $20,000+ in non-dilutive grants from Tyler Cowen's Emergent Ventures India (Mercatus Center, George Mason University) on the strength of independent research. Public financials at bank.hackclub.com/ultrarice. Before that, The Knowledge Society (2022), where UltraRice began as an end-of-year moonshot. Selected for the 2026 IMC Trading US Chess Academy, one of 20 brackets nationwide, finishing 7th in the qualifier.

Languages

  • Python
  • C++
  • SQL
  • R

Quant Methods

  • Hierarchical Bayesian (PyMC)
  • Market Microstructure
  • Monte Carlo & Exotics
  • Time Series (ARIMA/GARCH)
  • Factor Models & Optimization
  • Walk-Forward Validation
  • Kelly Sizing

Infrastructure

  • Azure · AWS
  • Docker
  • systemd
  • CI/CD · GitHub Actions
  • SQLite
  • Git
02

Research

Flagship

Three threads of one instinct: rigorous models that explain why, not just predict that: risk-adjusted sports analytics, prediction-market efficiency, and systematic quantitative finance.

Sports Analytics

QuantF1

Flagship

A hierarchical Bayesian study of 76,000 F1 laps (2022–25, PyMC/NUTS, AR(1) Student-t) examining how far a driver's skill can be separated from their machinery. Championship-points variance decomposes into roughly 70% pace, 26% conversion, 4% luck, isolating conversion as a measurable within-team skill; the cross-team split is only weakly identified, swinging 47–71% on the removal of a single team switch. Paper: arXiv, in preparation.

Read the Series GitHub · Private until release arXiv Paper · in preparation

Analytical Framework 7 dimensions · 5 published, 2 forthcoming

01

Sharpe Ratio

Published

Efficiency: how much pace does a driver extract per unit of chaos?

02

Sortino Ratio

Published

Controlled Aggression: which mistakes actually matter?

03

Execution Profile

Published

Behavior: how is performance delivered?

04

Alpha

Published

Skill vs Machinery: separating the driver from the car.

05

Drawdown and Recovery

Published

Resilience: what happens when things go wrong?

06

Regime Sensitivity

Forthcoming · arXiv

Context: when does a driver's execution work?

07

Consistency

Forthcoming · arXiv

Repeatability: is this structural skill or situational brilliance?

Prediction Markets

xResidual

Complete · Graded Jul 19, 2026

A six-week live study of how the sharpest forecasts on earth (prediction markets like Kalshi and Polymarket, benchmarked against bookmaker consensus) priced all 104 matches of the 2026 World Cup. Eleven falsifiable predictions were pre-registered before kickoff on June 11 and graded in public when the tournament closed on July 19. Every published figure resolves from the data artifact through generated macros, guarded by regression tests that fail on drift. The full record, predictions, code, and grading, stays up.

The 2026 World Cup title race as the prediction markets price it through the buildup: implied championship probability trajectories for the leading contenders.
Title-race trajectories · drawn from the tracker's published data feed

The Pipeline 6 stages · Elo → Monte Carlo → residuals → calibration → in-play

01

Expectation Baseline

Baseline

World Football Elo over 49k historical results, paired with a Skellam goal model.

02

Monte Carlo Engine

Simulation

Format-aware tournament sim: 40k iterations, FIFA best-thirds rules, Transfermarkt squad-value blending, and an empirical-Bayes confederation-bias correction.

03

Residual Analysis

Core

Log-score and standardized z-scores with honest sigma discipline: expectation vs. outcome.

04

Market Microstructure

Markets

Order-book depth, spreads, imbalance, and cross-venue price discovery across Kalshi and Polymarket.

05

Calibration

Validation

CORP isotonic reliability diagrams with consistency bands and three devig methods: falsifiable predictions pre-registered, graded in public on Jul 19.

06

In-Play Capture

In-Play

Millisecond-stamped websocket capture of both order books throughout every match, with auto goal-shock detection and the goal-overreaction fade test (P10).

Systematic Trading & Derivatives

Quantitative Finance

Implementation work spanning derivatives, portfolio construction, and systematic trading, including a production prediction-market forecasting system currently paper-trading via daily GitHub Actions.

Quant-Finance Repository

Quant-Finance

End-to-end research and implementation library covering Black-Scholes, Monte Carlo for Asian/Barrier/Lookback/Rainbow exotics, Merton credit model, factor models, portfolio optimization, and time series analytics.

  • Options pricing: Black-Scholes & Monte Carlo for Asian / Barrier / Lookback / Rainbow exotics
  • Credit risk: Merton, Black-Cox, Jarrow-Turnbull
  • Factor models: CAPM, Fama-French 3/5, Carhart, AQR style premia
  • Portfolio optimization: Markowitz, Black-Litterman, reinforcement learning
  • Sentiment-driven trading pipeline (VADER + FinBERT); backtesting engine with realistic transaction costs; live paper-trading bot
  • Companion multi-asset signal track: walk-forward, out-of-sample validation; ~0.7 Sharpe on the Numerai signal competition
  • Financial Models
  • Portfolio Management
  • Trading Strategy
  • Time Series
  • Live Paper Trading
Explore Repository
ML@Purdue · Applied Prediction Markets

TSA Forecasting for Kalshi

Contributor on ML@Purdue team project (PM: Eubene In) building a production forecasting system for Kalshi's weekly TSA checkpoint contracts. Owned the ARIMA/SARIMAX baseline track and walk-forward benchmark harness; implemented quarter-Kelly position sizing.

  • Best baseline (ENSEMBLE_BASIC, fold-wise retraining): R² 0.67 · MAE 142.7k · 95.88% PI coverage
  • Empirical finding: retraining frequency matters more than model complexity for this problem
  • Production track: AutoGluon ensembles with Newey-West HAC standard errors
  • Paper-trading since March 2026 via GitHub Actions
Explore Repository
03

Experience & Education

May 2026 – Aug 2026 · Jersey City, NJ · Remote

SLMs & Agentic AI Intern, Hexaware Technologies

Built a multi-detector statistical anomaly ensemble (robust MAD z-scores, Mahalanobis distance on shrinkage covariance, trajectory deviation), validated against held-out anomaly classes and reported honestly where it failed to generalize. Diagnosed a covariance-estimation bias mis-scaling the Mahalanobis statistic, halving the false-positive rate at constant recall.

Oct 2025 – Apr 2026 · West Lafayette, IN

Research Assistant, Purdue College of Liberal Arts Research Academy

Designed large-scale multi-agent simulation experiments for statistical analysis and hypothesis testing under partial information, with reproducible Python pipelines for out-of-sample evaluation. Modeled sequential decision-making under uncertainty, achieving a 25% improvement in task accuracy through data-driven intervention design.

Feb 2025 – May 2025 · Baltimore, MD · Remote

Software Engineering Intern, Hotkeys Holding LLC

Engineered low-latency retrieval pipelines in Python using vector databases and Gemini APIs, cutting document-lookup latency ~90% and enabling sub-200ms real-time inference. Designed caching and batching workflows that reduced LLM response time 95% on cache hits, with end-to-end instrumentation for latency, throughput, and retrieval quality.

Education B.S. Mathematics & Statistics · expected May 2027

Purdue University

B.S. Mathematics & Statistics

Expected May 2027 · West Lafayette, IN

Quantitative Coursework

  • Mathematical Probability
  • Statistical Theory
  • Introduction to Time Series
  • Linear Algebra
  • Vector Calculus
  • Discrete Mathematics
  • Data Structures
  • Computer Architecture
  • Assembly Language

Planned · Fall 2026 Foundations of Analysis · Elementary Stochastic Processes

Competitions & Honors

  • Jump Trading Probability Cup: Top 20% (343 forecasts, +2.8 RBP vs. crowd)
  • Putnam (2025)
  • ICPC Regional (2024)
  • IMC Trading US Chess Academy: 7th, Qualifier Bracket (2026)
  • CICSE Chess Nationals: Tamil Nadu Rep (2023)
04

Writing

Eleven articles across four tracks. The flagship is the prediction-markets work: a negative result, published because a pre-registration you only report when it flatters you is not a pre-registration.

Prediction Markets 1 article · flagship

Cross-venue microstructure from xResidual: what tick data says about a speed advantage that does not become money.

QuantF1 Research 5 articles

Separating driver skill from machinery. The full series is listed in section 02.

Machine Learning 2 articles

Neural networks, recommenders, and adversarial robustness.

The recommender write-up is cited in Lavreniuk and Potapova (2025), Applied Information Technologies, Vasyl' Stus Donetsk National University.

Neurosymbolic AI 3 articles

Hybrid symbolic-neural systems, written before the wave.

Earlier work · applied ML and neurosymbolic AI, 2023–24

Repositories behind the articles above: a neurosymbolic disease-triage service (Flask, Dockerized, CI/CD), a study of adversarial attacks and defenses (FGSM, PGD, C&W), and the hybrid movie recommender that drew the citation above.

05

Let's Connect

I'm always interested in discussing research, collaborating on projects, or exploring new opportunities in quantitative finance, machine learning, and AI.