vault backup: 2023-09-21 10:25:40
This commit is contained in:
parent
1f2a401574
commit
40a743db09
1 changed files with 22 additions and 4 deletions
|
@ -5,9 +5,27 @@
|
||||||
-Numerical
|
-Numerical
|
||||||
- Discrete Data ({1,2,3,...})
|
- Discrete Data ({1,2,3,...})
|
||||||
- Continuous Data ()
|
- Continuous Data ()
|
||||||
- Categorical * (binary, languages, ...)
|
- *Categorical * (binary, languages, ...)
|
||||||
- Ordinal** (ratings of 1 to 5)
|
- **Ordinal** (ratings of 1 to 5)
|
||||||
|
|
||||||
|
|
||||||
*not-scaled
|
*not-scaled
|
||||||
** scaled
|
**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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue