From: <as...@us...> - 2012-01-19 18:13:22
|
Revision: 9545 http://octave.svn.sourceforge.net/octave/?rev=9545&view=rev Author: asnelt Date: 2012-01-19 18:13:16 +0000 (Thu, 19 Jan 2012) Log Message: ----------- Removed zscore function since it is now part of GNU octave core. Modified Paths: -------------- trunk/octave-forge/main/statistics/INDEX trunk/octave-forge/main/statistics/NEWS Modified: trunk/octave-forge/main/statistics/INDEX =================================================================== --- trunk/octave-forge/main/statistics/INDEX 2012-01-19 16:21:36 UTC (rev 9544) +++ trunk/octave-forge/main/statistics/INDEX 2012-01-19 18:13:16 UTC (rev 9545) @@ -40,7 +40,6 @@ harmmean mad trimmean - zscore tabulate combnk jackknife Modified: trunk/octave-forge/main/statistics/NEWS =================================================================== --- trunk/octave-forge/main/statistics/NEWS 2012-01-19 16:21:36 UTC (rev 9544) +++ trunk/octave-forge/main/statistics/NEWS 2012-01-19 18:13:16 UTC (rev 9545) @@ -9,6 +9,11 @@ repanova + ** The following functions were removed since equivalents are now + part of GNU octave core: + + zscore + Summary of important user-visible changes for statistics 1.1.0: ------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |