| Number | Description |
|---|---|
| 1 | Explain the background of Anscombe’s dataset |
| 2 | Plot the interesting aspects of the dataset |
| 3 | Calculate the descriptive statistics of the variables in the dataset |
| 4 | Explain why the dataset is interesting, referring to the plots and statistics above |
This assignment concerns an investigation on the Anscombe's quartet dataset, analyzing its statistical summary and plotting the necessary graphs for the study.
Anscombe's Quartet
I have used Jupyter notebook [1] to proceed with my investigation , and in case you require assistance installing and running Jupyter notebook to read this investigation, please follow the instructions on the reference link. [2]
Jupyter, Python & NumPy
[2] https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/
https://www.investopedia.com/terms/d/descriptive_statistics.asp
https://vknight.org/unpeudemath/mathematics/2016/10/29/anscombes-quartet-variability-and-ciw.html
http://ashling.dbsdataprojects.com/sample-page/anscombes-quartet/
https://rstudio-pubs-static.s3.amazonaws.com/52381_36ec82827e4b476fb968d9143aec7c4f.html
https://plotlyblog.tumblr.com/post/68951620673/why-graph-anscombes-quartet
https://seaborn.pydata.org/tutorial/regression.html
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html
