comparison scripts/statistics/movstd.m @ 28011:b31a118729ed

update bug status for tests Files affected: pr-output.cc, griddatan.m, legend.m, movstd.m, movvar.m, and bug-53956.tst.
author John W. Eaton <jwe@octave.org>
date Sun, 26 Jan 2020 23:16:24 -0500
parents bd51beb6205e
children 9d9e01986105
comparison
equal deleted inserted replaced
28010:4f00900ac621 28011:b31a118729ed
168 168
169 ## FIXME: Need functional BIST tests 169 ## FIXME: Need functional BIST tests
170 # test for bug #55241 170 # test for bug #55241
171 %!assert ([1/sqrt(2); ones(8,1); 1/sqrt(2)], movstd ((1:10).', 3), 1e-8) 171 %!assert ([1/sqrt(2); ones(8,1); 1/sqrt(2)], movstd ((1:10).', 3), 1e-8)
172 172
173 %!test <56765> 173 %!test <*56765>
174 %! x = 1:10; 174 %! x = 1:10;
175 %! y = movstd (x, 4); 175 %! y = movstd (x, 4);
176 %! y0 = movstd (x, 4, 0); 176 %! y0 = movstd (x, 4, 0);
177 %! assert (y, y0); 177 %! assert (y, y0);
178 %! y1 = movstd (x, 4, 1); 178 %! y1 = movstd (x, 4, 1);