ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems

Home Page:https://elife-asu.github.io/Inform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple initial conditions with different length

gvalentini85 opened this issue · comments

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.

Proposed API

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