diff scripts/statistics/tests/z_test_2.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents d9341b422488
children dcf8922b724b
line wrap: on
line diff
--- a/scripts/statistics/tests/z_test_2.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/statistics/tests/z_test_2.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {[@var{pval}, @var{z}] =} z_test_2 (@var{x}, @var{y}, @var{v_x}, @var{v_y}, @var{alt})
+## @deftypefn {} {[@var{pval}, @var{z}] =} z_test_2 (@var{x}, @var{y}, @var{v_x}, @var{v_y}, @var{alt})
 ## For two samples @var{x} and @var{y} from normal distributions with unknown
 ## means and known variances @var{v_x} and @var{v_y}, perform a Z-test of the
 ## hypothesis of equal means.