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

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

[Octave-bug-tracker] [bug #63742] [octave-forge](statistics) test failur


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63742] [octave-forge](statistics) test failures due to rand()
Date: Thu, 2 Feb 2023 16:18:37 -0500 (EST)

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

                 Summary: [octave-forge](statistics) test failures due to
rand()
                 Project: GNU Octave
               Submitter: dasergatskov
               Submitted: Thu 02 Feb 2023 09:18:35 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 02 Feb 2023 09:18:35 PM UTC By: Dmitri A. Sergatskov <dasergatskov>
Some of the tests in statistics fail occasionally:

octave:5> p = 0; psum = 0; for jj=1:100; p = test("hotelling_t2test2"); psum
+= p; endfor ; psum
psum = 94
octave:6> p = 0; psum = 0; for jj=1:100; p = test("hotelling_t2test"); psum +=
p; endfor ; psum
psum = 94
octave:7> p = 0; psum = 0; for jj=1:100; p = test("adtest"); psum += p; endfor
; psum
psum = 98


Those are probably due to rand() not being seeded.

octave 8.0.91 /statistics 1.5.3

Dmitri.
-- 








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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