Commit f505d4d9 authored by Davis King's avatar Davis King

Made spec a little more clear.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403575
parent 2101de17
......@@ -153,7 +153,7 @@ namespace dlib
requires
- current_n() > 1
ensures
- return (val-mean())/std::sqrt(variance());
- return (val-mean())/stddev();
!*/
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment