Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
simomarsili committed Jun 25, 2020
1 parent b96c52c commit ff8ae36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ posterior standard deviation (see Eq. 13 in `Archer 2013

If the alphabet size is unknown or infinite and the `k` argument is omitted,
the `entropy` function will use an upper bound estimate for `k`, or switch to
the asymptotic SNB estimator (Eqs. 29, 20 in
the asymptotic NSB estimator
(Eqs. 29, 20 in
`Nemenman 2011 <https://nemenmanlab.org/~ilya/images/c/c1/Nemenman_2011b.pdf>`_
) in the strongly undersampled regime::
)
in the strongly undersampled regime (Eqs. 29, 20 in
`Nemenman 2011 <https://nemenmanlab.org/~ilya/images/c/c1/Nemenman_2011b.pdf>`_
) ::

>>> ndd.entropy(counts) # k is omitted
2.8130746489179046
Expand Down

0 comments on commit ff8ae36

Please sign in to comment.