sg-dev / pathpy

pathpy is an OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Wrong transition matrix for undirected networks #53

Closed IngoScholtes closed 6 years ago

IngoScholtes commented 6 years ago

For undirected networks, the current implementation returns an invalid (non-stochastic) transition matrix. This is due to the fact that the network is implicitly interpreted as directed network, which breaks the correct normalization.