how to define a variable given sample size, mean, and standard deviation?
显示 更早的评论
how to define a variable given sample size, mean, and standard deviation?
回答(1 个)
Azzi Abdelmalek
2014-7-27
n=100000 % number of samples
moy=10 % given mean
ecart_type=5 % given std
a=moy+ecart_type*randn(1,n)
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics and Visualization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!