r/AskStatistics • u/LouhiVega • 6d ago
Help with methodology
Hello guys, I would like some guidance.
I have several methodologies to compare. Each one is non deterministic and everything is synthetic, performed in computer.
I can apply one methodology to a set of problems and see how it performs.
Each set has "n=10" conditions and "m=20" seeds. So, Each dataset consists in n x m elements. All equal among methodologies (I.e., condition is the same and the seed is the same between the methodologies).
Assuming that Each element of the dataset is a score in which lower is better, I would like to answers the following questions:
Which methodology is the best ? Is so, by how much ?
Which methodologies are equal statistically speaking ?
Thanks in advance.
2
u/Gray-Jay- 5d ago
At first glance, this looks like a factorial design with methodology and condition as factors, with the seeds providing replication. Testing the Methodology × Condition interaction would be of primary interest, since you indicate that relative method performance depends on condition.
If a given seed meant that each methodology was subjected to the same random inputs, then seed could be treated as a blocking factor in the factorial design.
If you consider time to solve the problem as your outcome, your data are right censored since you stop the experiment after 4 hrs. That suggests treating this as a factorial survival or time-to-event problem (possibly blocked) rather than analyzing completion times with ANOVA.
1
u/LouhiVega 5d ago
Ty for commenting. My concern is not actually how methodology interacts with conditions, because I just cannot change the methodology based on particular cases. I would like to know how the methodology handle it in the big picture, assuming all conditions and all seeds. Is it possible? How should I approach it?
3
u/efrique PhD (statistics) 6d ago edited 6d ago
Are these "seeds" random number seeds (start values for the RNG - in which case they would just represent replicates and their effect would be in the noise term) or something else (perhaps representing, say, different species of plant seeds), whose effect might be important, even if not of direct interest? Be explicit, don't make us guess and maybe guess wrong.
How is score obtained? Is it necessarily positive? Is it a count, a time, etc ...? Is there an upper bound on its value? Are any values missing or censored (e.g. if you're looking at times and one run takes such a very long time that you stop it, that's right censored at the stop time; all you know is that the total time would be at least that long)
Given each condition has an underlying distribution of scores, what aspect of the distribution do you want to compare to determine best? (means? medians? 99th percentiles? Conditional tail expectation? etc etc)