From 6b3109168c7bc8c855a390e00b13746062124d89 Mon Sep 17 00:00:00 2001 From: zhled14 <¨hgmholk@gmail.com¨> Date: Sat, 2 Dec 2023 16:21:36 -0600 Subject: [PATCH] readme3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04d10cf..d3d711b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The code of this file is divide in follow sections 2. **Correlation Function** Uses the scipy library to calculate Pearson and Spearman correlations, employing two nested `for` loops that populate an empty 4x4 matrix with correlation values. This function takes four inputs; the first four values represent data, and the last indicates which correlation to calculate—`p` for Pearson correlation and `s` for Spearman correlation. Correlations for med data base are shhown below: -![](./PearsC.png) -![](./SpearsS.png) +!['Pearson.jpeg'](./Pearson.jpeg) +!['Speaman.jpeg'](./Speaman.jpeg) 3. **Plotting data function** Takes values from lux, temperature, humidity and power, and builds a figure of size 4x4. The structure of these graphs is shown below: