Steve Cicala wrote: > Hi--Does anyone have an idea of why I would get 8's returned for the > mean, rmse's and absolute deviations from a matrix with a minimum of 1 > and a maximum of 5 (it is a clipped matrix of real numbers)? It returns > a single 8, no decimals or anything, for each stat.
I've never had that happen but I have seen weird output from PDL calculations: some my fault, some PDL bugs, some my not understanding what I was seeing... Can you generate a small test code that demonstrates the problem? The specific code giving the mysterious output is useful too even if it is not possible to generate a compact test case. Also, please send the output from perldl -V. The key information in the perldl -V output is the PDL version, perl version, perl build configuration, operating system, and the hardware platform. The BUGS file from the PDL distribution has more guidance on effective bug reports. --Chris > The min and max are being returned correctly, and the median is within > the bounds. Also, when I take the stats of the vector of row-means, I > get an answer that is within the bounds. > > Thanks, > > Steve > > > ------------------------------------------------------------------------ > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
