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

2 visualizzazioni (ultimi 30 giorni)
how to define a variable given sample size, mean, and standard deviation?

Risposte (1)

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

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by