diff NEWS @ 12586:f9b7aa3b88f8

Deprecate studentize(), replace with zscore().
author Rik <octave@nomad.inbox5.com>
date Fri, 08 Apr 2011 20:15:19 -0700
parents 89604fa96d2f
children 0e79664b969c
line wrap: on
line diff
--- a/NEWS	Fri Apr 08 19:00:42 2011 -0700
+++ b/NEWS	Fri Apr 08 20:15:19 2011 -0700
@@ -7,7 +7,8 @@
 
     iscolumn
     issrow
- 
+    zscore
+
  ** Deprecated functions.
 
     The following functions were deprecated in Octave 3.2 and have been
@@ -30,7 +31,8 @@
     release after 3.6):
 
       is_duplicate_entry
-      
+      studentize
+
 
 Summary of important user-visible changes for version 3.4:
 ---------------------------------------------------------