Answer Posted / Satti Devi
The function rnorm() in R can be used to generate random normal (Gaussian) deviates. By setting the mean and standard deviation parameters appropriately, this function can simulate various types of noise models. For example, to generate a vector of normally distributed random numbers with mean 0 and standard deviation 1, you can use x <- rnorm(100).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers