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

조회 수: 2 (최근 30일)
Dustin
Dustin 2014년 7월 27일
답변: Azzi Abdelmalek 2014년 7월 27일
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