Mercurial > hg > octave-nkf
comparison scripts/statistics/base/module.mk @ 9899:9f25290a35e8
more private function and subfunction changes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 01 Dec 2009 22:40:37 -0500 |
parents | 0d4613a736e9 |
children | 8d20fb66a0dc |
comparison
equal
deleted
inserted
replaced
9898:1ee24979591e | 9899:9f25290a35e8 |
---|---|
1 FCN_FILE_DIRS += statistics/base | 1 FCN_FILE_DIRS += statistics/base |
2 | 2 |
3 statistics_base_FCN_FILES = \ | 3 statistics_base_FCN_FILES = \ |
4 statistics/base/__quantile__.m \ | |
5 statistics/base/center.m \ | 4 statistics/base/center.m \ |
6 statistics/base/cloglog.m \ | 5 statistics/base/cloglog.m \ |
7 statistics/base/cor.m \ | 6 statistics/base/cor.m \ |
8 statistics/base/corrcoef.m \ | 7 statistics/base/corrcoef.m \ |
9 statistics/base/cov.m \ | 8 statistics/base/cov.m \ |