ELIFE-ASU / PyInform

A Python Wrapper for the Inform Information Analysis Library
https://elife-asu.github.io/PyInform
MIT License
48 stars 9 forks source link

Implement Relative Entropy #16

Closed dglmoore closed 8 years ago

dglmoore commented 8 years ago

This merge brings in an implementation of relative entropy on time series data. Each time series is assumed to represent a sequence of observations from some distribution, and the relative_entropy function computes the relative entropy using the first argument to construct the posterior distribution and the second argument to construct the prior.

This merge will close #10 .