From 616d5dcd34a4960cedfb6d8d0e6249dcbbb878a3 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 17 May 2020 11:38:15 -0400 Subject: [PATCH] Update readme --- documents/references.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documents/references.md b/documents/references.md index 773e042..7c9c050 100644 --- a/documents/references.md +++ b/documents/references.md @@ -43,8 +43,12 @@ Scipy is a scientific library that seems to now be generally associated with Num <https://jakevdp.github.io/PythonDataScienceHandbook/02.04-computation-on-arrays-aggregates.html> #### Finding the Range of Data -Looks like this isn't built into scipy/numpy. Have to create it ourselves, which isn't difficult. +Looks like this isn't built into scipy/numpy. Have to create it ourselves, which isn't difficult.<br> <https://stackoverflow.com/a/12701694> +### Finding Quartiles of Data +Looks like this isn't built into scipy/numpy. Have to create it ourselves, which isn't difficult.<br> +<https://www.geeksforgeeks.org/interquartile-range-and-quartile-deviation-using-numpy-and-scipy/> + #### Finding the Mode of Data <https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mode.html> -- GitLab