Metadata-Version: 2.1
Name: databet
Version: 2023.1.1
Summary: datasets with the same summary statistics that look like the alphabet
Home-page: https://github.com/mscroggs/databet
Author: Matthew Scroggs
Author-email: databet@mscroggs.co.uk
Maintainer-email: databet@mscroggs.co.uk
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib

# The databet
![The alphabet](https://raw.githubusercontent.com/mscroggs/databet/main/img/all.png)

This repo contains 27 datasets: 26 of these resemble the letters of the alphabet, the 27th is a star:

![The starting dataset](https://raw.githubusercontent.com/mscroggs/databet/main/img/star.png)

For each of the datasets (to 2 decimal places):

- The mean of the x-values is 0.50
- The mean of the y-values is 0.52
- The standard deviation of the x-values is 0.17
- The standard deviation of the y-values is 0.18
- The correlation coefficient is 0.16

The dataset for each letter of the alphabet can be found in JSON format in the [letters](letters) folder.

You can read more about these datasets at [mscroggs.co.uk/blog/101](https://mscroggs.co.uk/blog/101).
