shithub: sm2

ref: a897eacb1b008b46fd5456f869f1e5be90329790
dir: /stt/stddeviation.t/

View raw version
The standard deviation of a variable X is computed as...
.Bp
The standard deviation of a variable X is computed as:

.EQ
s = sqrt {{sum from 0 to N ({X sub i} - {X highbar}) sup 2} over {N - 1}}
.EN