i have a little problem i have 10 standard deviation and 10 mean with normal distribution like this N(5,1) , N(10,3), N(8,2) N(6,1), N(10,3), N(7,2), N(4,1), N(10,3), N(9,2), N(8,1). if i search the mean of total mean in R the code is
c=cbind(c(5,10,8,6,10,7,4,10,9,8))
y=mean(c)
so how to calculate average of standard deviation, but this average doesnt like the formula average as always?