Home | History | Annotate | Download | only in performance

Lines Matching refs:prediction

735 			const float prediction	= samples[ndx].*predictor * fit.coefficient + fit.offset;
737 timeDiffs[ndx] = actual - prediction;
752 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset;
758 if (prediction < 1.0f)
761 relativeDiffs[ndx] = (actual - prediction) / prediction;