Cumulative standard deviation: Difference between revisions

m
(compute stdev from vector of moments, not directly from accumulator)
Line 594:
=={{header|C++}}==
No attempt to handle different types -- standard deviation is intrinsically a real number.
<lang cpp#include <assert.h>
#include <assert.h>
#include <cmath>
#include <vector>
Anonymous user