storing performance values for each monte-carlo simulations

2 vues (au cours des 30 derniers jours)
TESFALEM ALDADA
TESFALEM ALDADA le 11 Fév 2020
Commenté : TESFALEM ALDADA le 11 Fév 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

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 11 Fév 2020
Use array
loop
mean_difference(i)=
end
  3 commentaires
KALYAN ACHARJYA
KALYAN ACHARJYA le 11 Fév 2020
Modifié(e) : KALYAN ACHARJYA le 11 Fév 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{ }
TESFALEM ALDADA
TESFALEM ALDADA le 11 Fév 2020
ya all the values are numeric(scalar), then will there any change?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Monte-Carlo dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by