From f02d064516e22d6109d3a0be80c89541914d044e Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:19:45 +1000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a01f76d..11aa5bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Histogram -what is a histogram? +What is a histogram? + The visual representation that charts the frequency distribution of variables in a data set. A frequency distribution shows the regularity of an occurrence of a value in a set of data. Often confused with a bar chart, although there are certain defining characteristics of differentiation. @@ -21,8 +22,14 @@ Used to analyse large amounts of data easily to detect trends and patterns. ## Compilation type `make` or `cc -o histo histogram.c -lm` on the command line +## Misc. +I have included both uniform and gaussian (normal) distribution data files. +Gnuplot or some equivelant application is required to graph the histogram data. + + ## Todo * Need to use SDL2 to plot a graph of the output +* Logical bugs still exit, this is very much still a work in progress. ## Author(s) Jason Bou-Samra