histogram

Truncated (by number of standard deviations) normal distribution in Python

A quick way to generate "normally" distributed data but exclude extreme values.

Python examples for visualising normal and skewed normal distributions with histograms

Some code snippets for generating and visualising normal and skewed data, and comparing their mean, quartiles and median.