octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #64133] statistics-1.5.4 boxplot.m produces wr


From: anonymous
Subject: [Octave-bug-tracker] [bug #64133] statistics-1.5.4 boxplot.m produces wrong results for data containing NaN since rel. 1.4.3
Date: Mon, 1 May 2023 08:59:44 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64133>

                 Summary: statistics-1.5.4 boxplot.m produces wrong results
for data containing NaN since rel. 1.4.3
                   Group: GNU Octave
               Submitter: None
               Submitted: Mon 01 May 2023 12:59:41 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Martini
        Originator Email: on.order@web.de
             Open/Closed: Open
                 Release: 8.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 01 May 2023 12:59:41 PM UTC By: Anonymous
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));







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64133>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]