Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with notation in book #5

Open
Hamish-Gibson opened this issue Mar 1, 2022 · 1 comment
Open

Issue with notation in book #5

Hamish-Gibson opened this issue Mar 1, 2022 · 1 comment

Comments

@Hamish-Gibson
Copy link

I'd like to start by saying that this isn't an issue with any of the code, rather an issue with the notation in the book. I didn't know where best to raise the issue directly so I thought this would be the most appropriate place.

I recently purchased this book and have been thoroughly enjoying it so far, I am currently on Chapter 6: Sequence Modelling. On page 194, section 2.2 Autoregressive Processes where it discusses the backshift operator and I came across notation for which I thought was confusing as it is written differently to my studies.

Just above equation 6.3, it describes the concept of the backshift operator as https://render.githubusercontent.com/render/math?math=y_{t-j}=L^{j}[y_{j}]
But surely this is wrong? As surely applying a backshift operation j and timestamp j, would just yield y0? And not y_t?

Wouldn't the correct notation be
https://render.githubusercontent.com/render/math?math=y_{t-j}=L^{j}[y_{t}]
Because yielding y_{t - j} would require the backshift operator of order j to be applied at y_t?

I apologise if I am wrong for this, but it just seems like something is off here.

@mfrdixon
Copy link
Owner

mfrdixon commented Mar 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants