# Summary of different stats runs. ## hist-*-*.svg filterT = size*2 control = (hit - mhit)/ (hit + mhit) ## count_tavg/*.svg filterT = self.size error = pid(lpf(count > self.tcount_avg ? 1: -1)) with pid.Kd=0.6 ## count_min/*.svg filterT = self.size error = pid(lpf(count > self.count_min ? 1: -1)) with pid.Kd=0.6 ## count_1.0/*.svg filterT = self.size error = pid(lpf(count > 1.0 ? 1: -1)) with pid.Kd=0.6