storing performance values for each monte-carlo simulations
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
TESFALEM ALDADA
il 11 Feb 2020
Commentato: TESFALEM ALDADA
il 11 Feb 2020
I have a randomly generated vectors to be multiplied by a function (f) to have simulated result. and then this simulated result will be campared for perfomance of mean difference with observed data for each random numbers. So how can i store the mean difference values for each sampling points?
cheers
Tesfalem
0 Commenti
Risposta accettata
KALYAN ACHARJYA
il 11 Feb 2020
Use array
loop
mean_difference(i)=
end
3 Commenti
KALYAN ACHARJYA
il 11 Feb 2020
Modificato: KALYAN ACHARJYA
il 11 Feb 2020
Save the Qobs in cell array
If in each Qobs is single numeric (scalars), use as array Qobs(i), otherwise if Qobs result is vector, use cell array
Qobs{ }
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Monte-Carlo in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!