math.statistics: add other cumulative words to help article.
parent
3ec9dc94da
commit
71da857f43
|
@ -258,12 +258,18 @@ ARTICLE: "cumulative" "Computing cumulative sequences"
|
||||||
cum-map
|
cum-map
|
||||||
cum-map0
|
cum-map0
|
||||||
}
|
}
|
||||||
"Cumulative sum:"
|
"Cumulative math:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
cum-sum
|
cum-sum
|
||||||
cum-sum0
|
cum-sum0
|
||||||
|
cum-product
|
||||||
}
|
}
|
||||||
"Cumulative count:"
|
"Cumulative comparisons:"
|
||||||
|
{ $subsections
|
||||||
|
cum-min
|
||||||
|
cum-max
|
||||||
|
}
|
||||||
|
"Cumulative counting:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
cum-count
|
cum-count
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue