Cumulative standard deviation: Difference between revisions

m
m (→‎only show standard deviation: added/changed whitespace and comments.)
m (→‎only show standard deviation: aligned statements.)
Line 3,495:
/* [↓] process each number in the list*/
do j=1 for n /*perform summation on two sets of #'s.*/
_= word(#, j); $= $ + _
$$= $$ + _**2
end /*j*/