diff doc/interpreter/stats.txi @ 12569:6ef23b4a3402

Add quantile, prctile functions to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 02 Apr 2011 13:37:52 -0700
parents 06cebc991966
children f9b7aa3b88f8
line wrap: on
line diff
--- a/doc/interpreter/stats.txi	Sat Apr 02 12:41:16 2011 -0700
+++ b/doc/interpreter/stats.txi	Sat Apr 02 13:37:52 2011 -0700
@@ -96,6 +96,10 @@
 
 @DOCSTRING(moment)
 
+@DOCSTRING(quantile)
+
+@DOCSTRING(prctile)
+
 A summary view of a data set can be generated quickly with the
 @code{statistics} function.