Talk:Verify distribution uniformity/Naive: Difference between revisions

From Rosetta Code
Content added Content deleted
(This is a lame task)
 
(Feel free to add the chi-square maths ;-))
Line 1: Line 1:
We really ought to use a [[wp:Pearson's chi-square test|chi-squared test]] for this, as that can be made self-calibrating. After all, we've got the tools for calculating the [[Gamma function]], needed for generating the related distribution for a single random variable. Too early in the morning for heavy math for me though… —[[User:Dkf|Donal Fellows]] 06:16, 8 August 2009 (UTC)
We really ought to use a [[wp:Pearson's chi-square test|chi-squared test]] for this, as that can be made self-calibrating. After all, we've got the tools for calculating the [[Gamma function]], needed for generating the related distribution for a single random variable. Too early in the morning for heavy math for me though… —[[User:Dkf|Donal Fellows]] 06:16, 8 August 2009 (UTC)
:After reading your link, and being up early creating the task in the first place (I'm in Bristol), I also would not want to tackle the maths ;-)
:Please, feel free to add another task to run a chi-square test on the results of [[Seven-dice from Five-dice]], but write the task in such a way that enough languages would be able to compute it if possible. (But then, if mathematica or R have a built-in function, shouldn't they be able to shine)? --[[User:Paddy3118|Paddy3118]] 07:27, 8 August 2009 (UTC)

Revision as of 07:27, 8 August 2009

We really ought to use a chi-squared test for this, as that can be made self-calibrating. After all, we've got the tools for calculating the Gamma function, needed for generating the related distribution for a single random variable. Too early in the morning for heavy math for me though… —Donal Fellows 06:16, 8 August 2009 (UTC)

After reading your link, and being up early creating the task in the first place (I'm in Bristol), I also would not want to tackle the maths ;-)
Please, feel free to add another task to run a chi-square test on the results of Seven-dice from Five-dice, but write the task in such a way that enough languages would be able to compute it if possible. (But then, if mathematica or R have a built-in function, shouldn't they be able to shine)? --Paddy3118 07:27, 8 August 2009 (UTC)