bugGNU Octave - Bugs: bug #39155, Statistics package: error in...

 
 

bug #39155: Statistics package: error in boxplot function

Submitter:  None
Submitted:  Mon 03 Jun 2013 05:44:29 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Robert Haase Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.2
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 26 Oct 2013 07:39:13 AM UTC, comment #2: 

Thank you for your bug report. This bug has already been reported as bug #38020 and is already fixed in the development version. It will be available with the next release.

Carnë Draug <carandraug>
Group Member
Thu 20 Jun 2013 01:14:34 PM UTC, comment #1: 

It would help if you could provide a data set or a series of commands that someone can run in Octave to reproduce the bug you are seeing. For example, I cannot reproduce this by generating a randn vector and passing it to boxplot.

Also relabeling this bug since you are not claiming that Octave crashes, just that the boxplot function returns an error.

Mike Miller <mtmiller>
Group Member
Mon 03 Jun 2013 05:44:29 PM UTC, original submission:  

Sometimes, when a boxplot is drawn, octave exits with the message "Invalid use of end" in line 315 of boxplot.m

This is the line where octave has a problem:


no2 = no(end) + [1:size(outliers2_y,2)];


The problem is, that the variable 'no' is not defined at that point. This change is needed to correct the bug:


no2 = nm(end) + [1:size(outliers2_y,2)];



Good luck,
Robert

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-26 carandraug StatusNeed Info Duplicate
        Open/ClosedOpen Closed
    2013-06-20 mtmiller Item GroupSegfault, Bus Error, etc. Incorrect Result
        StatusNone Need Info
        SummaryCrash in Statistics package: boxplot function Statistics package: error in boxplot function

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code