ICD-10 chapters and code letters
Explains the structure of ICD-10-CM codes, mapping chapters to initial letters, including exceptions like letter U.
John D. Cook provides expert consulting in applied mathematics and data privacy, helping clients from tech, biotech, and legal industries—including Amazon, Google, Microsoft, and Amgen—solve complex problems efficiently.
131 articles from this blog
Explains the structure of ICD-10-CM codes, mapping chapters to initial letters, including exceptions like letter U.
Explores how posterior variance changes in Bayesian models, focusing on Poisson-gamma and beta-binomial cases.
Explains how Bayesian posterior mean balances prior beliefs with new data using normal, beta-binomial, and gamma-Poisson models.
Reproducing a geometry theorem diagram using Python and matplotlib, with code for inscribed circles.
Explores the mathematical approximation of e ≈ 2721/1001, highlighting its accuracy relative to denominator size.
Explores whether additional data always reduces posterior variance in Bayesian statistics, with beta-binomial and normal-normal examples.
Explores the connection between Delannoy numbers, king moves on a chessboard, and DNA sequence alignment.
Explains the practical difference between variables and parameters in mathematics and programming.
Explores the mathematical relationship between silver rectangles, the silver ratio, and Delannoy numbers counting king paths on a chessboard.
Solving a differential equation where the derivative of a function equals its inverse, revealing the golden ratio.
A test reveals that Grok correctly identifies bc's Bessel function argument order, while the man page has a bug.
Explains how a bash one-liner using brace expansion generates 30 English words via a depth-first tree traversal.
Explores the repeating decimal cycle length of harmonic numbers using Python code and number theory.
Analysis of harmonic numbers as reduced fractions, plotting bit-length heights and comparing actual vs estimated values.
Explores harmonic numbers, their fractional representation, and asymptotic estimates for numerator/denominator digits.
Explores the connection between incircles, excircles, and Pythagorean triangles, proving that radii are integers.
Explores Pythagorean triples with consecutive sides, including recurrence relations and formulas for primitive triples.
A guide to using regular expressions that work across different tools like sed, awk, grep, and Emacs, highlighting compatible features.
Explores the n queens problem on a toroidal chessboard when n is prime, discussing solutions with queens on lines of constant slope.
Using Z3/Python to solve a chess puzzle: place all pieces on a 6x5 board with no attacks.