Skip to content

Extracting the reconstruction of state matrices (inferring coupling of multivariate signals using PyKoopman) #57

@snjie209

Description

@snjie209

Hi authors,

I am trying to extract the degree of coupling between signals in a dynamical system using Pykoopman. For example, if we leverage Lotka Volterra as an example, the coupling terms may be associated with the $\beta$ or $\delta$ terms assuming

$$\dot{x} = \alpha x - \beta xy$$

$$\dot{y} = \delta xy - \gamma y$$

where $x, y > 0$.

One conjecture of how to do this is by assuming that the coupling can be approximated by the eigenvalues and eigenvectors of the original time series $x$, however we can only extract coupling from the eigenvectors in the lifted space $z$. Hence, I was curious if there is a way to extract the $C$ or $W$ matrix as listed below in the diagram, which is the reconstruction of state $x$ which may represent such coupling characteristics? Thanks!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions