Commit 4934f7b5 authored by Davis King's avatar Davis King

updated docs

parent e66d588c
......@@ -438,11 +438,12 @@
<file>dlib/statistics.h</file>
<spec_file link="true">dlib/statistics/statistics_abstract.h</spec_file>
<description>
This object represents something that can compute the running mean and
variance of a stream of real numbers.
This object represents something that can compute the running mean,
variance, skewness, and kurtosis statistics of a stream of real numbers.
</description>
<examples>
<example>running_stats.cpp.html</example>
<example>kcentroid_ex.cpp.html</example>
</examples>
......
......@@ -161,6 +161,10 @@
<name>Object_Detector_Advanced</name>
<link>object_detector_advanced_ex.cpp.html</link>
</item>
<item>
<name>Running_Stats</name>
<link>running_stats_ex.cpp.html</link>
</item>
<item>
<name>Config_File_Reader</name>
<link>config_reader_ex.cpp.html</link>
......
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