Hi there,

i have just found an error in statistics-1.1.3/boxplot.m

The error summary:
In this case, outliers_y is empty in line 310 but outliers2_y is not in
line 314 so there is an error as variable "no" is undefined.

The code:
errores=[
   0.145000  -4.000000   0.604000
   0.097500  -4.000000   0.901000
   1.000000  -4.000000   0.059500
   0.762500  -4.000000   0.010000
   0.192500  -4.000000   0.406000
   0.905000  -4.000000   0.010000
   0.952500  -3.600000   0.010000
   0.145000  -2.800000   1.000000
   0.097500  -4.000000   0.901000
   0.857500  -4.000000   0.010000
   0.572500  -4.000000   0.010000
   0.097500  -4.000000   0.901000
   0.097500  -4.000000   0.901000
   0.145000  -4.000000   0.604000
   0.572500  -4.000000   0.010000
   0.810000  -4.000000   0.059500
   0.145000  -4.000000   0.604000
   0.905000  -4.000000   0.059500
   0.145000  -3.600000   0.554500
   0.715000  -4.000000   0.010000
];
boxplot(errores)

Best,
Ricardo.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to