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

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

[Octave-bug-tracker] [bug #51458] Error in line 78 in qqplot.m


From: anonymous
Subject: [Octave-bug-tracker] [bug #51458] Error in line 78 in qqplot.m
Date: Thu, 13 Jul 2017 07:50:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5

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

                 Summary: Error in line 78 in qqplot.m
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu Jul 13 11:50:42 2017
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Bjørn Lillekjendlie
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Mac OS

    _______________________________________________________

Details:

Line 74:75 (at least in my installation) in qqplot.m states:


74:  elseif (ischar (dist) && (exist (invname = [dist "inv"])
75:                               || exist (invname = [dist "%s_inv"])))


which should, as I understand it, be


74:  elseif (ischar (dist) && (exist (invname = [dist "inv"])
75:                              || exist (invname = [dist "_inv"])))


With the code today, qqplot fails on distributions where the inverse is named
"dist_inv" - it works when the inverse function is named "distinv".

Thus, qqplot (x, "unif") works, whereas qqplot(x, "laplace") fails.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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