comparison scripts/statistics/base/skewness.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 c792872f8942
children 6b2f14af2360
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
36 ## 36 ##
37 ## @noindent 37 ## @noindent
38 ## If @var{x} is a matrix, return the skewness along the 38 ## If @var{x} is a matrix, return the skewness along the
39 ## first non-singleton dimension of the matrix. If the optional 39 ## first non-singleton dimension of the matrix. If the optional
40 ## @var{dim} argument is given, operate along this dimension. 40 ## @var{dim} argument is given, operate along this dimension.
41 ## @seealso{var,kurtosis,moment} 41 ## @seealso{var, kurtosis, moment}
42 ## @end deftypefn 42 ## @end deftypefn
43 43
44 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 44 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
45 ## Created: 29 July 1994 45 ## Created: 29 July 1994
46 ## Adapted-By: jwe 46 ## Adapted-By: jwe