This page collects the code-oriented work behind the blog: experiments, notebooks, and small implementations that connect statistical ideas with working Python.

Silverman’s test for multimodality

An implementation-oriented look at Silverman’s test for detecting modes in a distribution. The project covers KDE bandwidth selection, bootstrap p-values, variance correction, and the practical limits of using classical tests for shape recognition.

CUDA notes

Personal notes on CUDA programming, including synchronization patterns, cooperative groups, and warp-level primitives. The write-up collects material from CUDA documentation, tutorials, and books into one practical reference.