bugGNU Octave - Bugs: bug #64133, [octave forge] (statistics)...

 
 

bug #64133: [octave forge] (statistics) boxplot.m produces wrong results for data containing NaN since rel. 1.4.3

Submitter:  None
Submitted:  Mon 01 May 2023 12:59:41 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Martini Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 8.1.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 26 Jan 2024 02:44:59 AM UTC, comment #4: 

closing as per maintainer comment.

Nicholas Jankowski <nrjank>
Group Member
Fri 26 Jan 2024 12:03:21 AM UTC, comment #3: 

This issue has been fixed.

Andreas Bertsatos <pr0m1th3as>
Tue 02 May 2023 04:32:05 PM UTC, comment #2: 

If you have some testing code handy, post it here so I can append it to the BISTs section. Many thanks

Andreas Bertsatos <pr0m1th3as>
Tue 02 May 2023 04:30:28 PM UTC, comment #1: 
Andreas Bertsatos <pr0m1th3as>
Mon 01 May 2023 12:59:41 PM UTC, original submission:  

Original code in boxplot.m
Line 578    remove_samples = find (col(isnan (col) | isna (col)));

should be corrected to:
   remove_samples = find (isnan (col) | isna (col));

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 nrjank (Posted a comment)
  • -email is unavailable- added by pr0m1th3as (Posted a comment)
  • -email is unavailable- added by mmuetzel (Updated the item)
  • -email is unavailable- added by mmuetzel
  • -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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-01-26 nrjank StatusNone Fixed
        Open/ClosedOpen Closed
    2023-05-02 mmuetzel Summarystatistics-1.5.4 boxplot.m produces wrong results for data containing NaN since rel. 1.4.3 [octave forge] (statistics) boxplot.m produces wrong results for data containing NaN since rel. 1.4.3
        Carbon-Copy- Added pr0m1th3as

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code