What is the intuition behind right-continuous filtration?
I cannot understand the concept of it.
So a filtration is right continuous if for every $t$ it holds that:
$mathcal{F_t}=bigcaplimits_{varepsilon>0}mathcal{F_{t+varepsilon}}$
But if for every $t$, then it also holds for $t=0$. And if I choose a large $epsilon$, then it means that at time zero I know every information about the process?
probability stochastic-processes filtrations
add a comment |
I cannot understand the concept of it.
So a filtration is right continuous if for every $t$ it holds that:
$mathcal{F_t}=bigcaplimits_{varepsilon>0}mathcal{F_{t+varepsilon}}$
But if for every $t$, then it also holds for $t=0$. And if I choose a large $epsilon$, then it means that at time zero I know every information about the process?
probability stochastic-processes filtrations
3
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45
add a comment |
I cannot understand the concept of it.
So a filtration is right continuous if for every $t$ it holds that:
$mathcal{F_t}=bigcaplimits_{varepsilon>0}mathcal{F_{t+varepsilon}}$
But if for every $t$, then it also holds for $t=0$. And if I choose a large $epsilon$, then it means that at time zero I know every information about the process?
probability stochastic-processes filtrations
I cannot understand the concept of it.
So a filtration is right continuous if for every $t$ it holds that:
$mathcal{F_t}=bigcaplimits_{varepsilon>0}mathcal{F_{t+varepsilon}}$
But if for every $t$, then it also holds for $t=0$. And if I choose a large $epsilon$, then it means that at time zero I know every information about the process?
probability stochastic-processes filtrations
probability stochastic-processes filtrations
edited Jul 14 '16 at 14:54
user940
asked Jul 14 '16 at 14:50
FelB
213
213
3
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45
add a comment |
3
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45
3
3
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45
add a comment |
1 Answer
1
active
oldest
votes
The idea is that you gain no additional information by taking an infinitesimal step forward in time.
Remember that an $mathit{intersection}$ means that we are taking only the elements contained in EVERY set in the intersection. So, if we think of each $F_t$ as the information contained in the system up to time $t$, the intersection $cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ contains only the information in EVERY $mathcal{F}_{t+epsilon}$ for every possible value of $epsilon > 0$. That is, only the information contained up until $t+epsilon$ for every $epsilon > 0$, in particular, any arbitrarily small $epsilon$. So, in this intersection, we have added only the information gained by taking an infinitesimally small step forward in time.
Thus, the idea of right continuity, $mathcal{F}_t=cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ is that no information is added in this infinitesimal step. In other words, there are no instantaneous developments of the system, it evolves in a continuous fashion going forward in time.
(Much credit for this answer is due to Huyen Pham, whose book I'm currently using to review some of this material.)
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f1859324%2fwhat-is-the-intuition-behind-right-continuous-filtration%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
The idea is that you gain no additional information by taking an infinitesimal step forward in time.
Remember that an $mathit{intersection}$ means that we are taking only the elements contained in EVERY set in the intersection. So, if we think of each $F_t$ as the information contained in the system up to time $t$, the intersection $cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ contains only the information in EVERY $mathcal{F}_{t+epsilon}$ for every possible value of $epsilon > 0$. That is, only the information contained up until $t+epsilon$ for every $epsilon > 0$, in particular, any arbitrarily small $epsilon$. So, in this intersection, we have added only the information gained by taking an infinitesimally small step forward in time.
Thus, the idea of right continuity, $mathcal{F}_t=cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ is that no information is added in this infinitesimal step. In other words, there are no instantaneous developments of the system, it evolves in a continuous fashion going forward in time.
(Much credit for this answer is due to Huyen Pham, whose book I'm currently using to review some of this material.)
add a comment |
The idea is that you gain no additional information by taking an infinitesimal step forward in time.
Remember that an $mathit{intersection}$ means that we are taking only the elements contained in EVERY set in the intersection. So, if we think of each $F_t$ as the information contained in the system up to time $t$, the intersection $cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ contains only the information in EVERY $mathcal{F}_{t+epsilon}$ for every possible value of $epsilon > 0$. That is, only the information contained up until $t+epsilon$ for every $epsilon > 0$, in particular, any arbitrarily small $epsilon$. So, in this intersection, we have added only the information gained by taking an infinitesimally small step forward in time.
Thus, the idea of right continuity, $mathcal{F}_t=cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ is that no information is added in this infinitesimal step. In other words, there are no instantaneous developments of the system, it evolves in a continuous fashion going forward in time.
(Much credit for this answer is due to Huyen Pham, whose book I'm currently using to review some of this material.)
add a comment |
The idea is that you gain no additional information by taking an infinitesimal step forward in time.
Remember that an $mathit{intersection}$ means that we are taking only the elements contained in EVERY set in the intersection. So, if we think of each $F_t$ as the information contained in the system up to time $t$, the intersection $cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ contains only the information in EVERY $mathcal{F}_{t+epsilon}$ for every possible value of $epsilon > 0$. That is, only the information contained up until $t+epsilon$ for every $epsilon > 0$, in particular, any arbitrarily small $epsilon$. So, in this intersection, we have added only the information gained by taking an infinitesimally small step forward in time.
Thus, the idea of right continuity, $mathcal{F}_t=cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ is that no information is added in this infinitesimal step. In other words, there are no instantaneous developments of the system, it evolves in a continuous fashion going forward in time.
(Much credit for this answer is due to Huyen Pham, whose book I'm currently using to review some of this material.)
The idea is that you gain no additional information by taking an infinitesimal step forward in time.
Remember that an $mathit{intersection}$ means that we are taking only the elements contained in EVERY set in the intersection. So, if we think of each $F_t$ as the information contained in the system up to time $t$, the intersection $cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ contains only the information in EVERY $mathcal{F}_{t+epsilon}$ for every possible value of $epsilon > 0$. That is, only the information contained up until $t+epsilon$ for every $epsilon > 0$, in particular, any arbitrarily small $epsilon$. So, in this intersection, we have added only the information gained by taking an infinitesimally small step forward in time.
Thus, the idea of right continuity, $mathcal{F}_t=cap_{epsilon > 0} mathcal{F}_{t+epsilon}$ is that no information is added in this infinitesimal step. In other words, there are no instantaneous developments of the system, it evolves in a continuous fashion going forward in time.
(Much credit for this answer is due to Huyen Pham, whose book I'm currently using to review some of this material.)
answered Sep 18 '16 at 23:46
Charles Beer
414
414
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f1859324%2fwhat-is-the-intuition-behind-right-continuous-filtration%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
3
No, because you're taking the intersection over $varepsilon>0$. (To avoid the problem of uncountable intersections we can assume WLOG that $varepsilon$ is rational.)
– Math1000
Jul 14 '16 at 14:56
@Math1000 +1 for the comment, but I don't see any "problem" with uncountable intersections.
– user940
Jul 14 '16 at 15:55
@Math1000 Okay but what is the intuition behind it? why is it useful?
– FelB
Jul 14 '16 at 17:20
@ByronSchmuland Good point, as we are taking the intersection of $sigma$-algebras as opposed to the intersections of elements of $sigma$-algebras...
– Math1000
Jul 14 '16 at 20:45