Power with a Danish twist [Power / Sample Size]
Hi HS
Good, seems I have good agreement with your software, I am happy to see that.
I am not sure I understand what you mean when asking how I set the limits for the Danish reqs. I evaluate BE, then I use a further requirement which goes like this: If upper bound < 1.0 then it is a failure, and if lower bound > then also fail.
In C lingo:
Where OK is just my private own little boolean (actually in C it is an int, but that's another story) to indicate if a dataset if accepted or rejected. But right now I have a feeling this is not really what you meant?
Best regards.
EM
PS: If there are some geekolophystic souls out there to whom it looks like my code has not been optimised for speed (or who would like to tell me log(1)=0) then yes, you are right, there's still work to be done
❝ I get 77.62276% (N=n1+n2=32) in . Fartsie on my machine: 77.6228% and StudySize 77.607% (120000 Monte Carlo Simulations: 77.81% after 9 seconds on a double Xeon 2.8GHz machine).
Good, seems I have good agreement with your software, I am happy to see that.
❝ How did you set limits for the Danish requirements?
I am not sure I understand what you mean when asking how I set the limits for the Danish reqs. I evaluate BE, then I use a further requirement which goes like this: If upper bound < 1.0 then it is a failure, and if lower bound > then also fail.
In C lingo:
if (FailWhen1NotPartOfCI)
{
if (exp(LogLo)>1.0) OK=0;
if (exp(LogHi)<1.0) OK=0;
}
Where OK is just my private own little boolean (actually in C it is an int, but that's another story) to indicate if a dataset if accepted or rejected. But right now I have a feeling this is not really what you meant?
Best regards.
EM
PS: If there are some geekolophystic souls out there to whom it looks like my code has not been optimised for speed (or who would like to tell me log(1)=0) then yes, you are right, there's still work to be done

Complete thread:
- Power with a Danish twist ElMaestro 2009-05-05 19:49 [Power / Sample Size]
- population parameter martin 2009-05-05 21:32
- population parameter ElMaestro 2009-05-05 21:48
- population parameter martin 2009-05-05 22:59
- population parameter ElMaestro 2009-05-05 21:48
- Wrong Question Answer in Danish d_labes 2009-05-08 09:49
- Danish numbers d_labes 2009-05-08 15:53
- Danish numbers ElMaestro 2009-05-08 20:19
- Danish numbers d_labes 2009-05-08 15:53
- Power with a Danish twist Helmut 2009-05-08 13:23
- Power with a Danish twist d_labes 2009-05-08 16:06
- Power with a Danish twist Helmut 2009-05-08 16:15
- Power with a Danish twist ElMaestro 2009-05-08 19:40
- Power with a Danish twist d_labes 2009-05-08 16:06
- Power with a Danish twist Helmut 2009-05-08 16:56
- Power with a Danish twistElMaestro 2009-05-08 19:17
- population parameter martin 2009-05-05 21:32