comparison doc/interpreter/stats.txi @ 3453:71d2e09c15a2

[project @ 2000-01-18 08:32:09 by jwe]
author jwe
date Tue, 18 Jan 2000 08:32:15 +0000
parents 3234a698073a
children d8b731d3f7a3
comparison
equal deleted inserted replaced
3452:a892190f4977 3453:71d2e09c15a2
6 @chapter Statistics 6 @chapter Statistics
7 7
8 I hope that someday Octave will include more statistics functions. If 8 I hope that someday Octave will include more statistics functions. If
9 you would like to help improve Octave in this area, please contact 9 you would like to help improve Octave in this area, please contact
10 @email{bug-octave@@bevo.che.wisc.edu}. 10 @email{bug-octave@@bevo.che.wisc.edu}.
11
12 @menu
13 * Basic Statistical Functions::
14 * Models::
15 * Distributions::
16 @end menu
17
18 @node Basic Statistical Functions, Models, Statistics, Statistics
19 @section Basic Statistical Functions
11 20
12 @DOCSTRING(mean) 21 @DOCSTRING(mean)
13 22
14 @DOCSTRING(median) 23 @DOCSTRING(median)
15 24
22 @DOCSTRING(kurtosis) 31 @DOCSTRING(kurtosis)
23 32
24 @DOCSTRING(mahalanobis) 33 @DOCSTRING(mahalanobis)
25 34
26 @DOCSTRING(skewness) 35 @DOCSTRING(skewness)
36
37 @c XXX FIXME XXX -- these need to be organized.
38
39 @DOCSTRING(values)
40
41 @DOCSTRING(var)
42
43 @DOCSTRING(table)
44
45 @DOCSTRING(studentize)
46
47 @DOCSTRING(statistics)
48
49 @DOCSTRING(spearman)
50
51 @DOCSTRING(run_count)
52
53 @DOCSTRING(ranks)
54
55 @DOCSTRING(range)
56
57 @DOCSTRING(qqplot)
58
59 @DOCSTRING(probit)
60
61 @DOCSTRING(ppplot)
62
63 @DOCSTRING(moment)
64
65 @DOCSTRING(meansq)
66
67 @DOCSTRING(logit)
68
69 @DOCSTRING(kendall)
70
71 @DOCSTRING(iqr)
72
73 @DOCSTRING(cut)
74
75 @DOCSTRING(cor)
76
77 @DOCSTRING(cloglog)
78
79 @DOCSTRING(center)
80
81 @node Tests, Models, Basic Statistical Functions, Statistics
82 @section Tests
83
84 @node Models, Distributions, Basic Statistical Functions, Statistics
85 @section Models
86
87 @node Distributions, , Models, Statistics
88 @section Distributions