statistics-skewed data

Posted pxy7896

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了statistics-skewed data相关的知识,希望对你有一定的参考价值。

参考文献:

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


 

left/negatively-skewed distributions :

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

right/positively-skewed distributions

  •  the right whisker will be longer.

注意: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.

以上是关于statistics-skewed data的主要内容,如果未能解决你的问题,请参考以下文章

是否可以在 Windows 上运行 DataStax OpsCenter?

datastage获取csv文件,并插入数据库

崩溃时创建的 IBM JVM Java Core Dump

使用 Spark SQL 在 cassandra 中加入两个表 - 错误:缺少 EOF

如何根据给定的行数范围从文本文件中分割数据