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

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

[Octave-bug-tracker] [bug #29543] normcdf lacks precision on the tails o


From: Guido Walter Pettinari
Subject: [Octave-bug-tracker] [bug #29543] normcdf lacks precision on the tails of the distribution
Date: Tue, 13 Apr 2010 15:06:33 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

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

                 Summary: normcdf lacks precision on the tails of the
distribution
                 Project: GNU Octave
            Submitted by: coccoinomane
            Submitted on: Tue 13 Apr 2010 03:06:32 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: Mac OS

    _______________________________________________________

Details:

Hello,

results from 'normcdf' have a very low precision when given arguments that
are more than 9 standard deviations far from the mean.

Example:
>> normcdf(-8, 0, 1)
ans = 6.1062e-16
>> normcdf(-9, 0, 1)
ans =          0

but normcdf(-9) = 6.221e-16, which is far away from float and double limits
on my machine.

The same happens (i) with different combinations of mean and standard
deviation and (ii) when calculating 1 - normcdf(9, 0, 1).

On the other hand, 'normpdf' seems to work properly.

Cheers,

Guido




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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