Searched refs:delta_n2 (Results 1 – 9 of 9) sorted by relevance
154 double delta_n2 = pow(delta_n, 2.0); in insert() local156 M4 += term1 * delta_n2 * (n*n - 3*n + 3) + in insert()157 (6 * delta_n2 * M2) - (4 * delta_n * M3); in insert()
187 double delta_n2 = pow(delta_n, 2.0); in insert() local189 M4 += term1 * delta_n2 * (n*n - 3*n + 3) + in insert()190 (6 * delta_n2 * M2) - (4 * delta_n * M3); in insert()
28 delta_n2 := delta_n * delta_n31 r.m4 += term1*delta_n2*float64(r.n*r.n-3*r.n+3) + 6*delta_n2*r.m2 - 4*delta_n*r.m3
147 const auto delta_n2 = delta_n * delta_n; in addSample() local151 …this->M4 += term1 * delta_n2 * (this->sampleSize * this->sampleSize - 3 * this->sampleSize + 3) + … in addSample()
93 delta_n2 := delta_n * delta_n96 d.m4 += term1*delta_n2*(d.n*d.n-3*d.n+3.0) + 6*delta_n2*d.m2 - 4*delta_n*d.m3
52 double delta_n2 = delta_n * delta_n; in MomentCheck() local55 M4 += term1 * delta_n2 * (n * n - 3. * n + 3.) + 6. * delta_n2 * M2 - 4. * delta_n * M3; in MomentCheck()
52 double delta_n2 = delta_n * delta_n; in MomentCheck() local55 M4 += term1*delta_n2*(n*n - 3.*n + 3.) + 6.*delta_n2*M2 - 4.*delta_n*M3; in MomentCheck()
101 let delta_n2 = delta_n * delta_n103 s.mom4 += term1 * delta_n2 * (n*n - 3*n + 3) +104 6*delta_n2*s.mom2 - 4*delta_n*s.mom3
186 var delta_n2 = e.eng_n2_goal - eng_n2;187 …eng_n2 += ( delta_n2 * gain * math.exp( -tm / A10.UPDATE_PERIOD ) ) / ( 1 + ( thau / A10.UPDATE_PE…