view test/octave.test/stats/std-1.m @ 2757:a88dc0f2200f

[project @ 1997-02-26 19:57:10 by jwe]
author jwe
date Wed, 26 Feb 1997 19:57:13 +0000
parents
children
line wrap: on
line source

x = ones (10, 2);
y = [1, 3];
std (x) == [0, 0] && abs (std (y) - sqrt (2)) < sqrt (eps)