epislon in normal distribution
古いコメントを表示
How to write epislon which is given N(0,0.01) in matlab ?
回答 (1 件)
Walter Roberson
2020 年 5 月 3 日
ep_mean = 0;
ep_std = 0.01;
epsilon = ep_mean + randn() * ep_std;
カテゴリ
ヘルプ センター および File Exchange で Multivariate Distributions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!