Searched refs:sampleVariance (Results 1 – 1 of 1) sorted by relevance
1429 long sampleVariance = 0L; in getSlopeOf() local1435 sampleVariance += timeDelta * timeDelta; in getSlopeOf()1439 return sampleCovariance / sampleVariance; in getSlopeOf()