Skip to content

Commit

Permalink
update notation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris committed Apr 15, 2024
1 parent 18ec9b6 commit 6736f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The first $N$ outputs are the gradients to $`y_t|_{t \leq 0}`$ and the rest are

### Time-invariant filtering

In the time-invariant setting, $`A_{t', i} = A_{t, i} \forall t, t' \in [1, T]`$ and the filter is simplified to
In the time-invariant setting, $`A_{t, i} = A_{1, i} \forall t \in [1, T]`$ and the filter is simplified to

```math
y_t = x_t - \sum_{i=1}^N a_i y_{t-i}, \mathbf{a} = A_{1,:}.
Expand Down

0 comments on commit 6736f53

Please sign in to comment.