roland65
2018-11-12 10:26:15 UTC
Hi,
some of the functions implemented in different packages can have the same
name. For example, nan and statistics packages have the same functions
std(), median(), corrcoef(), etc. that should do the same things but are
implemented in different ways.
In my .octaverc, I load these packages:
load nan
load statistics
However, whatever the order of these lines, the functions selected by Octave
are always those of the nan package (because of the alphabetical order?).
Is there a way to tell Octave to get first the functions from the statistics
package?
Thanks,
RB
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
some of the functions implemented in different packages can have the same
name. For example, nan and statistics packages have the same functions
std(), median(), corrcoef(), etc. that should do the same things but are
implemented in different ways.
In my .octaverc, I load these packages:
load nan
load statistics
However, whatever the order of these lines, the functions selected by Octave
are always those of the nan package (because of the alphabetical order?).
Is there a way to tell Octave to get first the functions from the statistics
package?
Thanks,
RB
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html