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

2 visualizaciones (últimos 30 días)
Dustin
Dustin el 27 de Jul. de 2014
Respondida: Azzi Abdelmalek el 27 de Jul. de 2014
how to define a variable given sample size, mean, and standard deviation?

Respuestas (1)

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

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by