Searched refs:xAvg (Results 1 – 1 of 1) sorted by relevance
154 float xAvg = 0; in EstimateSkew() local200 xAvg = x / n; in EstimateSkew()201 denom = x2 - xAvg * x; in EstimateSkew()204 skew = (xy - xAvg * y) / denom; in EstimateSkew()