ELIFE-ASU / Inform

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

Implement black boxing #59

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

This pull request brings in the inform_black_box function. This function takes a collection of time series, and block boxes them using provide history and future lengths. The time series may have different bases, different history lengths, and different future lengths.

This closes issue #54