April 25, 2026
The lognormal distribution is NOT a skewed standard normal distribution. But there are a lot of people who seem to believe that this is the case. This post will derive some basic properties of the lognormal distribution.
Probability Statistics
December 28, 2025
A useful view of a covariance matrix that is a natural generalization of variance to higher dimensions.
Linear Algebra Probability and Statistics
November 02, 2025
Principal component analysis (PCA) is a simple, fast, and elegant linear method for data analysis. I explore PCA in detail, first with picture and intuition, then with linear algebra and detailed derivations, and finally with code.
Statistical Modeling Linear Modeling
October 09, 2025
A discussion on the geometric interpretation of positive definite matrices and how this relates to several of their important properties, including positive eigenvalues, positive determinants, and matrix decompositions. The post also includes a brief discussion of quadratic programming.
Linear Algebra
June 11, 2023
Final project in Deep Reinforcement Learning class; collaborated with Botian Xu.
RL Project
May 28, 2023
This survey reviews recent advances in model-based reinforcement learning (MBRL), focusing on model learning and policy optimization frameworks.
RL Survey