Random numbers from normal distribution with specific mean and variance
Answers
Answered by
0
Step-by-step explanation:
The randn function returns a sample of random numbers from a normal distribution with mean 0 and variance 1. ... rng(0,'twister'); Create a vector of 1000 random values drawn from a normal distribution with a mean of 500 and a standard deviation of 5. a = 5; b = 500;
Answered by
2
Step-by-step explanation:
RANDOM FUNCTION RETURNS SAMPLE OF RANDOM NO. FROM NORMAL DISTRIBUTION WITH MEAN 0 AND VARIABLE 1
Similar questions