Home | History | Annotate | Download | only in functional

Lines Matching full:variance

162 	const float variance			= (1.0f / (12.0f * (float)m_numSamples));
163 const float standardDeviation = deFloatSqrt(variance);