Why is a specific conditional density function in the state space model context assumed to be normal?
up vote
1
down vote
favorite
A linear, discrete-time, stationary, state-space model is a pair of real valued stochastic processes ${X_t }_{t in mathbb{N}},{Y_t}_{t in mathbb{N}}$ that obey the recursive equations
$$
begin{cases}
X_{t+1} = F X_t + v_t &t=0,1,2dots \
Y_t = H X_t + w_t &t=0,1,2dots
end{cases}
$$
where:
$F in mathbb{R}, H in mathbb{R}$
$v_t, w_t$ are random variables (additive noise) which admit a PDF (Probability Density Function);
The noise terms are zero-mean and:
$$
forall t_1 neq t_2 : v_{t_1} perp v_{t_2}, w_{t_1} perp w_{t_2} \
forall t_1, t_2 : v_{t_1} perp w_{t_2} \
forall t : E[v_t^2] = Q, E[w_t^2] = R
$$
where the simbol $X perp Y$ means that $X$ and $Y$ are independent and $Q,R$ are assumed to be positive real numbers. The initial condition of the recursion $x_0$ is a fixed real number.
It seems to me it is always possible in principal (at least numerically) to calculate
$$
f( x_t | Y_{1:t-1})
$$
where $f(cdot)$ denotes the PDF of $X_t$, $X_{0:t-1} = (X_{t-1}, X_t, dots, x_0)$, $Y_{1:t} = (Y_t, Y_{t-1},dots,Y_1)$.
As an example take $t=3$, then
$$P(X_3 < x_3, Y_1 < y_1, Y_2 < y_2) = $$
$$P(F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2)$$
And from the independence of $v_0,v_1,w_0$ this is equal to
$$ int_A f_{V_0}(v_0)f_{V_1}(v_1)f_{W_0}(w_0) dv_0 dv_1 dw_0 $$
where $A:= { (v_0,v_1,w_0 } in R^3 | F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2 } $
So it's possible to obtain the join density $f(x_3,y_1,y_2)$ by taking the partial derivatives with respect to $v_0,v_1,w_0$.
At this point $$f( x_3 | Y_1, Y_2) = frac{f(x_3,y_1,y_2)}{f(y_1,y_2)} $$ and we know the numerator, for the denominator we simply take another integral in $x_3$ over the obtained joint density and we are finished.
Is this reasoning correct? If my reasoning is correct why do I often see assumed that $f( x_t | Y_{1:t-1})$ is normally distributed? even if both $v_t$ and $w_t$ are Gaussian I don't think this follows. Is there a motivation (maybe coming from some central limit argument) behind this assumption?
probability probability-theory statistics time-series
add a comment |
up vote
1
down vote
favorite
A linear, discrete-time, stationary, state-space model is a pair of real valued stochastic processes ${X_t }_{t in mathbb{N}},{Y_t}_{t in mathbb{N}}$ that obey the recursive equations
$$
begin{cases}
X_{t+1} = F X_t + v_t &t=0,1,2dots \
Y_t = H X_t + w_t &t=0,1,2dots
end{cases}
$$
where:
$F in mathbb{R}, H in mathbb{R}$
$v_t, w_t$ are random variables (additive noise) which admit a PDF (Probability Density Function);
The noise terms are zero-mean and:
$$
forall t_1 neq t_2 : v_{t_1} perp v_{t_2}, w_{t_1} perp w_{t_2} \
forall t_1, t_2 : v_{t_1} perp w_{t_2} \
forall t : E[v_t^2] = Q, E[w_t^2] = R
$$
where the simbol $X perp Y$ means that $X$ and $Y$ are independent and $Q,R$ are assumed to be positive real numbers. The initial condition of the recursion $x_0$ is a fixed real number.
It seems to me it is always possible in principal (at least numerically) to calculate
$$
f( x_t | Y_{1:t-1})
$$
where $f(cdot)$ denotes the PDF of $X_t$, $X_{0:t-1} = (X_{t-1}, X_t, dots, x_0)$, $Y_{1:t} = (Y_t, Y_{t-1},dots,Y_1)$.
As an example take $t=3$, then
$$P(X_3 < x_3, Y_1 < y_1, Y_2 < y_2) = $$
$$P(F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2)$$
And from the independence of $v_0,v_1,w_0$ this is equal to
$$ int_A f_{V_0}(v_0)f_{V_1}(v_1)f_{W_0}(w_0) dv_0 dv_1 dw_0 $$
where $A:= { (v_0,v_1,w_0 } in R^3 | F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2 } $
So it's possible to obtain the join density $f(x_3,y_1,y_2)$ by taking the partial derivatives with respect to $v_0,v_1,w_0$.
At this point $$f( x_3 | Y_1, Y_2) = frac{f(x_3,y_1,y_2)}{f(y_1,y_2)} $$ and we know the numerator, for the denominator we simply take another integral in $x_3$ over the obtained joint density and we are finished.
Is this reasoning correct? If my reasoning is correct why do I often see assumed that $f( x_t | Y_{1:t-1})$ is normally distributed? even if both $v_t$ and $w_t$ are Gaussian I don't think this follows. Is there a motivation (maybe coming from some central limit argument) behind this assumption?
probability probability-theory statistics time-series
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
A linear, discrete-time, stationary, state-space model is a pair of real valued stochastic processes ${X_t }_{t in mathbb{N}},{Y_t}_{t in mathbb{N}}$ that obey the recursive equations
$$
begin{cases}
X_{t+1} = F X_t + v_t &t=0,1,2dots \
Y_t = H X_t + w_t &t=0,1,2dots
end{cases}
$$
where:
$F in mathbb{R}, H in mathbb{R}$
$v_t, w_t$ are random variables (additive noise) which admit a PDF (Probability Density Function);
The noise terms are zero-mean and:
$$
forall t_1 neq t_2 : v_{t_1} perp v_{t_2}, w_{t_1} perp w_{t_2} \
forall t_1, t_2 : v_{t_1} perp w_{t_2} \
forall t : E[v_t^2] = Q, E[w_t^2] = R
$$
where the simbol $X perp Y$ means that $X$ and $Y$ are independent and $Q,R$ are assumed to be positive real numbers. The initial condition of the recursion $x_0$ is a fixed real number.
It seems to me it is always possible in principal (at least numerically) to calculate
$$
f( x_t | Y_{1:t-1})
$$
where $f(cdot)$ denotes the PDF of $X_t$, $X_{0:t-1} = (X_{t-1}, X_t, dots, x_0)$, $Y_{1:t} = (Y_t, Y_{t-1},dots,Y_1)$.
As an example take $t=3$, then
$$P(X_3 < x_3, Y_1 < y_1, Y_2 < y_2) = $$
$$P(F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2)$$
And from the independence of $v_0,v_1,w_0$ this is equal to
$$ int_A f_{V_0}(v_0)f_{V_1}(v_1)f_{W_0}(w_0) dv_0 dv_1 dw_0 $$
where $A:= { (v_0,v_1,w_0 } in R^3 | F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2 } $
So it's possible to obtain the join density $f(x_3,y_1,y_2)$ by taking the partial derivatives with respect to $v_0,v_1,w_0$.
At this point $$f( x_3 | Y_1, Y_2) = frac{f(x_3,y_1,y_2)}{f(y_1,y_2)} $$ and we know the numerator, for the denominator we simply take another integral in $x_3$ over the obtained joint density and we are finished.
Is this reasoning correct? If my reasoning is correct why do I often see assumed that $f( x_t | Y_{1:t-1})$ is normally distributed? even if both $v_t$ and $w_t$ are Gaussian I don't think this follows. Is there a motivation (maybe coming from some central limit argument) behind this assumption?
probability probability-theory statistics time-series
A linear, discrete-time, stationary, state-space model is a pair of real valued stochastic processes ${X_t }_{t in mathbb{N}},{Y_t}_{t in mathbb{N}}$ that obey the recursive equations
$$
begin{cases}
X_{t+1} = F X_t + v_t &t=0,1,2dots \
Y_t = H X_t + w_t &t=0,1,2dots
end{cases}
$$
where:
$F in mathbb{R}, H in mathbb{R}$
$v_t, w_t$ are random variables (additive noise) which admit a PDF (Probability Density Function);
The noise terms are zero-mean and:
$$
forall t_1 neq t_2 : v_{t_1} perp v_{t_2}, w_{t_1} perp w_{t_2} \
forall t_1, t_2 : v_{t_1} perp w_{t_2} \
forall t : E[v_t^2] = Q, E[w_t^2] = R
$$
where the simbol $X perp Y$ means that $X$ and $Y$ are independent and $Q,R$ are assumed to be positive real numbers. The initial condition of the recursion $x_0$ is a fixed real number.
It seems to me it is always possible in principal (at least numerically) to calculate
$$
f( x_t | Y_{1:t-1})
$$
where $f(cdot)$ denotes the PDF of $X_t$, $X_{0:t-1} = (X_{t-1}, X_t, dots, x_0)$, $Y_{1:t} = (Y_t, Y_{t-1},dots,Y_1)$.
As an example take $t=3$, then
$$P(X_3 < x_3, Y_1 < y_1, Y_2 < y_2) = $$
$$P(F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2)$$
And from the independence of $v_0,v_1,w_0$ this is equal to
$$ int_A f_{V_0}(v_0)f_{V_1}(v_1)f_{W_0}(w_0) dv_0 dv_1 dw_0 $$
where $A:= { (v_0,v_1,w_0 } in R^3 | F^2x_0 + F v_0 + v_1 < x_3, H F x_0 + Hv_0w_1< y_1, Hx_0 + w_0 < y_2 } $
So it's possible to obtain the join density $f(x_3,y_1,y_2)$ by taking the partial derivatives with respect to $v_0,v_1,w_0$.
At this point $$f( x_3 | Y_1, Y_2) = frac{f(x_3,y_1,y_2)}{f(y_1,y_2)} $$ and we know the numerator, for the denominator we simply take another integral in $x_3$ over the obtained joint density and we are finished.
Is this reasoning correct? If my reasoning is correct why do I often see assumed that $f( x_t | Y_{1:t-1})$ is normally distributed? even if both $v_t$ and $w_t$ are Gaussian I don't think this follows. Is there a motivation (maybe coming from some central limit argument) behind this assumption?
probability probability-theory statistics time-series
probability probability-theory statistics time-series
asked Nov 20 at 0:23
Monolite
1,4892925
1,4892925
add a comment |
add a comment |
active
oldest
votes
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',
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%2f3005741%2fwhy-is-a-specific-conditional-density-function-in-the-state-space-model-context%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3005741%2fwhy-is-a-specific-conditional-density-function-in-the-state-space-model-context%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