Searched defs:stddev (Results 1 – 7 of 7) sorted by relevance
55 public static double stddev(int[] X) { in stddev() method in Stats
118 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
1565 FLAC__real stddev = (FLAC__real)strtod(specification+6, 0); in FLAC__stream_encoder_set_apodization() local
68 FLAC__real stddev; member
39 double[] average, stddev; field in BuildResults
427 double mean=0, stddev=0, variation=0; in getStatistics() local
346 double stddev = buildResults.getDeviation(dim_id); in printTableLine() local