From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/statistics ChangeLog Makefile.am absdev_so ... Date: Thu, 09 Mar 2000 11:11:00 -0000 Message-id: <20000309191103.1793.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00078.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/03/09 11:11:03 Modified files: statistics : ChangeLog Makefile.am absdev_source.c gsl_statistics_char.h gsl_statistics_double.h gsl_statistics_float.h gsl_statistics_int.h gsl_statistics_long.h gsl_statistics_long_double.h gsl_statistics_short.h gsl_statistics_uchar.h gsl_statistics_uint.h gsl_statistics_ulong.h gsl_statistics_ushort.h kurtosis_source.c lag1_source.c p_variance_source.c skew_source.c test_float_source.c test_int_source.c test_nist.c variance_source.c wabsdev_source.c wkurtosis_source.c wskew_source.c wvariance_source.c Log message: Function Name Reorganization: The function suffix "_with_mean" has been changed to "_m", the function suffix "_with_mean_and_sd" has been changed to "_m_sd". The variance function est_variance has been changed to simply _variance, (similarly for est_sd, which is now _sd), while the function _variance is now _variance_with_fixed_mean (and _sd is _sd_with_fixed_mean).