From 40a743db09e0eea7280b12e770e50c9d4b2231fc Mon Sep 17 00:00:00 2001 From: Alice Date: Thu, 21 Sep 2023 10:25:40 +0100 Subject: [PATCH] vault backup: 2023-09-21 10:25:40 --- content/DAA/PL - Aula 1.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/content/DAA/PL - Aula 1.md b/content/DAA/PL - Aula 1.md index 3464aad..c5c9bbb 100644 --- a/content/DAA/PL - Aula 1.md +++ b/content/DAA/PL - Aula 1.md @@ -5,9 +5,27 @@ -Numerical - Discrete Data ({1,2,3,...}) - Continuous Data () -- Categorical * (binary, languages, ...) -- Ordinal** (ratings of 1 to 5) - +- *Categorical * (binary, languages, ...) +- **Ordinal** (ratings of 1 to 5) *not-scaled - ** scaled \ No newline at end of file +**scaled + + +>[!example]- Qual o tipo de dado que representa a quantidade de gasóleo? +>Numérico: continuous data + +>[!example]- Qual o tipo de dado que representa a nacionalidade? +>Categórico + +>[!example]- Qual o tipo de dado que representa a idade? +>Numérico: discreto + + +## Mean, Median & Mode +- https://en.wikipedia.org/wiki/Average +- https://en.wikipedia.org/wiki/Median +- https://en.wikipedia.org/wiki/Mode_(statistics) + + +