storing performance values for each monte-carlo simulations
1 回表示 (過去 30 日間)
古いコメントを表示
TESFALEM ALDADA
2020 年 2 月 11 日
コメント済み: TESFALEM ALDADA
2020 年 2 月 11 日
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 件のコメント
採用された回答
KALYAN ACHARJYA
2020 年 2 月 11 日
Use array
loop
mean_difference(i)=
end
3 件のコメント
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 Center および File Exchange で Monte-Carlo についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!