view .gitignore @ 17582:7004c733412f

skewness.m: Update cset 3ef7d28833f3 to Octave coding conventions. * scripts/statistics/base/skewness.m: Use @group for multi-line examples in docstring. Use Matlab-compatible definition of bias correction factor which is "sqrt (N*(N-1))/(N-2)". Also accept logical vectors. Use parentheses around conditions in if statements. Use '!' instead of '~' for logical negation. Use in-place operators for efficiency. Use 'NaN' instead of 'nan'. Use eps instead of hardcoded tolerance. Look for error messages in %!error blocks.
author Rik <rik@octave.org>
date Sun, 06 Oct 2013 16:16:36 -0700
parents 5758e0013246
children
line wrap: on
line source

*~
*.user
*.o
*.a
Makefile*
*.pdb
debug/
release/