[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in geomean()
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Bug in geomean() |
Date: |
Mon, 1 Oct 2012 12:50:22 -0400 |
On 1 October 2012 12:43, Jordi Gutiérrez Hermoso <address@hidden> wrote:
> The current version of the NaN package already seems to have a fix for
> this, and has been untouched for the past 17 months, so I'm surprised
> you saw this problem:
>
>
> http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/NaN/inst/geomean.m?revision=8223&view=markup
Oh, I see now. Of course, silly me. The NaN version overwrites the one
in the statistics package, which just calls the core version:
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/statistics/inst/geomean.m?revision=8223&view=markup
Oh well. There you have it.
- Jordi G. H.