We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3263581 commit 418c5a5Copy full SHA for 418c5a5
.gitignore
@@ -7,3 +7,4 @@ multi_pool_blocks
7
output
8
input/*_raw_data.json
9
.coverage
10
+site
docs/metrics.md
@@ -13,7 +13,6 @@ produces most or all blocks).
13
3. **Entropy**: Entropy represents the expected amount of information in the distribution of blocks across entities.
14
The output of the metric is a real number. Typically, a higher value of entropy indicates higher decentralization
15
(lower predictability). Entropy is parameterized by a base rate α, which defines different types of entropy:
16
-
17
- α = -1: min entropy
18
- α = 0: Hartley entropy
19
- α = 1: Shannon entropy (this is used by default)
0 commit comments