# XWUIChartKDE

A KDE (kernel density estimate) chart variant backed by `XWUIChart` that smooths observations into a continuous density curve, a histogram-free way to read the shape of a distribution. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, smoothed into density curves.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as a KDE density chart at the md preset.
```

## Service Latency Distribution

Response-time density (in milliseconds) for two backend services, contrasting their tail behaviour.

```example
file: examples/LatencyDistribution.ts
html: examples/LatencyDistribution.html
title: Service Latency Distribution
description: KDE density of response time for an API gateway versus a search service at the lg preset.
```

## Exam Score Distribution

Smoothed final-exam score density for two class sections, drawn as overlaid KDE curves.

```example
file: examples/ExamScoreDensity.ts
html: examples/ExamScoreDensity.html
title: Exam Score Distribution
description: KDE density of final exam scores comparing a morning and evening class section.
```

```api
```
