epislon in normal distribution

How to write epislon which is given N(0,0.01) in matlab ?

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 5 月 3 日

0 投票

ep_mean = 0;
ep_std = 0.01;
epsilon = ep_mean + randn() * ep_std;

質問済み:

2020 年 5 月 3 日

回答済み:

2020 年 5 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by