Difference between revisions of "Experiment Design"
From Experimental Software Engineering
(Criou página com '= Definition = == English == '''Experiment design''' A design of an experiment describes how the tests are organized and run. The design and the statistical analysis are clo...') |
|||
Line 2: | Line 2: | ||
== English == | == English == | ||
− | '''Experiment | + | '''Experiment Design''' |
A design of an experiment describes how the tests are organized and run. The design and the statistical analysis are closely related, because the choice of design affects the analysis and vice versa. | A design of an experiment describes how the tests are organized and run. The design and the statistical analysis are closely related, because the choice of design affects the analysis and vice versa. | ||
Line 9: | Line 9: | ||
== Portuguese == | == Portuguese == | ||
− | '''Projeto do | + | '''Projeto do Experimento''' |
Um projeto de um experimento descreve como os testes serão organizados e executados. O projeto e a análise estatística são relacionados intimamente, porque a escolha de uma afeta diretamente a outra. | Um projeto de um experimento descreve como os testes serão organizados e executados. O projeto e a análise estatística são relacionados intimamente, porque a escolha de uma afeta diretamente a outra. |
Latest revision as of 15:24, 17 September 2015
Contents
Definition
English
Experiment Design
A design of an experiment describes how the tests are organized and run. The design and the statistical analysis are closely related, because the choice of design affects the analysis and vice versa.
The general design principles are randomization, blocking and balancing, and the most of experiment design use some combination of these.
Portuguese
Projeto do Experimento
Um projeto de um experimento descreve como os testes serão organizados e executados. O projeto e a análise estatística são relacionados intimamente, porque a escolha de uma afeta diretamente a outra.
Os princípios gerais do projeto são: Randomização, Bloqueio e Balanceamento. A maioria dos projetos de experimentos utiliza uma combinação destes princípios.
Reference
- (Wholin et al., 2000)