We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896ac77 commit 0a649afCopy full SHA for 0a649af
src/FeedIo/Reader/Result/UpdateStats.php
@@ -142,7 +142,7 @@ public function getAverageInterval(): int
142
}
143
144
// some feeds could have very old historic
145
- // articles so eliminate them with statistic
+ // articles so eliminate them using statistical methods
146
$q1 = $intervals[(int) floor($count * 0.25)];
147
$q3 = $intervals[(int) floor($count * 0.75)];
148
$iqr = $q3 - $q1;
0 commit comments