Skip to content

Commit 3263581

Browse files
LadyChristinadimkarakostas
authored andcommitted
Fix sublist (hopefully)
1 parent 159d8ad commit 3263581

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/metrics.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ the system produce the same number of blocks) and values close to 1 indicate ine
1212
produces most or all blocks).
1313
3. **Entropy**: Entropy represents the expected amount of information in the distribution of blocks across entities.
1414
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-
- α = -1: min entropy
17-
- α = 0: Hartley entropy
18-
- α = 1: Shannon entropy (this is used by default)
19-
- α = 2: collision entropy
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)
20+
- α = 2: collision entropy
2021
4. **HHI**: The Herfindahl-Hirschman Index (HHI) is a measure of market concentration. It is defined as the sum of the
2122
squares of the market shares (as whole numbers, e.g. 40 for 40%) of the entities in the system. The output of the metric
2223
is a real number in (0, 10000]. Values close to 0 indicate low concentration (many entities produce a similar number of

0 commit comments

Comments
 (0)