backshift operator notation
$begingroup$
- Original equation:
$$begin{equation}
z_t = phi z_{t-1} + z_{t-1} - phi z_{t-2} + omega_t
end{equation}$$
- Rewrite the equation, re-arrange terms, and factorize them:
$$begin{align}
z_t - z_{t-1} &= phi (z_{t-1} - z_{t-2}) + omega_t \
(z_t - z_{t-1}) - phi (z_{t-1} - z_{t-2}) &= omega_t \
(1 - phi B)(z_t - z_{t-1}) &= omega_t \
(1 - phi B) bigtriangledown z_t &= omega_t \
(1 - phi B)(1 - B)z_t &= omega_t
end{align}$$
BACKGROUND:
I'm trying to understand backshift operator notation in the context of this ARIMA example from machine learning time series https://github.com/etcrago/Tutorial-Arima-w-jeffrey-yau (lecture 2).
QUESTION:
In the 3rd line he somehow jumps to $(1-B)$, but my understanding is the $phi$
part of the equation should be factored to $(B-B^2)$, not $(1-B)$. How does the author jump to that $(1-B)$ factorization ?
notation time-series
$endgroup$
add a comment |
$begingroup$
- Original equation:
$$begin{equation}
z_t = phi z_{t-1} + z_{t-1} - phi z_{t-2} + omega_t
end{equation}$$
- Rewrite the equation, re-arrange terms, and factorize them:
$$begin{align}
z_t - z_{t-1} &= phi (z_{t-1} - z_{t-2}) + omega_t \
(z_t - z_{t-1}) - phi (z_{t-1} - z_{t-2}) &= omega_t \
(1 - phi B)(z_t - z_{t-1}) &= omega_t \
(1 - phi B) bigtriangledown z_t &= omega_t \
(1 - phi B)(1 - B)z_t &= omega_t
end{align}$$
BACKGROUND:
I'm trying to understand backshift operator notation in the context of this ARIMA example from machine learning time series https://github.com/etcrago/Tutorial-Arima-w-jeffrey-yau (lecture 2).
QUESTION:
In the 3rd line he somehow jumps to $(1-B)$, but my understanding is the $phi$
part of the equation should be factored to $(B-B^2)$, not $(1-B)$. How does the author jump to that $(1-B)$ factorization ?
notation time-series
$endgroup$
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
2
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28
add a comment |
$begingroup$
- Original equation:
$$begin{equation}
z_t = phi z_{t-1} + z_{t-1} - phi z_{t-2} + omega_t
end{equation}$$
- Rewrite the equation, re-arrange terms, and factorize them:
$$begin{align}
z_t - z_{t-1} &= phi (z_{t-1} - z_{t-2}) + omega_t \
(z_t - z_{t-1}) - phi (z_{t-1} - z_{t-2}) &= omega_t \
(1 - phi B)(z_t - z_{t-1}) &= omega_t \
(1 - phi B) bigtriangledown z_t &= omega_t \
(1 - phi B)(1 - B)z_t &= omega_t
end{align}$$
BACKGROUND:
I'm trying to understand backshift operator notation in the context of this ARIMA example from machine learning time series https://github.com/etcrago/Tutorial-Arima-w-jeffrey-yau (lecture 2).
QUESTION:
In the 3rd line he somehow jumps to $(1-B)$, but my understanding is the $phi$
part of the equation should be factored to $(B-B^2)$, not $(1-B)$. How does the author jump to that $(1-B)$ factorization ?
notation time-series
$endgroup$
- Original equation:
$$begin{equation}
z_t = phi z_{t-1} + z_{t-1} - phi z_{t-2} + omega_t
end{equation}$$
- Rewrite the equation, re-arrange terms, and factorize them:
$$begin{align}
z_t - z_{t-1} &= phi (z_{t-1} - z_{t-2}) + omega_t \
(z_t - z_{t-1}) - phi (z_{t-1} - z_{t-2}) &= omega_t \
(1 - phi B)(z_t - z_{t-1}) &= omega_t \
(1 - phi B) bigtriangledown z_t &= omega_t \
(1 - phi B)(1 - B)z_t &= omega_t
end{align}$$
BACKGROUND:
I'm trying to understand backshift operator notation in the context of this ARIMA example from machine learning time series https://github.com/etcrago/Tutorial-Arima-w-jeffrey-yau (lecture 2).
QUESTION:
In the 3rd line he somehow jumps to $(1-B)$, but my understanding is the $phi$
part of the equation should be factored to $(B-B^2)$, not $(1-B)$. How does the author jump to that $(1-B)$ factorization ?
notation time-series
notation time-series
edited Dec 23 '18 at 15:38
alan d
asked Dec 23 '18 at 14:28
alan dalan d
213
213
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
2
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28
add a comment |
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
2
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
2
2
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I misread this problem. The better way to look at it is that the author factored $(z_t−z_{t−1})$ out such that the equations do work when multiplied to $(1-phi B)$.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3050382%2fbackshift-operator-notation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I misread this problem. The better way to look at it is that the author factored $(z_t−z_{t−1})$ out such that the equations do work when multiplied to $(1-phi B)$.
$endgroup$
add a comment |
$begingroup$
I misread this problem. The better way to look at it is that the author factored $(z_t−z_{t−1})$ out such that the equations do work when multiplied to $(1-phi B)$.
$endgroup$
add a comment |
$begingroup$
I misread this problem. The better way to look at it is that the author factored $(z_t−z_{t−1})$ out such that the equations do work when multiplied to $(1-phi B)$.
$endgroup$
I misread this problem. The better way to look at it is that the author factored $(z_t−z_{t−1})$ out such that the equations do work when multiplied to $(1-phi B)$.
answered Dec 23 '18 at 17:18
alan dalan d
213
213
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3050382%2fbackshift-operator-notation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures.
$endgroup$
– José Carlos Santos
Dec 23 '18 at 14:36
2
$begingroup$
DONE. Thank you.
$endgroup$
– alan d
Dec 23 '18 at 15:28