ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
23 stars 3 forks source link

Remove Arbitrary-base Logarithms #28

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

The current API conflates two different notions: the base of the time series and the base of the logarithm. The base of the time series is always used as the base of the logarithm which is somewhat confusing.

This change will not change the public API, but it will change the return values of all time series measures.