# Automatically generated file --- DO NOT EDIT
2007-07-24 22:03  adb014

	* DESCRIPTION: Version numbering changes of all packages needed due
	  to inclusion of generic Makefile/configure in all packages

2007-03-23 17:14  adb014

	* doc/README.TXT, inst/center.m, inst/coefficient_of_variation.m,
	  inst/conv2nan.m, inst/cor.m, inst/corrcoef.m, inst/cov.m,
	  inst/covm.m, inst/detrend.m, inst/flag_implicit_significance.m,
	  inst/geomean.m, inst/harmmean.m, inst/kurtosis.m, inst/mad.m,
	  inst/mean.m, inst/meandev.m, inst/meansq.m, inst/median.m,
	  inst/mod.m, inst/moment.m, inst/naninsttest.m, inst/nanstd.m,
	  inst/nansum.m, inst/nantest.m, inst/normcdf.m, inst/norminv.m,
	  inst/normpdf.m, inst/rankcorr.m, inst/ranks.m, inst/rem.m,
	  inst/rms.m, inst/sem.m, inst/skewness.m, inst/spearman.m,
	  inst/statistic.m, inst/std.m, inst/sumskipnan.m, inst/tcdf.m,
	  inst/tinv.m, inst/tpdf.m, inst/trimean.m, inst/var.m,
	  inst/xcovf.m, inst/zscore.m, src/sumskipnan.cc,
	  src/sumskipnan.cpp: Update the FSF address

2007-01-25 22:09  goffioul

	* src/Makefile: Add "clean" rules to makefiles and discard exit
	  status

2007-01-09 19:08  schloegl

	* inst/detrend.m: enable LINEAR and CONSTANT as 2nd argument

2006-11-24 12:55  schloegl

	* inst/nanstd.m: fix normalization

2006-10-14 19:39  hauberg

	* COPYING: Removed unvalid characters from all GPL licenses in the
	  packages

2006-10-06 10:04  schloegl

	* inst/corrcoef.m: indexing improved: if the product of columns of
	  X and Y is much smaller than the max(col(X),col(y)^2

2006-10-06 10:00  schloegl

	* inst/zscore.m: returns scaling coefficients iof pre-whitening;
	  two-pass algorithm used to improve accuracy

2006-10-03 14:56  hauberg

	* INDEX: Fixed various INDEX files

2006-08-25 21:49  adb014

	* .cvsignore, COPYING, DESCRIPTION, INSTALL, NOINSTALL, README.TXT,
	  center.m, coefficient_of_variation.m, conv2nan.m, cor.m,
	  corrcoef.m, cov.m, covm.m, detrend.m,
	  flag_implicit_significance.m, geomean.m, harmmean.m, kurtosis.m,
	  mad.m, mean.m, meandev.m, meansq.m, median.m, mod.m, moment.m,
	  naninsttest.m, nanstd.m, nansum.m, nantest.m, normcdf.m,
	  norminv.m, normpdf.m, percentile.m, quantile.m, rankcorr.m,
	  ranks.m, rem.m, rms.m, sem.m, skewness.m, spearman.m,
	  statistic.m, std.m, sumskipnan.cc, sumskipnan.cpp, sumskipnan.m,
	  tcdf.m, tinv.m, tpdf.m, trimean.m, var.m, xcovf.m, zscore.m,
	  doc/INSTALL, doc/README.TXT, inst/center.m,
	  inst/coefficient_of_variation.m, inst/conv2nan.m, inst/cor.m,
	  inst/corrcoef.m, inst/cov.m, inst/covm.m, inst/detrend.m,
	  inst/flag_implicit_significance.m, inst/geomean.m,
	  inst/harmmean.m, inst/kurtosis.m, inst/mad.m, inst/mean.m,
	  inst/meandev.m, inst/meansq.m, inst/median.m, inst/mod.m,
	  inst/moment.m, inst/naninsttest.m, inst/nanstd.m, inst/nansum.m,
	  inst/nantest.m, inst/normcdf.m, inst/norminv.m, inst/normpdf.m,
	  inst/percentile.m, inst/quantile.m, inst/rankcorr.m,
	  inst/ranks.m, inst/rem.m, inst/rms.m, inst/sem.m,
	  inst/skewness.m, inst/spearman.m, inst/statistic.m, inst/std.m,
	  inst/sumskipnan.m, inst/tcdf.m, inst/tinv.m, inst/tpdf.m,
	  inst/trimean.m, inst/var.m, inst/xcovf.m, inst/zscore.m,
	  src/Makefile, src/sumskipnan.cc, src/sumskipnan.cpp: Latest
	  package manager mega patch, but not the last

2006-08-09 14:32  schloegl

	* std.m, var.m: fix typos

2006-08-06 22:14  schloegl

	* std.m, var.m: use more accurate but slower two-pass algorithm

2006-08-06 22:09  schloegl

	* nanstd.m: define FLAG if nargin<2

2006-08-02 19:27  schloegl

	* nanstd.m: add FLAG argument

2006-06-10 16:06  adb014

	* .cvsignore: [no log message]

2006-04-12 15:29  schloegl

	* std.m: avoid negative variance due to round-off errors

2006-04-05 21:44  schloegl

	* std.m: fix numerical inaccurracy causing negative variance

2006-03-06 22:06  schloegl

	* percentile.m, quantile.m: Support of DIM argument implemented

2005-12-21 22:00  adb014

	* INDEX, sumskipnan.cc: Index updates

2005-12-19 09:50  schloegl

	* README.TXT: updated

2005-12-19 09:49  schloegl

	* statistic.m: if DIM = last dimension, result has 1 dimension
	  less. this caused problems at revoming the mean: FIXED

2005-12-19 09:45  schloegl

	* center.m, ranks.m: docu corrected, leaner code

2005-09-08 04:00  pkienzle

	* statistic.m: [for Bill Denney] isstr -> ischar

2005-07-19 10:21  schloegl

	* xcovf.m: XCOVF implements XCORR for data with missing data
	  (encoded as NaN's)

2005-06-13 07:39  pkienzle

	* sumskipnan.m: Make internal name consistent with external name.

2005-06-02 17:07  schloegl

	* sumskipnan.m: for performance reasons: replace SUM(X) by X*ones,
	  replace ISNAN(X) by X~=X

2005-06-02 17:06  schloegl

	* covm.m: for performance reasons replace ISNAN(X) by X~=X

2005-05-25 15:02  schloegl

	* mean.m, conv2nan.m, covm.m: fix conflicts of repositories

2005-05-25 04:35  pkienzle

	* center.m, coefficient_of_variation.m, conv2nan.m, cor.m,
	  corrcoef.m, cov.m, covm.m, detrend.m,
	  flag_implicit_significance.m, geomean.m, harmmean.m, kurtosis.m,
	  mad.m, mean.m, meandev.m, meansq.m, median.m, mod.m, moment.m,
	  naninsttest.m, nantest.m, normcdf.m, norminv.m, normpdf.m,
	  quantile.m, ranks.m, rem.m, spearman.m, std.m, tcdf.m, tinv.m,
	  tpdf.m, var.m, zscore.m: Fixup copyright notices

2005-05-13 19:49  schloegl

	* percentile.m, quantile.m: flix is more powerful than interp1

2005-04-28 23:03  schloegl

	* sumskipnan.cc: support for NDArrays fixed

2005-04-27 00:42  schloegl

	* sumskipnan.cc: improved support for ND-arrays; DIM-related bug
	  fixed

2005-04-22 22:29  schloegl

	* INSTALL, sumskipnan.cc: OCT-version is faster by a factor of 4 to
	  5

2005-03-16 14:54  schloegl

	* quantile.m, percentile.m: replace FLIX by INTERP1; remove
	  FLAG_SKIP_NAN

2005-03-15 23:44  schloegl

	* ranks.m: conversion of version number fixed for 1-digit number

2005-03-03 09:02  schloegl

	* sumskipnan.cpp: fix comilation error

2005-03-02 18:57  schloegl

	* cov.m: address incompatibility with COV in MATLAB

2005-01-15 04:12  schloegl

	* nantest.m: test for ALL and ANY added

2004-12-23 18:39  schloegl

	* corrcoef.m: improve docu

2004-12-07 00:55  schloegl

	* nantest.m: test for (0-3i)/inf included

2004-11-16 10:18  pkienzle

	* INDEX: Add new functions

2004-10-27 09:16  schloegl

	* cor.m: fix for ML7

2004-09-20 00:35  schloegl

	* median.m, trimean.m: fix: sort does not necessarily put NaNs at
	  the upper end

2004-07-05 09:03  schloegl

	* median.m: typo in docu corrected

2004-06-19 22:18  pkienzle

	* INDEX: categorize new functions

2004-06-10 17:16  schloegl

	* corrcoef.m: nargout is not reentrant in Octave, fixed

2004-02-12 08:49  pkienzle

	* INDEX: Add some of the missing functions to the categorical index

2004-02-11 18:49  schloegl

	* mod.m, rem.m: improve performance: sign test not needed, error
	  interval is calculated only when needed

2004-02-01 16:01  schloegl

	* mod.m, rem.m: fix for ML5.3

2004-01-30 12:03  schloegl

	* cor.m, corrcoef.m: improve documentation - only (CORRCOEF)<=1,
	  abs(COR) can be larger than 1, too

2004-01-30 00:23  schloegl

	* INDEX, README.TXT, mod.m, rem.m: alternative REM and MOD: more
	  intuitive usage, especially with extrem values, like y=0 and inf.

2004-01-29 19:55  schloegl

	* nantest.m: check whether REM(x,Inf) and MOD(x,INF) return NaN

2004-01-29 17:57  schloegl

	* nantest.m: check whether BITAND and BITSHIFT can return NaN

2003-12-23 11:29  schloegl

	* conv2nan.m: 2-dimensional convolution added

2003-11-27 09:52  schloegl

	* quantile.m: removed FLAG_IMPLICIT_SKIP_NAN

2003-11-25 19:47  schloegl

	* sem.m: prevent round off errors causing imag results

2003-11-25 00:21  schloegl

	* nantest.m: add test for ND arrays

2003-11-05 11:40  schloegl

	* flag_implicit_skip_nan.m: removed. Not needed anymore.

2003-11-05 11:20  schloegl

	* sem.m: fix 2nd output argument

2003-10-31 19:33  schloegl

	* README.TXT: performance increase

2003-10-31 19:15  schloegl

	* INSTALL, sumskipnan.m: improve performance (exist-function and
	  FLAG_IMPLICIT_SKIP_NAN are removed because they slow down
	  significantly);

2003-10-31 19:13  schloegl

	* sumskipnan.cpp, sumskipnan2.cpp: rename SUMSKIPNAN.CPP

2003-10-27 18:21  schloegl

	* mean.m, var.m: docu corrected

2003-10-09 11:00  schloegl

	* zscore.m: cleaned up code; double division changed to mul and
	  single div; check of DIM argument cleaner

2003-10-09 10:27  schloegl

	* zscore.m: bug fix for complex data

2003-10-06 13:14  schloegl

	* trimean.m: function flix replaced

2003-09-29 09:29  schloegl

	* zscore.m: increase efficiency for complex data

2003-09-27 21:32  schloegl

	* sumskipnan2.cpp: fix possible memory leak

2003-09-27 11:45  schloegl

	* kurtosis.m, meansq.m, nanstd.m, rms.m, sem.m, skewness.m,
	  statistic.m: more efficient use of complex data

2003-09-26 09:42  schloegl

	* std.m, sumskipnan.m, var.m: use of sum square for complex data
	  improved; check of input arguments simplified

2003-09-26 09:41  schloegl

	* sumskipnan2.cpp: returns sum square also for complex data

2003-09-25 16:41  schloegl

	* sumskipnan2.cpp: check of DIM-argument improved

2003-09-25 11:44  schloegl

	* std.m: implement best unbiased estimation of S.D. (Note: this is
	  different than the square root of the best unbiased estimator of the
	  variance)

2003-09-24 09:38  schloegl

	* nantest.m: test for GEOMAN and HARMMEAN included

2003-09-22 20:03  schloegl

	* INDEX, nanstd.m, nansum.m, README.TXT: fixes for buggy NANSUM and
	  NANSTD included

2003-09-22 20:01  schloegl

	* naninsttest.m, nantest.m: tests for buggy NANSUM and NANSTD (from
	  Mathworks) included

2003-09-22 19:00  schloegl

	* sumskipnan.m: support for real ND-arrays included in C-MEX
	  version of SUMSKIPNAN

2003-09-22 18:36  schloegl

	* sumskipnan2.cpp: support for complex data

2003-09-22 18:08  schloegl

	* sumskipnan2.cpp: support for real ND-arrays included

2003-09-19 11:30  schloegl

	* median.m, trimean.m: check of DIM<=2 removed

2003-09-18 17:40  schloegl

	* trimean.m: support of ND-arrays implemented

2003-09-18 17:18  schloegl

	* median.m: support of ND-arrays implemented

2003-09-18 15:34  schloegl

	* sumskipnan2.cpp: C-MEX mplementation for SUMSKIPNAN included -
	  thanks to Patrick Houweling

2003-09-18 10:32  schloegl

	* sumskipnan.m: support of MEX-imeplementation, support for VERSION
	  < 2.1.36 removed

2003-09-16 14:44  schloegl

	* naninsttest.m, nantest.m: fixed a few glitches

2003-09-15 16:09  schloegl

	* nantest.m: division of two singular matrices returns an
	  Inf-Matrix in matlab - test for this strange behaviour included

2003-09-15 16:07  schloegl

	* covm.m: explicit temporary variable saves memory, larger matrices
	  can be applied

2003-09-12 14:14  schloegl

	* INDEX, INSTALL, README.TXT, tcdf.m, tinv.m, tpdf.m: TPDF, TCDF
	  and TINV included - these are needed to fix some Matlab bux

2003-09-12 14:12  schloegl

	* nantest.m: TPDF, TCDF and TINV included; test Matrix Division
	  Error NaN/NaN modified for ML6.5 - Dimension must be p=3 or larger)

2003-09-12 14:10  schloegl

	* naninsttest.m: test for NORMPDF, NORMCDF, NORMINV, TPDF, TCDF and
	  TINV included

2003-09-10 14:22  schloegl

	* INDEX, README.TXT: NANTEST separated; NANTEST checks only
	  NaN-related properties of standard octave; NANINSTTEST checks
	  whether the NaN-tb is correctly installed

2003-09-10 14:17  schloegl

	* naninsttest.m, nantest.m: NANTEST separated; NANTEST checks only
	  NaN-related properties of standard octave; NANINSTTEST checks
	  whether the NaN-tb is correctly installed

2003-09-10 10:59  schloegl

	* nantest.m: more acccurate output message

2003-07-17 19:18  schloegl

	* nantest.m: save warning status and turn warning off

2003-07-17 19:16  schloegl

	* center.m: return mean in second argument

2003-07-01 17:12  schloegl

	* corrcoef.m: docu extended, if no NaN's do not check nan_sig;
	  syntax error corrected,

2003-06-30 18:03  schloegl

	* corrcoef.m: hack to skip NaNs in min(sig_nan). This is necessary
	  because Octave returns NaN instead of X for min(NaN,X)

2003-06-30 16:58  schloegl

	* corrcoef.m: checking correlation of NaN's: works now with
	  SPEARMAN and RANK, calculation corrected; did several checks with
	  Matlab and Octave4Win 2.1.42

2003-06-29 23:44  schloegl

	* corrcoef.m: included significance test for checking if NaN's are
	  correlated (H1) or not (H0)

2003-05-27 16:30  schloegl

	* std.m, var.m: OPTION as arg2 included (for compataibility
	  reasons)

2003-04-15 12:19  schloegl

	* nantest.m: include test on sorting NaN's

2003-04-15 09:56  schloegl

	* INDEX, flag_implicit_skip_nan.m, median.m, percentile.m,
	  quantile.m, sumskipnan.m, trimean.m: flag_implicit_skip_nan added
	  again, it's useful for temporary turnoff of skipping NaN's

2003-03-13 17:07  schloegl

	* covm.m: First comment line changed, HELP NAN looks better now.

2003-03-13 17:00  schloegl

	* normcdf.m, norminv.m, normpdf.m, README.TXT,
	  coefficient_of_variation.m: First comment line changed, HELP NAN
	  looks better now.

2003-03-02 20:59  schloegl

	* cov.m: compatibilty to Octave of cov(x,y) restored

2003-02-28 14:08  schloegl

	* rankcorr.m: spelling in documentation corrected, revision and id
	  included

2003-02-26 14:13  schloegl

	* std.m, var.m: documentation improved

2003-02-16 23:02  schloegl

	* nantest.m, sumskipnan.m: make some code more readable

2003-02-11 00:56  schloegl

	* covm.m: TOASCII replaced by ISNUMERIC,this solves a problem with
	  Octave; more cosmetics and fix of a minor bug

2003-02-10 12:33  schloegl

	* covm.m: bug fixed: case Mode=D1  or D0

2003-02-02 14:57  schloegl

	* cov.m, covm.m: Warning included, bug fixed,

2003-02-02 14:39  schloegl

	* cov.m, covm.m: Compatibility to Matlab increased, scaling
	  argument included, HELP gives more details in the differences

2002-12-30 11:07  schloegl

	* nantest.m: matrix division test for NaN/NaN included -
	  (identifies a problem in Matlab5.3)

2002-12-15 21:33  schloegl

	* corrcoef.m: fix a few glitches

2002-12-10 12:01  schloegl

	* nantest.m: commutativity test for 0*NaN included

2002-12-10 00:15  schloegl

	* moment.m: histogram mode included

2002-11-27 14:18  schloegl

	* INDEX: include TRIMEAN

2002-10-25 14:24  schloegl

	* median.m: bug fix

2002-10-24 23:28  schloegl

	* median.m: bug fix: identification of  SORT without DIM-arg and
	  SORT with incorrect NaN-handling corrected

2002-10-10 21:32  schloegl

	* corrcoef.m: fix for 2.0.17

2002-10-10 21:01  schloegl

	* skewness.m, kurtosis.m: fix for 2.0.17

2002-10-10 20:37  schloegl

	* ranks.m, median.m: fix for 2.0.17

2002-10-10 17:30  schloegl

	* covm.m: for compatibility to 6.5.0.180913a (R13)

2002-10-09 16:13  schloegl

	* corrcoef.m: for compatibility to 6.5.0.180913a (R13)

2002-09-26 18:30  schloegl

	* sumskipnan.m: fix compatibility to Octave 2.0.x: SUM does not
	  support the DIM argument

2002-09-26 18:03  schloegl

	* trimean.m: fix compatibility to Octave 2.0.17: SUM does not
	  support the DIM argument

2002-09-26 18:02  schloegl

	* normpdf.m: fix compatibility to Octave 2.0.17: isinf(.) returns
	  real(-1) not logical(-1)

2002-09-24 21:44  schloegl

	* README.TXT, moment.m, norminv.m, normpdf.m: some cosmetics

2002-09-23 21:21  schloegl

	* nantest.m: further tests for normFUN included

2002-09-23 18:48  schloegl

	* normcdf.m: remove test for z==+-inf; it's  not needed

2002-09-23 18:38  schloegl

	* normcdf.m: temporary variable increases performance. It reduces
	  the number of tests

2002-09-23 18:30  schloegl

	* norminv.m: temporary variable increases performance. It reduces
	  the number of tests

2002-09-23 15:36  pkienzle

	* norminv.m: handle norminv(1,NaN,0) and norminv(1,[1,2,3],0)

2002-09-23 15:26  schloegl

	* nantest.m: check of NORMPDF, NORMCDF and NORMINV for sigma=0
	  included

2002-09-23 15:02  schloegl

	* normcdf.m, norminv.m, normpdf.m: comments and help improved. Note
	  on valid input arguments improved

2002-09-23 14:57  schloegl

	* normpdf.m, normcdf.m: priority of special cases changed:
	  important for s<0 and isinf(z)

2002-09-23 14:55  schloegl

	* README.TXT: description for normFUN improved

2002-09-23 14:54  schloegl

	* INDEX: insert missing space

2002-09-23 01:04  schloegl

	* covm.m: warning and error are used instead of fprintf

2002-09-23 01:00  schloegl

	* INDEX, INSTALL, README.TXT, covm.m, normcdf.m, norminv.m,
	  normpdf.m: add norm*, this functions handle s=0 correctly, also
	  the argument check is easier and more readable

2002-09-23 00:56  schloegl

	* corrcoef.m: cosmetics, makes code more readable. The results are
	  now calculated in place, no reformating of r needed

2002-09-20 16:36  schloegl

	* skewness.m, kurtosis.m: considers changes in Octave syntax -
	  makes sure that output is a numerical array, not a cell

2002-09-13 00:32  schloegl

	* spearman.m: missing ; included

2002-09-13 00:18  schloegl

	* rankcorr.m, spearman.m, statistic.m, sumskipnan.m: remove
	  warnings

2002-09-13 00:04  schloegl

	* sumskipnan.m, statistic.m: Use different version check, some bugs
	  are fixed now in the latest CVS version of Octave

2002-09-12 22:12  schloegl

	* nantest.m: some more tests included

2002-09-12 22:06  schloegl

	* trimean.m: fix incompatible DIM argument in SORT

2002-09-12 21:23  schloegl

	* corrcoef.m: fix incompatible DIM argument in ANY

2002-09-06 23:20  schloegl

	* trimean.m: DIM argument fixed

2002-09-06 22:54  schloegl

	* trimean.m, README.TXT: add trimean

2002-09-06 22:21  schloegl

	* ranks.m: improve docu, some cosmetics

2002-08-30 20:24  schloegl

	* corrcoef.m: typo corrected

2002-08-30 18:15  schloegl

	* corrcoef.m: BUG in Mode SPEARMAN in case of any msising value
	  (NaN). FIX: count Number N for each pair separately

2002-08-30 17:44  schloegl

	* corrcoef.m: BUG if any two columns have no common elements. FIX:
	  use DIM argument in SUMSKIPNAN

2002-08-27 18:39  schloegl

	* flag_implicit_significance.m, corrcoef.m: significance test
	  modified, alpha-level can be set by flag_implicit_significance

2002-08-20 19:50  schloegl

	* rankcorr.m:
	   remove warnings

2002-08-20 18:13  schloegl

	* corrcoef.m: fixed conf. intervals for abs(r)==1

2002-08-20 17:38  schloegl

	* ranks.m: docu improved

2002-08-20 17:34  schloegl

	* corrcoef.m: fixed assigning intermediate r values to correct
	  index postion

2002-08-20 16:26  schloegl

	* corrcoef.m: avoid calculate diagonal element, get rid of division
	  by zero warnings for diagonal elementes

2002-08-20 15:59  schloegl

	* corrcoef.m: in case of missing values (NaN), pairwise calculation
	  of r. User has not to worry about rank shifts - warnings are removed

2002-08-20 15:57  schloegl

	* ranks.m: implemented traditional method with less memory effort

2002-08-19 23:16  schloegl

	* corrcoef.m, nantest.m, rankcorr.m: warning messages for
	  rankcorrelation of data with missing values inlcuded

2002-08-19 22:50  schloegl

	* corrcoef.m, rankcorr.m, spearman.m: CORRCOEF uses fast RANKS.M,
	  deterministic results, 2 different nonparametric (rank) crorelations
	  implemented

2002-08-19 21:49  schloegl

	* ranks.m: fix incompatibilities

2002-08-19 21:34  schloegl

	* INDEX, README.TXT, ranks.m: implements advanced RANKS algorithm
	  with O(n*log(n)) on average

2002-08-19 18:33  schloegl

	* corrcoef.m: avoids calculating r(xi,xj) and r(yi,yj) for
	  corrcoef(x,y,'rank'); corrects rank for missing values

2002-08-17 01:01  schloegl

	* INDEX, README.TXT, nantest.m, rankcorr.m, spearman.m,
	  statistic.m, sumskipnan.m, var.m: includeSPEARMAN and RANKCORR

2002-08-17 00:54  schloegl

	* corrcoef.m: sort does not support DIM argument

2002-08-16 23:19  schloegl

	* nantest.m: test for corrcoef included

2002-08-16 22:59  schloegl

	* corrcoef.m, README.TXT, INSTALL: spearman' rank correlation,
	  significance test and confidence interval included

2002-06-11 16:21  schloegl

	* INDEX, README.TXT, coefficient_of_variation.m,
	  flag_implicit_dimension.m, flag_implicit_skip_nan.m,
	  flag_implicit_unbiased_estim.m, geomean.m, kurtosis.m, mad.m,
	  meandev.m, meansq.m, moment.m, skewness.m, statistic.m, std.m,
	  sumskipnan.m, var.m: all FLAGS removed

2002-06-11 15:57  schloegl

	* center.m, coefficient_of_variation.m, geomean.m, harmmean.m,
	  kurtosis.m, mad.m, mean.m, meandev.m, meansq.m, median.m,
	  moment.m, rms.m, sem.m, skewness.m, statistic.m, sumskipnan.m,
	  var.m, zscore.m: prepared to remove FLAG_IMPLICIT_DIMENSION

2002-06-07 22:56  schloegl

	* coefficient_of_variation.m, cor.m, covm.m,
	  flag_implicit_skip_nan.m, geomean.m, harmmean.m, mad.m, mean.m,
	  meandev.m, meansq.m, median.m, moment.m, rms.m, skewness.m,
	  statistic.m, std.m, sumskipnan.m, var.m: preparing the removal of
	  FLAG_IMPLICIT_SKIP_NAN

2002-06-07 09:36  schloegl

	* corrcoef.m: remove checks of input arguments which are not needed
	  or incorrect

2002-05-13 22:40  schloegl

	* statistic.m: minor changes

2002-05-06 18:20  schloegl

	* INSTALL, README.TXT, center.m, coefficient_of_variation.m, cor.m,
	  corrcoef.m, cov.m, covm.m, detrend.m, flag_implicit_dimension.m,
	  flag_implicit_skip_nan.m, flag_implicit_unbiased_estim.m,
	  geomean.m, harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m,
	  meansq.m, median.m, moment.m, nantest.m, rms.m, sem.m,
	  skewness.m, statistic.m, std.m, sumskipnan.m, var.m, zscore.m:
	  <CR>/<LF> corrected by DOS2UNIX - finally

2002-05-06 17:45  schloegl

	* center.m: function name corrected

2002-05-06 17:38  schloegl

	* center.m, INDEX, INSTALL, README.TXT, coefficient_of_variation.m,
	  cor.m, corrcoef.m, cov.m, covm.m, detrend.m,
	  flag_implicit_dimension.m, flag_implicit_skip_nan.m,
	  flag_implicit_unbiased_estim.m, geomean.m, harmmean.m,
	  kurtosis.m, mad.m, mean.m, meandev.m, meansq.m, median.m,
	  moment.m, nantest.m, rms.m, sem.m, skewness.m, statistic.m,
	  std.m, sumskipnan.m, var.m, zscore.m: <CR>/<LF> corrected by
	  DOS2UNIX; this should really work now

2002-05-06 17:06  schloegl

	* center.m: <CR>/<LF> corrected by DOS2UNIX; this should really
	  work now

2002-05-06 15:48  schloegl

	* INDEX, INSTALL, README.TXT, center.m, coefficient_of_variation.m,
	  cor.m, corrcoef.m, cov.m, covm.m, detrend.m,
	  flag_implicit_dimension.m, flag_implicit_skip_nan.m,
	  flag_implicit_unbiased_estim.m, geomean.m, harmmean.m,
	  kurtosis.m, mad.m, mean.m, meandev.m, meansq.m, median.m,
	  moment.m, nantest.m, rms.m, sem.m, skewness.m, statistic.m,
	  std.m, sumskipnan.m, var.m, zscore.m: <CR>/<LF> corrected

2002-05-02 20:34  schloegl

	* README.TXT, cor.m, corrcoef.m, cov.m, covm.m, INDEX: COV, COR and
	  CORRCOEF included

2002-05-02 20:23  schloegl

	* README.TXT, covm.m: docu and minor changes

2002-05-02 20:22  schloegl

	* coefficient_of_variation.m: using SSQ (3rd argout) from
	  sumskipnan -> this should be faster

2002-04-30 12:19  schloegl

	* var.m, zscore.m: bug fixed

2002-04-30 08:30  schloegl

	* covm.m, meansq.m, rms.m, var.m, zscore.m: use 3rd output argument
	  SSQ of SUMSKIPNAN -> increase computational speed

2002-04-30 07:57  schloegl

	* zscore.m: use 3rd output argument of SUMSKIPNAN -> more efficient
	  computation

2002-04-30 07:21  schloegl

	* sem.m: cosmetic changes

2002-04-29 19:48  schloegl

	* statistic.m: using third output argument of sumskipnan ->
	  slightly faster

2002-04-29 19:38  schloegl

	* sumskipnan.m: docu improved and corrected, some cosmetics

2002-04-29 18:31  schloegl

	* sem.m: more efficient calculations using SSQ from sumskipnan; 2nd
	  output argument gives MEAN; docu improved

2002-04-29 18:09  schloegl

	* sumskipnan.m: additional output arguments included (2nd and 4th
	  moment)

2002-04-12 18:32  schloegl

	* nantest.m: test of center removed; if mean is correctly
	  installed, center is also correct

2002-04-12 16:37  schloegl

	* changelog.txt: changelog not needed anymore

2002-04-09 22:49  pkienzle

	* INDEX: Split main.idx into individual subdirectories to make it
	  more manageable

2002-04-07 14:05  schloegl

	* README.TXT, center.m, nantest.m: include CENTER.M; features DIM
	  argument

2002-04-07 13:38  schloegl

	* covm.m: check of input argument Mode is now compatible to Octave,
	  too

2002-03-25 21:40  schloegl

	* statistic.m: ---

2002-03-25 21:33  schloegl

	* statistic.m: bug fix

2002-03-17 19:36  schloegl

	* flag_implicit_dimension.m: docu improved

2002-03-17 19:29  schloegl

	* README.TXT: some cosmetics

2002-03-17 17:52  schloegl

	* flag_implicit_dimension.m: warning message changed

2002-03-17 17:47  schloegl

	* coefficient_of_variation.m, flag_implicit_dimension.m, geomean.m,
	  harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m, meansq.m,
	  median.m, moment.m, rms.m, sem.m, skewness.m, statistic.m, var.m,
	  zscore.m: implicit dimension implemented - this is still in an
	  experimental state

2002-03-17 16:38  schloegl

	* INSTALL, nantest.m: description of INSTALL changed

2002-03-17 15:21  schloegl

	* kurtosis.m, mad.m, meandev.m, sem.m, skewness.m, sumskipnan.m,
	  var.m, zscore.m: input arg check corrected

2002-03-17 14:59  schloegl

	* sumskipnan.m: flag implicit dimension removed

2002-03-17 14:12  schloegl

	* var.m: bug (only when using Matlab) fixed

2002-03-16 23:59  schloegl

	* sumskipnan.m: using NANSUM with Octave if avaulable

2002-03-16 21:11  schloegl

	* flag_implicit_dimension.m, sumskipnan.m: experimental
	  implementation of implicit DIM for sumskipnan

2002-03-16 11:45  schloegl

	* nantest.m: docu improved

2002-03-16 11:09  schloegl

	* changelog.txt: closing remark included

2002-03-16 11:08  schloegl

	* README.TXT: docs on features improved

2002-03-16 11:07  schloegl

	* zscore.m: help improvd

2002-03-16 11:06  schloegl

	* detrend.m: [no log message]

2002-03-15 19:05  schloegl

	* nantest.m: improved

2002-03-15 18:28  schloegl

	* README.TXT: update README

2002-03-15 16:58  schloegl

	* INSTALL, NOINSTALL, README.TXT, changelog.txt,
	  coefficient_of_variation.m, covm.m, detrend.m,
	  flag_implicit_skip_nan.m, flag_implicit_unbiased_estim.m,
	  geomean.m, harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m,
	  meansq.m, median.m, moment.m, nantest.m, rms.m, sem.m,
	  skewness.m, statistic.m, std.m, sumskipnan.m, var.m, zscore.m:
	  Initial revision

2002-03-15 16:58  schloegl

	* INSTALL, NOINSTALL, README.TXT, changelog.txt,
	  coefficient_of_variation.m, covm.m, detrend.m,
	  flag_implicit_skip_nan.m, flag_implicit_unbiased_estim.m,
	  geomean.m, harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m,
	  meansq.m, median.m, moment.m, nantest.m, rms.m, sem.m,
	  skewness.m, statistic.m, std.m, sumskipnan.m, var.m, zscore.m:
	  intial import of NaN-tb into CVS

