photo

Fae ba


Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
62,642
of 300,364

평판
0

참여
3 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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)...

5년 초과 전 | 답변 수: 0 | 0

0

답변