Statistiques
3 Questions
                        0 Réponses
RANG
62 648
                          
                          
of 300 381
                        
RÉPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            66.67%
                        
VOTES REÇUS
0
RANG
 of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 477
CONTRIBUTIONS
                            0 Problèmes
                            0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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)...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
I have a code in which the variable changes in every loop iteration for a fixed time point t=5, by assuming that x is changing between 0 and 5, and t=0 to 30. how can I plot the changes ?
r = 0.02; mu = 0.08; sigma = 0.2; T = 30; ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
I have a question regarding time dependent loop, as I want to have a variable changing with time in the loop from 0 to 30
gamma(t) =4-(6/90*t);
plus de 5 ans il y a | 1 réponse | 0

