Cumulative standard deviation: Difference between revisions

Content added Content deleted
(→‎{{header|Ada}}: Marked incomplete.)
Line 125: Line 125:


=={{header|Ada}}==
=={{header|Ada}}==
{{incomplete|Ada|It does not return the ''running'' standard deviation of the series.}}
<lang ada>with Ada.Numerics.Elementary_Functions; use Ada.Numerics.Elementary_Functions;
<lang ada>with Ada.Numerics.Elementary_Functions; use Ada.Numerics.Elementary_Functions;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Text_IO; use Ada.Text_IO;