On 5 September 2012 16:18, Søren Hauberg wrote:
>
> On Sep 5, 2012, at 4:09 PM, Nicholas Musolino wrote:
>> (a) Do users prefer function inputs with the (..."keyword", value) style,
>> or the traditional ordered list of values?
>
> I don't think there are hard rules here. I tend to use "keyword"
On Sep 5, 2012, at 4:09 PM, Nicholas Musolino wrote:
> (a) Do users prefer function inputs with the (..."keyword", value) style, or
> the traditional ordered list of values?
I don't think there are hard rules here. I tend to use "keyword", value for
optional parameters and the ordered list for
Hello,
I am thinking of writing a small package for directional statistics in
Octave. These are the statistics of angles and vectors/directions.
My question is, can anyone point me to an example of a well-written package
that could serve as a good template? The questions I have are about best
p