Statistik
3 Fragen
0 Antworten
RANG
200.777
of 301.296
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.225
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.832
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to delete data with special value in an array?
there is an array with 800 values, and the mean of these can be calculated. I would like to delete the value over or less than...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why does the command window show 'Unrecognized function or variable 'beta_est'.'? how to solve it?
syms bets_est; for t=1:n-1; func=(sigma2(t+1)-sigma2(t))/(S(t+1)-S(t))*S(t)/sigma2(t)==beta_est(t)-2; end solve(eq,beta_...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why do I get an error in this function and how to solve it?
function r=OU_SAMPLE (n,dt,beta,theta,sig,r0); t(1)=0; x(1)=theta-r0; r(1)=r0; for i=1:n-1; t(i+1)=i*dt; v=(exp(2*...
fast 5 Jahre vor | 1 Antwort | 0

