changeset 9359:f479a387f48d octave-forge

Removed zscore function since it is now part of GNU octave core.
author asnelt
date Thu, 19 Jan 2012 18:13:16 +0000
parents fb702d9d3552
children 8a461ce54ed3
files main/statistics/INDEX main/statistics/NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/statistics/INDEX	Thu Jan 19 16:21:36 2012 +0000
+++ b/main/statistics/INDEX	Thu Jan 19 18:13:16 2012 +0000
@@ -40,7 +40,6 @@
  harmmean
  mad
  trimmean
- zscore
  tabulate
  combnk
  jackknife
--- a/main/statistics/NEWS	Thu Jan 19 16:21:36 2012 +0000
+++ b/main/statistics/NEWS	Thu Jan 19 18:13:16 2012 +0000
@@ -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:
 -------------------------------------------------------------------