vault backup: 2023-09-21 10:35:40
This commit is contained in:
parent
b76625aa22
commit
c665ff9a01
1 changed files with 15 additions and 1 deletions
|
@ -36,6 +36,20 @@
|
||||||
|
|
||||||
## Percentiles
|
## Percentiles
|
||||||
- https://en.wikipedia.org/wiki/Percentile
|
- https://en.wikipedia.org/wiki/Percentile
|
||||||
50% - medi
|
|
||||||
|
There are 3 important percentiles:
|
||||||
|
- 50% - median
|
||||||
|
- 25% - 1st percentile
|
||||||
|
- 75% - 3rd percentile
|
||||||
|
|
||||||
|
>[!note]+
|
||||||
|
>These 3 percentiles allow the creation of box plot graphs. These specific graphs allow the discovery and presentation of outliers.
|
||||||
|
|
||||||
|
|
||||||
|
## Covariance & Correlation
|
||||||
|
|
||||||
|
>[!hint]+
|
||||||
|
>Covariance measures the direction of a relationship between two variables, while correlation measures the strength of that relationship.
|
||||||
|
|
||||||
|
- https://en.wikipedia.org/wiki/Covariance
|
||||||
|
-
|
Loading…
Add table
Reference in a new issue