Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrk authored Apr 8, 2024
1 parent 4f9d2b4 commit 0115785
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Phase Transfer Entropy (PTE) is a measure for directed connectivity in networks

The mathematical formulation of PTE can be described as follows:

Given two time series \(X\) and \(Y\), the PTE from \(X\) to \(Y\) is defined as:
Given two time series $`X`$ and $`Y`$, the PTE is defined as:

$$ PTE_{X \to Y} = H(Y_{t+1} | Y_t) - H(Y_{t+1} | Y_t, X_t) $$
The PTE value quantifies the amount of uncertainty reduced in predicting the future phase of \(Y\) when considering the current phase of \(X\).
$$PTE_{X \to Y} = H(Y_{t+1} | Y_t) - H(Y_{t+1} | Y_t, X_t)$$

The PTE value quantifies the amount of uncertainty reduced in predicting the future phase of $`Y`$ when considering the current phase of $`X`$.

## Features

Expand Down

0 comments on commit 0115785

Please sign in to comment.