On Wed, 16 Apr 2008 12:07:29 -0700, Conor wrote:
> I'd like to see someone explain this one. My stddev function apparently
> lost all grasp on reality?
>
> IDL> print,stddev([1,2,3,4,5])
> 3.07421 3.24566 3.08206 3.26360 2.97446
> IDL> print,stddev([1.,2.,3.,4.,5.])
> 3.07421 3.24566 3.08206 3.26360 2.97446
> IDL> print,stddev([1.,2.])
> 3.07421 3.24566
Did you perhaps have an array named stddev?
--
+-------------------+---------------------------------------------------+
Bruce Bowler | Don't take life too seriously, it's not permanent -
1.207.633.9600 | Anon
bbowler@[EMAIL PROTECTED]
|
+-------------------+---------------------------------------------------+


|