comparison scripts/statistics/base/kurtosis.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents f0c3d3fc4903
children cab3b148d4e4
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
61 if (dim > nd) 61 if (dim > nd)
62 dim = 1; 62 dim = 1;
63 endif 63 endif
64 else 64 else
65 if (! (isscalar (dim) && dim == round (dim)) 65 if (! (isscalar (dim) && dim == round (dim))
66 && dim > 0 66 && dim > 0
67 && dim < (nd + 1)) 67 && dim < (nd + 1))
68 error ("kurtosis: dim must be an integer and valid dimension"); 68 error ("kurtosis: dim must be an integer and valid dimension");
69 endif 69 endif
70 endif 70 endif
71 71
72 if (! ismatrix (x)) 72 if (! ismatrix (x))