Visual Labs — Probability & Distributions

182 words
1 min read
2026-03-15
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

Interactive tools for Statistics I: Normal distribution curve and probability calculations. # Statistics I — Interactive Visual Labs Statistics is the science of uncertainty.

Statistics I — Interactive Visual Labs

Statistics is the science of uncertainty. These tools help you visualize the "shape" of data and calculate probabilities without getting lost in the calculus.

1. Normal Distribution (Gaussian) Curve

The Bell Curve describes everything from heights to exam scores. Use the sliders to adjust the Mean (μ\mu) and Standard Deviation (σ\sigma), and drag the X-marker to calculate cumulative probability P(Xx)P(X \dots x).

Probability Lab

Normal Distribution Simulator

84.1%
Area P(X ≤ 1)
Standard Deviations (σ)
Density
0.0
1.0
1.0
Notice how increasing σ flattens the curve while μ shifts it left/right.
Tip
The Empirical Rule:
  • 68%68\% of data falls within 1σ1\sigma.
  • 95%95\% of data falls within 2σ2\sigma.
  • 99.7%99.7\% of data falls within 3σ3\sigma. Use the simulator to verify these numbers!

2. Z-Scores and Standardisation

Any normal distribution can be converted to a Standard Normal Distribution (ZZ) where μ=0\mu = 0 and σ=1\sigma = 1.
Z=xμσZ = \frac{x - \mu}{\sigma}

Best Practices
Interpreting the Curve:
  • If the curve is "tall and skinny", σ\sigma is small (data is consistent).
  • If the curve is "short and fat", σ\sigma is large (data is spread out).
Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.