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

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

[Octave-patch-tracker] [patch #9989] [statistics] improve the compatibil


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #9989] [statistics] improve the compatibility of 'linkage'
Date: Mon, 28 Dec 2020 05:43:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of patch #9989 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Thanks for this patch. I had a brief look at it.

As I have little experience with the statistics package, the first thing I
usually do when looking at patches for it here is trying the examples on the
Matlab help page for the relevant function. All the more so if "compatibility"
is mentioned in the title :-)
Now, with and without your patch the very first example there doesn't work in
Octave:

>> rng ('default');
>> X = rand (20000, 3);
>> Z = linkage (X, "ward");
error: linkage: d must be a vector
error: called from
    linkage at line 102 column 5


... so there's a deeper problem with linkage as it stands.
Would you have any idea on how to make that example work in Octave?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9989>

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




reply via email to

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