HomeSort by relevance Sort by last modified time
    Searched full:ssto (Results 1 - 5 of 5) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
OLSMultipleLinearRegression.java 127 * <p>The value returned by this method is the SSTO value used in
130 * @return SSTO - the total sum of squares
155 * R<sup>2</sup> = 1 - SSR / SSTO
158 * and SSTO is the {@link #calculateTotalSumOfSquares() total sum of squares}
169 * R<sup>2</sup><sub>adj</sub> = 1 - [SSR (n - 1)] / [SSTO (n - p)]
172 * SSTO is the {@link #calculateTotalSumOfSquares() total sum of squares}, n is the number
SimpleRegression.java 359 * This is defined as SSTO
471 double ssto = getTotalSumSquares(); local
472 return (ssto - getSumSquaredErrors()) / ssto;
  /toolchain/binutils/binutils-2.25/include/opcode/
ChangeLog-9103     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.tbl     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 139 milliseconds