storing performance values for each monte-carlo simulations

3 次查看(过去 30 天)
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

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-2-11
Use array
loop
mean_difference(i)=
end
  3 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2020-2-11
编辑:KALYAN ACHARJYA 2020-2-11
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{ }

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Monte-Carlo 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by