Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

rnorm in r

bellCurve = rnorm(n, mean = 0, sd = 1)
hist(bellCurve)
# n : number of samples
# mean : mean of the resulting distribution
# sd : standard deviation of the resulting distribution
Source by stat.ethz.ch #
 
PREVIOUS NEXT
Tagged: #rnorm
ADD COMMENT
Topic
Name
1+7 =