Cumulative standard deviation: Difference between revisions

Line 904:
No attempt to handle different types -- standard deviation is intrinsically a real number.
<syntaxhighlight lang="cpp">
#include <assert.hcassert>
#include <cmath>
#include <vector>