alidenewade
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- Economics
|
5 |
+
- Politics
|
6 |
+
- Government
|
7 |
+
- Crime
|
8 |
+
- Gender
|
9 |
+
pretty_name: Global Freedom & Safety Index
|
10 |
---
|
11 |
+
|
12 |
+
# Freedom vs. Safety Dataset
|
13 |
+
|
14 |
+
**License**: Apache-2.0
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
The **Freedom vs. Safety Dataset** explores the relationship between freedom and safety across various countries. It uses scaled freedom indices and a derived safety function to quantify this relationship:
|
18 |
+
|
19 |
+
$$ \text{Safety} = 1 - 0.7374 \times \text{Freedom}^2 $$
|
20 |
+
|
21 |
+
The freedom index is normalized to the range [0, 1], and safety values are computed based on this index.
|
22 |
+
|
23 |
+
### Dataset Columns:
|
24 |
+
- **Country**: The name of the country
|
25 |
+
- **Freedom**: The normalized freedom index for the country (range: 0 to 1)
|
26 |
+
- **Safety**: The derived safety value based on the freedom index
|
27 |
+
|
28 |
+
### Statistical Overview:
|
29 |
+
- **Freedom**:
|
30 |
+
- Mean = 0.626
|
31 |
+
- Standard Deviation = 0.214
|
32 |
+
- Min = 0.000
|
33 |
+
- Max = 1.000
|
34 |
+
- **Safety**:
|
35 |
+
- Mean = 0.677
|
36 |
+
- Standard Deviation = 0.190
|
37 |
+
- Min = 0.263
|
38 |
+
- Max = 1.000
|
39 |
+
|
40 |
+
## Caution
|
41 |
+
While this dataset provides useful insights into the relationship between freedom and safety, users should exercise caution when interpreting the results. The safety values are derived using a mathematical function that does not account for the cultural, economic, or political complexities of each country. These values are statistical abstractions and may not fully capture the nuanced realities of freedom and safety in practice.
|
42 |
+
|
43 |
+
## Future Updates
|
44 |
+
This dataset is a work in progress and will continue to be updated and refined. New versions will be posted here as they become available, so be sure to check for updates.
|