math.statistics: add some padding in the docs (looks better).

db4
John Benediktsson 2012-10-25 19:48:05 -07:00
parent 4a5885bca1
commit 23fc7b3eb9
1 changed files with 2 additions and 2 deletions

View File

@ -288,9 +288,9 @@ ARTICLE: "math.statistics" "Statistics"
"Computing the kth smallest element:"
{ $subsections kth-smallest }
"Counting the frequency of occurrence of elements:"
{ $subsection "histogram" }
{ $subsections "histogram" }
"Computing cumulative sequences:"
{ $subsection "cumulative" } ;
{ $subsections "cumulative" } ;
ABOUT: "math.statistics"