Community Profile

photo

Fae ba


Last seen: bijna 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Is it correct to write the following matlab code for the strong solution of SDE in the form of dx(t)=a*x(t)+b*x(t)*dw(t)? w(t) is brownian motion and a and b are constant
N=1;%number of path T=20; x_0=1000; x=zeros(T/dt+1,N); for t=1:T/dt dw=randn(T/dt,N); x(t+1,:) = x(t,:) +a*x(t)*dt +b*x(t)...

bijna 4 jaar ago | 0 answers | 0

0

answers