You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add in Rényi divergences.
* Add in Renyi divergences to README.md.
* test_dists.jl: p and q are prob distributions, so sum to 1.
* test_dists.jl: Move tests that don't use x and y out of the x,y for loop.
* Fix Rényi entropies to handle generalised probability distributions.
* Test Rényi divergences.
* Lining up |s
* Rewrote eval_op() for RenyiDivergence in function form.
* Corrected test for zero, and return result where computed.
* Removing unicode symbols from arguments.
* No need to define Renyi divergence for numbers rather than vectors.
* Add renyi_divergence() colwise and pairwise tests.
* Add renyi_divergence() tests for empty vectors and NaNs.
* Rearrange tests to create variables near where they are used.
* Document p for RenyiDivergence
* Replace 0 and 1 with correct type.
* Correct type for eval_reduce(::RenyiDivergence) and eval_op(::RenyiDivergence), and turn eval_reduce and eval_end into functions, handling q = Inf correctly and testing the code.
0 commit comments