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

Help #4

Open
icedebris opened this issue Feb 5, 2021 · 2 comments
Open

Help #4

icedebris opened this issue Feb 5, 2021 · 2 comments
Assignees

Comments

@icedebris
Copy link

Hello,

Thank you for writing a code to solve FPE. The examples seem to use some physics language, which I find difficult to translate to "standard" math formulation. Can you please let me know how to setup a problem to solve the following problem. Suppose the two state-variables follow

dy_t = x_tdt
dx_t = f(x_t, y_t)dt + bdW_t,
where b is a constant and f(x_t, y_t) is a general function (it ensures that x_t and y_t have stationary dynamics on 0<x<inf, y<0<inf).

I would like to solve for a stationary density g, which amount to solving the following FPE: -xg'_y - (f(x,y)g)'_x +b^2*g''_xx/2 = 0. Does you code allow to solve this problem? And if so, how one can do that?

Many thanks,
Igor

@johnaparker johnaparker self-assigned this Mar 8, 2021
@JiejunHu
Copy link

Hello,

Thank you for writing a code to solve FPE. The examples seem to use some physics language, which I find difficult to translate to "standard" math formulation. Can you please let me know how to setup a problem to solve the following problem. Suppose the two state-variables follow

dy_t = x_tdt dx_t = f(x_t, y_t)dt + bdW_t, where b is a constant and f(x_t, y_t) is a general function (it ensures that x_t and y_t have stationary dynamics on 0<x<inf, y<0<inf).

I would like to solve for a stationary density g, which amount to solving the following FPE: -xg'_y - (f(x,y)g)'_x +b^2*g''_xx/2 = 0. Does you code allow to solve this problem? And if so, how one can do that?

Many thanks, Igor

Dear Igor, is there an answer to your question? Thank you!

@icedebris
Copy link
Author

icedebris commented Nov 30, 2021 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

3 participants