Sampling

Sampling and the Overlap Measure

May 28, 2025·15 min read
Bayesian StatisticsPythonData Visualization

Introduction

This article explores different sampling algorithms and builds intuition around distributional similarity.

What You'll Learn

  • Rejection Sampling
  • Metropolis-Hastings Algorithm
  • The Overlap Measure
  • Coming Soon

    This is a placeholder page. Once MDX is fully configured, your articles will render here with full LaTeX support and syntax highlighting.

    To add your own articles:

    1. Create a new `.mdx` file in `/content/blog/`

    2. Add frontmatter with title, date, description, tags

    3. Write your content in Markdown with optional React components