Searched defs:variance (Results 1 – 4 of 4) sorted by relevance
128 double variance = (sumSquares - sum * sum) / (n * n); in testPhaseLockedLoop() local
125 double variance = mean_square - mean * mean; in estimatedCutoff() local
400 float variance = stdDev * stdDev; in bell() local
26 int64_t variance = sum_sq * temp - static_cast<int64_t>(mean) * static_cast<int64_t>(mean); in ApplyLayerNorm() local