参考文献:

http://www.statisticshowto.com/skewed-distribution/


 

left/negatively-skewed distributions :

  • boxplot:The left whisker will also be longer than the right whisker.

statistics-skewed data

right/positively-skewed distributions

  •  the right whisker will be longer.

statistics-skewed data

注意:median未必一定在mean和mode之间

对于too skewed的数据,如果需要进行参数检验(比如ANOVA),就需要用log变换,让它没那么skewed。

何时这么做??

  • Your data is highly skewed to the right (i.e. in the positive direction).
  • The residual’s standard deviation is proportional to your fitted values
  • The data’s relationship is close to exponential.
  • You think the residuals reflect multiplicative errors that have accumulated during each step of the computation.

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-06-20
  • 2022-12-23
  • 2021-06-16
  • 2021-07-05
  • 2022-01-08
  • 2021-11-07
猜你喜欢
  • 2022-01-31
  • 2021-07-21
  • 2021-10-05
  • 2021-06-20
  • 2021-06-05
  • 2021-12-21
  • 2022-03-09
相关资源
相似解决方案