Searched refs:variance (Results 1 – 11 of 11) sorted by relevance
125 double variance = mean_square - mean * mean; in estimatedCutoff() local126 double sigma = Math.sqrt(variance); in estimatedCutoff()
128 double variance = (sumSquares - sum * sum) / (n * n); in testPhaseLockedLoop() local130 assertTrue(variance < 1.5); in testPhaseLockedLoop()
111 // Switches the measurement model based on the variance heuristic.240 // Configuration for the variance based switching model.247 // variance is above the variance_threshold.250 // The size of the window over which the variance used by this model is
26 int64_t variance = sum_sq * temp - static_cast<int64_t>(mean) * static_cast<int64_t>(mean); in ApplyLayerNorm() local27 int32_t variance2 = static_cast<int32_t>(variance / kOverflowGuard); in ApplyLayerNorm()
400 float variance = stdDev * stdDev; in bell() local401 return (float) exp(-(x * x / (2 * variance))); in bell()
99 optional double historical_variance = 7; // Long-term variance
4523 * Where the mean and variance are computed across the spatial dimensions:4552 * * 3: A scalar, specifying epsilon, the small value added to variance to