# XWUIChartSamplingDistribution

A sampling distribution chart: a fixed-type wrapper around `XWUIChart` that plots the
distribution of a sample statistic, the teaching view that shows how a measure such as the
mean varies across repeated samples. Pass your data as `series` of `{ x, y }` values plus
an optional `block` preset (1-4) and `size` (`sm` / `md` / `lg`); the shared
block config also forwards legend, grid, axis, data-label, and tooltip toggles. Use it to
illustrate spread and central tendency of a statistic.

## Basic Usage

Two named series of monthly values rendered as sampling distributions at the medium size
preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series shown as distributions via the samplingDistribution chart type.
```

## Dice Means

Sampling distribution of the mean of five dice over a thousand trials, bell-shaped around 3.5.

```example
file: examples/DiceMeans.ts
html: examples/DiceMeans.html
title: Dice Means
description: Bell-shaped sampling distribution of dice-roll means at large size with labels.
```

## Bootstrap Conversion

Bootstrap distribution of a checkout conversion-rate estimate across two thousand resamples.

```example
file: examples/BootstrapConversion.ts
html: examples/BootstrapConversion.html
title: Bootstrap Conversion
description: Bootstrap distribution of a conversion-rate estimate, block 2 preset, interactive.
```

```api
```
