Describe discrete-time Langevin dynamics by its stationary distribution
Let's consider stochastic dynamics with discrete time step $t$ and states $x_tinmathbb{R}^d$ that evolve as
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+f(x_t), Sigma).
$$
Moreover, we assume the existence of a unique stationary distribution $rho(x)$ that satisfies
$$
intmathrm{p}(x_t|x_{t-1})rho(x_{t-1})mathrm{d}x_{t-1}=rho(x_t).
$$
Can $f$ be written as a gradient descent on $lnrho$ transformed by a positive semi-definite matrix $R(x)$,
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+R(x_t)nabla_{x_t}lnrho(x_t),Sigma),?
$$
Do I additionally need to assume ergodicity or detailed balance for this to work?
probability stochastic-processes dynamical-systems markov-chains non-linear-dynamics
add a comment |
Let's consider stochastic dynamics with discrete time step $t$ and states $x_tinmathbb{R}^d$ that evolve as
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+f(x_t), Sigma).
$$
Moreover, we assume the existence of a unique stationary distribution $rho(x)$ that satisfies
$$
intmathrm{p}(x_t|x_{t-1})rho(x_{t-1})mathrm{d}x_{t-1}=rho(x_t).
$$
Can $f$ be written as a gradient descent on $lnrho$ transformed by a positive semi-definite matrix $R(x)$,
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+R(x_t)nabla_{x_t}lnrho(x_t),Sigma),?
$$
Do I additionally need to assume ergodicity or detailed balance for this to work?
probability stochastic-processes dynamical-systems markov-chains non-linear-dynamics
add a comment |
Let's consider stochastic dynamics with discrete time step $t$ and states $x_tinmathbb{R}^d$ that evolve as
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+f(x_t), Sigma).
$$
Moreover, we assume the existence of a unique stationary distribution $rho(x)$ that satisfies
$$
intmathrm{p}(x_t|x_{t-1})rho(x_{t-1})mathrm{d}x_{t-1}=rho(x_t).
$$
Can $f$ be written as a gradient descent on $lnrho$ transformed by a positive semi-definite matrix $R(x)$,
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+R(x_t)nabla_{x_t}lnrho(x_t),Sigma),?
$$
Do I additionally need to assume ergodicity or detailed balance for this to work?
probability stochastic-processes dynamical-systems markov-chains non-linear-dynamics
Let's consider stochastic dynamics with discrete time step $t$ and states $x_tinmathbb{R}^d$ that evolve as
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+f(x_t), Sigma).
$$
Moreover, we assume the existence of a unique stationary distribution $rho(x)$ that satisfies
$$
intmathrm{p}(x_t|x_{t-1})rho(x_{t-1})mathrm{d}x_{t-1}=rho(x_t).
$$
Can $f$ be written as a gradient descent on $lnrho$ transformed by a positive semi-definite matrix $R(x)$,
$$
mathrm{p}(x_{t+1}|x_t)=mathcal{N}(x_t+R(x_t)nabla_{x_t}lnrho(x_t),Sigma),?
$$
Do I additionally need to assume ergodicity or detailed balance for this to work?
probability stochastic-processes dynamical-systems markov-chains non-linear-dynamics
probability stochastic-processes dynamical-systems markov-chains non-linear-dynamics
edited Nov 23 at 18:02
asked Nov 20 at 14:47
danijar
220313
220313
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I don't think so. Counterexample:
State space = ${0,1,2}$
$p_1: x_{t+1}=x_t+1 $ mod $ 3$
$p_2: x_{t+1}=x_t-1 $ mod $ 3$
so $Sigma=0$.
Then the same $rho(x_t)$ belongs to both $p_1$ and $p_2$.
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
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%2f3006396%2fdescribe-discrete-time-langevin-dynamics-by-its-stationary-distribution%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
I don't think so. Counterexample:
State space = ${0,1,2}$
$p_1: x_{t+1}=x_t+1 $ mod $ 3$
$p_2: x_{t+1}=x_t-1 $ mod $ 3$
so $Sigma=0$.
Then the same $rho(x_t)$ belongs to both $p_1$ and $p_2$.
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
add a comment |
I don't think so. Counterexample:
State space = ${0,1,2}$
$p_1: x_{t+1}=x_t+1 $ mod $ 3$
$p_2: x_{t+1}=x_t-1 $ mod $ 3$
so $Sigma=0$.
Then the same $rho(x_t)$ belongs to both $p_1$ and $p_2$.
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
add a comment |
I don't think so. Counterexample:
State space = ${0,1,2}$
$p_1: x_{t+1}=x_t+1 $ mod $ 3$
$p_2: x_{t+1}=x_t-1 $ mod $ 3$
so $Sigma=0$.
Then the same $rho(x_t)$ belongs to both $p_1$ and $p_2$.
I don't think so. Counterexample:
State space = ${0,1,2}$
$p_1: x_{t+1}=x_t+1 $ mod $ 3$
$p_2: x_{t+1}=x_t-1 $ mod $ 3$
so $Sigma=0$.
Then the same $rho(x_t)$ belongs to both $p_1$ and $p_2$.
edited Nov 23 at 17:45
answered Nov 22 at 13:49
Smind
163
163
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
add a comment |
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
Thanks! Do you mean the deterministic systems $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t+1 ,text{mod}, 3)$ and $p_1(x_{t+1}|x_t)=delta(x_{t+1}=x_t-1 ,text{mod}, 3)$? I think these systems have no stationary distribution $rho(x)$. Also, technically $x_tinmathbb{R}^d$, but an example with discrete states could already be helpful.
– danijar
Nov 22 at 20:12
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
They do have a stationary distribution, it's uniform. It isn't ergodic, but even with ergodicity you cannot do this. The canonical way to do it is called reversible dynamics.
– Ian
Nov 22 at 23:06
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
@danijar thanks, that's right. I agree with Ian that the stationary distribution is uniform. We can generalize this example to continuous $x_t$ by making $f_{1},f_2$ that go clockwise resp. counter clockwise around the same point. They'll have the same stationary distribution.
– Smind
Nov 23 at 11:17
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
Thank you. It makes sense that the stationary distribution is uniform, although it is not ergodic. @Ian, would you mind explaining how this can be done with reversible dynamics? What I had in mind was a discrete-time version of the equilibrium solution to Fokker-Planck in ergodic SDEs with Gaussians noise.
– danijar
Nov 23 at 15:18
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%2f3006396%2fdescribe-discrete-time-langevin-dynamics-by-its-stationary-distribution%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