Re: [OctDev] pdist uploaded

2008-11-14 Thread Francesco Potortì
>> DISTFUN now called METRIC, for clarity and compatibility. > >This "compatibility" is just in terms of the wording in the help text, >right? If so, then I don't think we should attempt compatibility at that >level, as that encourages copying help text from Matlab. I perfectly agree, compatibil

Re: [OctDev] pdist uploaded

2008-11-14 Thread Søren Hauberg
fre, 14 11 2008 kl. 12:02 +0100, skrev Francesco Potortì: > I just committed some minor changes: > > DISTFUN now called METRIC, for clarity and compatibility. This "compatibility" is just in terms of the wording in the help text, right? If so, then I don't think we should attempt compatibility a

Re: [OctDev] pdist uploaded

2008-11-14 Thread David Bateman
Francesco Potortì wrote: >>> I finally committed a new, working version of pdist.m, which is part of >>> the statistics package. >>> >> Great! >> > > I just committed some minor changes: > > DISTFUN now called METRIC, for clarity and compatibility. > Typos corrected in the help string

Re: [OctDev] pdist uploaded

2008-11-14 Thread Francesco Potortì
>> I finally committed a new, working version of pdist.m, which is part of >> the statistics package. > >Great! I just committed some minor changes: DISTFUN now called METRIC, for clarity and compatibility. Typos corrected in the help string. Use lower() on the given metric. Should I signal t

Re: [OctDev] pdist uploaded

2008-11-14 Thread Søren Hauberg
fre, 14 11 2008 kl. 01:00 +0100, skrev Francesco Potortì: > I finally committed a new, working version of pdist.m, which is part of > the statistics package. Great! > - The previous version was broken in many respects, since only four of > the eleven metrics worked. Are there such things as bu

[OctDev] pdist uploaded

2008-11-13 Thread Francesco Potortì
I finally committed a new, working version of pdist.m, which is part of the statistics package. Two things: - The previous version was broken in many respects, since only four of the eleven metrics worked. Are there such things as bug-correction releases for Octave-forge? - While I introduc