comparison scripts/statistics/base/moment.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents 5ec6aa05638d
children 6b2f14af2360
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
97 ## @end table 97 ## @end table
98 ## 98 ##
99 ## If the optional argument @var{dim} is given, operate along this dimension. 99 ## If the optional argument @var{dim} is given, operate along this dimension.
100 ## 100 ##
101 ## If both @var{type} and @var{dim} are given they may appear in any order. 101 ## If both @var{type} and @var{dim} are given they may appear in any order.
102 ## @seealso{var,skewness,kurtosis} 102 ## @seealso{var, skewness, kurtosis}
103 ## @end deftypefn 103 ## @end deftypefn
104 104
105 ## Can easily be made to work for continuous distributions (using quad) 105 ## Can easily be made to work for continuous distributions (using quad)
106 ## as well, but how does the general case work? 106 ## as well, but how does the general case work?
107 107