]> gitweb.factorcode.org Git - factor.git/commitdiff
math.statistics: add other cumulative words to help article.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Oct 2012 23:30:31 +0000 (16:30 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Oct 2012 23:30:31 +0000 (16:30 -0700)
basis/math/statistics/statistics-docs.factor

index 843aa472075b400c703f507ecd9e5d7b9e09bb66..6585275251b336f6d3854bf741436aefe455090a 100644 (file)
@@ -258,12 +258,18 @@ ARTICLE: "cumulative" "Computing cumulative sequences"
     cum-map
     cum-map0
 }
-"Cumulative sum:"
+"Cumulative math:"
 { $subsections
     cum-sum
     cum-sum0
+    cum-product
 }
-"Cumulative count:"
+"Cumulative comparisons:"
+{ $subsections
+    cum-min
+    cum-max
+}
+"Cumulative counting:"
 { $subsections
     cum-count
 } ;