Searched refs:stddevTotal (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStddevValue.java117 standardDeviation(long stddevCount, long stddevTotal, argument
122 long avg = (stddevTotal / stddevCount);
136 StddevValue(long stddevCount, long stddevTotal, argument
140 stddevTotal, stddevTotalSquares));
141 total = stddevTotal;
157 * @param stddevTotal sum total of all values included in the standard
171 StddevValue(long v, long stddevTotal, long stddevCount, argument
175 total = stddevTotal;

Completed in 15 milliseconds