clbustos / statsample

A suite for basic and advanced statistics on Ruby.
http://github.com/clbustos/statsample
BSD 3-Clause "New" or "Revised" License
402 stars 96 forks source link

Add an example for chi-square homogeneity test #39

Open onli opened 9 years ago

onli commented 9 years ago

I was yesterday struggling to do the chi-square test as a plain homogeneity test. The "create a matrix" approach went over my head. I hope that this additional example might be useful.

agarie commented 9 years ago

Hi @onli, thanks for the pull request! We're currently in the process of centralizing SciRuby's gems in the organization repositories. Can you reopen your PR on sciruby/statsample?

Thanks!

onli commented 9 years ago

Sure. I tried with https://github.com/SciRuby/statsample/pull/11