Home
last modified time | relevance | path

Searched refs:the_variance (Results 1 – 2 of 2) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dstatistics.C148 Real the_variance = 0; in variance() local
153 the_variance += (delta * delta - the_variance) / in variance()
158 the_variance *= static_cast<Real>(n) / static_cast<Real>(n - 1); in variance()
160 return the_variance; in variance()
H A Derror_vector.C132 Real the_variance = 0; in variance() local
139 the_variance += (delta * delta - the_variance) / (nnz + 1); in variance()
144 return the_variance; in variance()