This is a lightweight web-based tool that visualizes the normal distribution curve using pure SVG β no external libraries like Chart.js or D3.js. It's designed to be clean, responsive, and educational.
- π Visualizes the PDF of a normal distribution
- π― Highlights the probability region: P(|X| < |x|)
- βοΈ User inputs: mean (ΞΌ), standard deviation (Ο), and a value x
- π Automatically computes and displays:
P(|X| < |x|)
Variance (ΟΒ²)
- π§ Labeled X and Y axes
- π‘ Built with:
- Pure HTML, CSS, and JavaScript
- No dependencies
βββ index.html # Main HTML interface
βββ style.css # Clean modern layout and theme
βββ script.js # Logic for drawing the SVG and computing stats
βββ README.md # This documentation