Inform icon indicating copy to clipboard operation
Inform copied to clipboard

Multiple initial conditions with different length

Open gvalentini85 opened this issue 9 years ago • 1 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.

gvalentini85 avatar Feb 21 '17 21:02 gvalentini85

Proposed API

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

dglmoore avatar Jun 15 '17 19:06 dglmoore