Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
✏fix equations information docs
Browse files Browse the repository at this point in the history
Equations were not processed correctly. Quick fix
  • Loading branch information
MichielStock authored Jul 26, 2021
1 parent a1f768e commit 4b49002
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/src/properties/information.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ Indices based on information theory, such as entropy, mutual information etc, ca

One can compute individual indices or use the function `information_decomposition` which performs the entire decomposition at once. This decomposition yields for a given network the deviation of the marginal distributions of the species with the uniform distribution (quantifying the evenness), the mutual information (quantifying the specialisation) and the variance of information (quantifying the freedom and stability of the interactions). These indices satisfy the following balance equation for the top ($T$) and bottom ($B$) throphic level:

$$
\log(nm) = D(B,T) + 2 I(B;T) + V(B;T)
$$
$$\log(nm) = D(B,T) + 2 I(B;T) + V(B;T)$$

$$
\log(n) = D(B) + I(B;T) + H(B|T)
$$
$$\log(n) = D(B) + I(B;T) + H(B|T)$$

$$
\log(m) = D(T) + I(B;T) + H(T|B)
$$
$$\log(m) = D(T) + I(B;T) + H(T|B)$$

Here, $n$ and $m$ are number of bottom and top species, respectively.

Expand Down Expand Up @@ -52,4 +46,4 @@ convert2effective
## References

Stock, M.; Hoebeke, L.; De Baets, B. « Disentangling the Information in Species Interaction Networks ».
Entropy 2021, 23, 703. https://doi.org/10.3390/e23060703
Entropy 2021, 23, 703. https://doi.org/10.3390/e23060703

0 comments on commit 4b49002

Please sign in to comment.