Hacker News new | ask | show | jobs
by raja 4929 days ago
What are the metrics based off of? What is fast growth vs big growth? I couldn't find it on the site and I even downloaded the CSV data but it only had the aggregated numbers.
2 comments

I'm the creator...

Fast growth: Given the last 14 days, score = log(day_14_sum_of_metrics / day_1_sum_of_metrics) - 2 * sqrt(1 / day_1_sum_of_metrics + 1 / day_14_sum_of_metrics)

Big growth: Given the last 30 days, score = day_30_sum_of_metrics - day_1_sum_of_metrics

Just hover over the individual metrics header column and the formulae show up