Why is clock_gettime so erratic?

前端 未结 2 1461
终归单人心
终归单人心 2020-12-12 18:28

Intro

  • Section Old Question contains the initial question (Further Investigation and Conclusion have been added since).

2条回答
  •  失恋的感觉
    2020-12-12 18:54

    When you have a highly skewed distribution that cannot go negative, you're going to see large discrepancies between mean, median, and mode. The standard deviation is fairly meaningless for such a distribution.

    It's usually a good idea to log-transform it. That will make it "more normal".

提交回复
热议问题