bugGNU Octave - Bugs: bug #59386, [octave forge] (statistics)...

 
 

bug #59386: [octave forge] (statistics) Possible typo in `fitgmdist`: "ComponentProprition" instead of "ComponentProportion"

Submitter:  Tasos Papastylianou <tpapastylianou>
Submitted:  Fri 30 Oct 2020 09:02:28 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  lostbard
Originator Name:  Tasos Papastylianou Open/Closed:  * Closed
Release:  * 5.2.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 12 Nov 2020 01:06:27 PM UTC, comment #2: 

Closing as fixed. It will be in next release

John Donoghue <lostbard>
Group Member
Sun 01 Nov 2020 12:57:25 PM UTC, comment #1: 
John Donoghue <lostbard>
Group Member
Fri 30 Oct 2020 09:02:28 PM UTC, original submission:  

The following code appears twice in fitgmdist.m


if (isfield (start, 'ComponentProprition'))
  p = start.ComponentProportion(:)';
end


I haven't used this function to get an error specifically ... I just bumped onto this code while looking at something else, but this seems like an obvious bug to me, so I thought I'd point it out.


Tasos Papastylianou <tpapastylianou>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Posted a comment)
  • -email is unavailable- added by tpapastylianou (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-11-12 lostbard StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2020-11-01 lostbard StatusNone Ready For Test
        Assigned toNone lostbard
    2020-11-01 mmuetzel Carbon-CopyRemoved 102357 -
    2020-11-01 mmuetzel SummaryPossible bug in fitgmdist (statistics pkg) componentproprition instead of componentproportion [octave forge] (statistics) Possible typo in `fitgmdist`: "ComponentProprition" instead of "ComponentProportion"

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code