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

Multiple initial conditions with different length #26

Open gvalentini85 opened 7 years ago

gvalentini85 commented 7 years ago

Whenever metrics are computed over a dataset of time series from multiple initial conditions, it would be nice to allow for time series with different length.

dglmoore commented 7 years ago

Proposed API

EXPORT double inform_active_info(int const *series, size_t n, size_t *m, int b,
    size_t k, inform_error *err);