필터 지우기
필터 지우기

normal distribution random variables

조회 수: 2 (최근 30일)
Tony
Tony 2013년 11월 11일
답변: Walter Roberson 2013년 11월 11일
hello, i had asked something similar but this is a new problem and i am not understanding the logic.
here is the new problem.
Generate two squeences , of length 1000, of normally distributed random variables [X ] and [Y ]
N N
with the following properties:
_
X =100 sigma = 3
_ X
Y =200 sigma = 4
Y
_
Find numerically Z and sigma , if Z = X + Y
Z N N N
It is probably harder to understand as i am only in calculus 2 but i do understand the notations from looking them up which is just the mean value and standard deviation.
thank you for your time

답변 (1개)

Walter Roberson
Walter Roberson 2013년 11월 11일
Hint: randn() * sigmaX + Xmean

Community Treasure Hunt

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

Start Hunting!

Translated by