MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / standardDeviation

Method standardDeviation

JSAT/src/jsat/linear/Vec.java:516–519  ·  view source on GitHub ↗

Computes the standard deviation of the values in this vector @return the standard deviation

()

Source from the content-addressed store, hash-verified

514 * @return the standard deviation
515 */
516 public double standardDeviation()
517 {
518 return Math.sqrt(variance());
519 }
520
521 /**
522 * Computes the variance of the values in this vector, which is

Callers 15

testSampleMethod · 0.95
testSampleMethod · 0.95
testSampleMethod · 0.95
skewnessMethod · 0.95
kurtosisMethod · 0.95
testStandardDeviationMethod · 0.45
testSummaryStatsMethod · 0.45
testSummaryStatsMethod · 0.45
testSummaryStatsMethod · 0.45
testSetSmoothingMethod · 0.45
skewnessMethod · 0.45

Calls 1

varianceMethod · 0.95

Tested by 13

testSampleMethod · 0.76
testSampleMethod · 0.76
testSampleMethod · 0.76
testStandardDeviationMethod · 0.36
testSummaryStatsMethod · 0.36
testSummaryStatsMethod · 0.36
testSummaryStatsMethod · 0.36
testSetSmoothingMethod · 0.36
TTestMethod · 0.36
setTestUsingDataMethod · 0.36
ZTestMethod · 0.36