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 the transition probability function #40

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

The function inform_tpm computes the transition probability matrix (TPM) for a time series. Each row of the TPM is normalized (or all zeros if no transitions are observed).

Closes #39

jakehanson commented 7 years ago

Very clever and awesome. Exactly what I had in mind but more elegant.