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

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

[Octave-bug-tracker] [bug #43721] Statistics: cumulative distribution fu


From: Falk Tannhäuser
Subject: [Octave-bug-tracker] [bug #43721] Statistics: cumulative distribution functions lack "upper" argument
Date: Fri, 28 Nov 2014 13:50:31 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0

URL:
  <http://savannah.gnu.org/bugs/?43721>

                 Summary: Statistics: cumulative distribution functions lack
"upper" argument
                 Project: GNU Octave
            Submitted by: fata
            Submitted on: Fr 28 Nov 2014 14:50:30 CET
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: fata
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In Matlab the cumulative distribution functions (probability / statistics)
accept a special argument string "upper" which causes the function to return
the complement of the CDF - see for example
http://fr.mathworks.com/help/stats/binocdf.html
For example

binocdf(x, N,p , 'upper')

is equivalent to

1 - binocdf(x, N, p)

except that extreme upper tail probabilities are calculated more accurately.
It seems desirable to have the same feature in Octave.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43721>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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