how to define a variable given sample size, mean, and standard deviation?

2 次查看(过去 30 天)
how to define a variable given sample size, mean, and standard deviation?

回答(1 个)

Azzi Abdelmalek
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)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by