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

2 vues (au cours des 30 derniers jours)
Dustin
Dustin le 27 Juil 2014
how to define a variable given sample size, mean, and standard deviation?

Réponses (1)

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

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by