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

2 Ansichten (letzte 30 Tage)
Dustin
Dustin am 27 Jul. 2014
Beantwortet: Azzi Abdelmalek am 27 Jul. 2014
how to define a variable given sample size, mean, and standard deviation?

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 27 Jul. 2014
n=100000 % number of samples
moy=10 % given mean
ecart_type=5 % given std
a=moy+ecart_type*randn(1,n)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by