Cumulative standard deviation: Difference between revisions

Added COBOL example.
(Added COBOL example.)
Line 468:
 
</lang>
 
=={{header|COBOL}}==
Using an intrinsic function:
<lang cobol>FUNCTION STANDARD-DEVIATION(2, 4, 4, 4, 5, 5, 7, 9)</lang>
 
=={{header|CoffeeScript}}==
Anonymous user