On 1/12/15 11:46 AM, sebb wrote: > External access to sumXX is via getXSumSquares() > This returns NaN if n < 2. > > However there are some methods in the class that reference sumXX directly. > They don't all check for n < 2 > > For example: > > getSumSquaredErrors > > getInterceptStdErr > > getSlopeStdErr > > getRegressionSumSquares > > regress(int[] variablesToInclude) > > Are any of these bugs?
No, see testNaNs. Phil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
