Friday, November 27, 2015

How to choose a statistical test


C -> Q
  1. ANOVA
    1. https://en.wikipedia.org/wiki/Analysis_of_variance
    2. python function
  2. Tukey's honestly significant difference test
    1. https://en.wikipedia.org/wiki/Tukey%27s_range_test
    2. python function
      1. http://statsmodels.sourceforge.net/devel/generated/statsmodels.sandbox.stats.multicomp.MultiComparison.html

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.