powered by
stdH
Standard deviation of a histogram (i.e., the square root of the centered second moment)
stdH(object)# S4 method for distributionH stdH(object)
# S4 method for distributionH stdH(object)
A value for the standard deviation
a distributionH object
distributionH
Antonio Irpino
## ---- A mydist distribution ---- mydist <- distributionH(x = c(1, 2, 3, 10), p = c(0, 0.1, 0.5, 1)) ## ---- Compute the standard deviation of mydist ---- stdH(mydist) #---> 2.563851
Run the code above in your browser using DataLab