Skip to content

Commit

Permalink
docs: Further tweaks to multi-valued docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Apr 2, 2021
1 parent 71caf64 commit bc963c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/examples/multivalued_elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ multivalued p53-Mdm2 network from
*Entropy*. 2021; 23(1):6.
https://doi.org/10.3390/e23010006

To begin, we need to install the ``nonbinary`` branch of the PyPhi repository
`on GitHub <https://github.com/wmayner/pyphi/tree/nonbinary>`_:
To begin, we need to install the ``nonbinary`` `branch of the PyPhi
repository <https://github.com/wmayner/pyphi/tree/nonbinary>`_ from GitHub:

.. code-block:: bash
Expand Down Expand Up @@ -52,13 +52,15 @@ consider all possible partitions and give the true value.
.. important::
The EMD measure is not supported in the ``nonbinary`` branch. IIT's
measure of choice for mechanism integrated information is the intrinsic
difference ('AID'), as described in
difference, as described in

Barbosa LS, Marshall W, Albantakis L, Tononi G.
Mechanism Integrated Information.
*Entropy*. 2021; 23(3):362.
https://doi.org/10.3390/e23030362

The corresponding PyPhi `MEASURE` setting is `'AID'`.

Other options include ``'L1'`` and ``'KLD'`` (see
:attr:`~pyphi.conf.PyphiConfig.MEASURE`).

Expand Down

0 comments on commit bc963c4

Please sign in to comment.