Bayesian Experimental Design for Implicit Models by Mutual Information Neural Estimation

Total Page:16

File Type:pdf, Size:1020Kb

Bayesian Experimental Design for Implicit Models by Mutual Information Neural Estimation Bayesian Experimental Design for Implicit Models by Mutual Information Neural Estimation Steven Kleinegesse 1 Michael U. Gutmann 1 Abstract in order to understand the underlying natural process bet- Implicit stochastic models, where the data- ter or to predict some future events. Since the likelihood generation distribution is intractable but sampling function is intractable for implicit models, we have to revert is possible, are ubiquitous in the natural sciences. to likelihood-free inference methods such as approximate The models typically have free parameters that Bayesian computation (for recent reviews see e.g. Lin- need to be inferred from data collected in sci- tusaari et al., 2017; Sisson et al., 2018). entific experiments. A fundamental question is While considerable research effort has focused on develop- how to design the experiments so that the col- ing efficient likelihood-free inference methods (e.g. Papa- lected data are most useful. The field of Bayesian makarios et al., 2019; Chen & Gutmann, 2019; Gutmann & experimental design advocates that, ideally, we Corander, 2016; Papamakarios & Murray, 2016; Ong et al., should choose designs that maximise the mutual 2018), the quality of the estimated parameters θ ultimately information (MI) between the data and the param- depends on the quality of the data y that are available for eters. For implicit models, however, this approach inference in the first place. We here consider the scenario is severely hampered by the high computational where we have control over experimental designs d that af- cost of computing posteriors and maximising MI, fect the data collection process. For example, these might be in particular when we have more than a handful the spatial location or time at which we take measurements, of design variables to optimise. In this paper, we or they might be the stimulus that is used to perturb the propose a new approach to Bayesian experimental natural system. Our overall goal is then to find experimental design for implicit models that leverages recent designs d that yield the most information about the model advances in neural MI estimation to deal with parameters. these issues. We show that training a neural net- work to maximise a lower bound on MI allows In Bayesian experimental design (BED), we construct and us to jointly determine the optimal design and the optimise a utility function U(d) that indicates the value of posterior. Simulation studies illustrate that this a design d. A choice for the utility function that is firmly gracefully extends Bayesian experimental design rooted in information theory is the mutual information (MI) for implicit models to higher design dimensions. I(θ; y; d) between model parameters and data, p(θ y; d) I(θ; y; d) = Ep(θ;yjd) log j ; (1) 1. Introduction p(θ) Many processes in nature can be described by a parametric where p(θ y; d) is the posterior distribution of θ given j arXiv:2002.08129v3 [stat.ML] 14 Aug 2020 statistical model from which we can simulate data. When data y that were obtained with design d, and p(θ) is the the corresponding data-generating distribution is intractable prior belief of θ.1 MI describes the expected uncertainty we refer to it as an implicit model. These models are reduction in the model parameters θ when collecting data abundant in science and engineering, having been used, with experimental design d, which makes it an effective util- for instance, in high-energy physics (Agostinelli et al., ity function for BED. Since MI depends on the full posterior 2003), cosmology (M. Schafer & Freeman, 2012), epidemi- p(θ y; d), it is sensitive to deviations from the prior, e.g. ology (Corander et al., 2017), cell biology (Vo et al., 2015) nonlinearj correlations or multi-modality, that other utility and pharmacokinetics (Donnet & Samson, 2013). Usually, functions do not capture (Ryan et al., 2016). we wish to infer the free parameters θ of the implicit model Although a quantity with highly desirable properties, MI 1School of Informatics, University of Edinburgh, Ed- is notoriously difficult to compute and maximise. The key inburgh, UK. Correspondence to: Steven Kleinegesse problems in the context of implicit models are 1) that the <[email protected]>. 1It is typically assumed that p(θ) is not affected by d. BED for Implicit Models using MINE posteriors are hard to estimate and that obtaining samples where likelihood functions are tractable or approximations from them is expensive as well; 2) that the functional rela- are available, unlike our paper. In theory, their method is tionship between the designs and the MI is unknown and that also applicable in the likelihood-free setting. (approximate) gradients are generally not available either. The first problem made the community turn to approximate 2. The MINEBED Method Bayesian computation and less powerful utility functions, We here show how to perform experimental design for im- e.g. based on the posterior variance (Drovandi & Pettitt, plicit models by maximising a lower bound of the mutual 2013), or approximations with kernel density estimation information (MI) between model parameters θ and data y. (Price et al., 2016). More recently, Kleinegesse & Gutmann The main properties of our approach are that for a large (2019) have shown that likelihood-free inference by den- and interesting class of implicit models, the designs can be sity ratio estimation (Thomas et al., 2016) can be used to found by gradient ascent and that the method simultaneously estimate the posterior and the mutual information at the yields an estimate of the posterior. same time, which alleviates the first problem to some extent. The second problem has been addressed by using gradient- We start with the MINE-f MI lower bound of Belghazi et al. free optimisation techniques such as grid-search, sampling (2018), which we shall call Ib(d; ), (Muller¨ , 1999), evolutionary algorithms (Price et al., 2018), Gaussian-process surrogate modelling (Overstall & McGree, Ib(d; ) = Ep(θ;yjd) [T (θ; y)] h i (2) 2018) and Bayesian optimisation (Kleinegesse & Gutmann, −1 T (θ;y) e Ep(θ)p(yjd) e ; 2019). However, these approaches generally do not scale − well with the dimensionality of the design variables d (e.g. where T (θ; y) is a neural network parametrised by , with Spall, 2005). θ and y as input. This is also the lower bound of Nguyen In BED, our primary goal is to find the designs d that max- et al.(2010) and the f-GAN KL of Nowozin et al.(2016). imise the MI and not estimating the MI to a high accuracy. We note that while we focus on the above lower bound, our Rather than spending resources on estimating MI accurately approach could also be applied to other MI lower bounds of for non-optimal designs, a potentially more cost-effective e.g. Poole et al.(2019), Foster et al.(2019a) and Foster et al. approach is thus to relax the problem and to determine the (2019b). Moreover, comparing the performance of different designs that maximise a lower bound of the MI instead, MI lower bounds is not the aim of this paper and we do not while tightening the bound at the same time. In our paper, claim that the particular bound in (2) is superior to others. we take this approach and show that for a large class of Importantly, Belghazi et al.(2018) showed that the bound implicit models, the lower bound can be tightened and max- in (2) can be tightened by maximising it with respect to the imised by gradient ascent, which addresses the aforemen- neural network parameters by gradient ascent and that tioned scalability issues. Our approach leverages the Mutual for flexible enough neural networks we obtain I(θ; y; d) = Information Neural Estimation (MINE) method of Belghazi max I(d; ). Our experimental design problem can thus et al.(2018) to perform BED — we thus call it MINEBED. 2 b be formulated as We show later on that in addition to gradient-based exper- n o imental design, MINEBED also provides us with an ap- d∗ = arg max max Ib(d; ) : (3) proximation of the posterior p(θ y; d) so that no separate d j and oftentimes expensive likelihood-free inference step is The main difficulty is that for implicit models, the expecta- needed. tions in the definition of Ib(d; ) generally depend in some complex manner on the design variables d, complicating gradient-based optimisation. Related Work Foster et al.(2019a) have recently consid- ered the use of MI lower bounds for experimental design. 2.1. Experimental Design with Gradients Their approach is based on variational approximations to the posterior and likelihood. While the authors note that this in- We are interested in computing the derivative dIb(d; ), troduces a bias, in practice, this may actually be acceptable. r However, the optimal designs were determined by Bayesian dIb(d; ) = dEp(θ;yjd) [T (θ; y)] r r h i optimisation and, like in the aforementioned previous work, −1 T (θ;y) de Ep(θ)p(yjd) e : (4) this approach may thus also suffer from scalability problems. − r The authors rectify this in a follow-up paper (Foster et al., For implicit models we do not have access to the gradients 2019b) but their experiments focus on the explicit setting of the joint distribution p(θ; y d) and marginal distribution j 2The research code for this paper is available at: https:// p(y d). Thus, we cannot simply pull d into the inte- github.com/stevenkleinegesse/minebed gralsj defining the expectations and computer the derivatives. BED for Implicit Models using MINE For the same reason we cannot use score-function estima- follows the same distribution as θ, which then allows us to tors (Mohamed et al., 2019), as they rely on the analytic follow the procedure as described above.
Recommended publications
  • How Many Participants Do I Have to Include in Properly Powered
    How many participants do we have to include in properly powered experiments? A tutorial of power analysis with some simple guidelines Marc Brysbaert Ghent University Belgium Keywords: power analysis, ANOVA, Bayesian statistics, effect size Address: Marc Brysbaert Department of Experimental Psychology Ghent University H. Dunantlaan 2 9000 Gent, Belgium [email protected] Abstract Given that the average effect size of pairwise comparisons in psychology is d = .4, very few studies are properly powered with less than 50 participants. For most designs and analyses, numbers of 100, 200, and even more are needed. These numbers become feasible with the recent introduction of internet-based studies and experiments, although they also require a change in the way research is evaluated by supervisors, examiners, reviewers, and editors. The present paper describes the numbers needed for the designs most often used by psychologists, including single-variable between-groups and repeated-measures designs with two and three levels, two-factor designs involving two repeated-measures variables or one between-groups variable and one repeated-measures variable (split-plot design). The numbers are given for the traditional, frequentist analysis with p < .05 and Bayesian analysis with BF > 10. These numbers should give a straightforward answer to researchers asking the question: “How many participants do I have to include in my experiment?” We also discuss how researchers can improve the power of their study by including multiple observations per condition per participant. 2 Statistical packages tend to be used as a kind of oracle …. In order to elicit a response from the oracle, one has to click one’s way through cascades of menus.
    [Show full text]
  • Continuous Dependent Variable Models
    Chapter 4 Continuous Dependent Variable Models CHAPTER 4; SECTION A: ANALYSIS OF VARIANCE Purpose of Analysis of Variance: Analysis of Variance is used to analyze the effects of one or more independent variables (factors) on the dependent variable. The dependent variable must be quantitative (continuous). The dependent variable(s) may be either quantitative or qualitative. Unlike regression analysis no assumptions are made about the relation between the independent variable and the dependent variable(s). The theory behind ANOVA is that a change in the magnitude (factor level) of one or more of the independent variables or combination of independent variables (interactions) will influence the magnitude of the response, or dependent variable, and is indicative of differences in parent populations from which the samples were drawn. Analysis is Variance is the basic analytical procedure used in the broad field of experimental designs, and can be used to test the difference in population means under a wide variety of experimental settings—ranging from fairly simple to extremely complex experiments. Thus, it is important to understand that the selection of an appropriate experimental design is the first step in an Analysis of Variance. The following section discusses some of the fundamental differences in basic experimental designs—with the intent merely to introduce the reader to some of the basic considerations and concepts involved with experimental designs. The references section points to some more detailed texts and references on the subject, and should be consulted for detailed treatment on both basic and advanced experimental designs. Examples: An analyst or engineer might be interested to assess the effect of: 1.
    [Show full text]
  • Design of Engineering Experiments the Blocking Principle
    Design of Engineering Experiments The Blocking Principle • Montgomery text Reference, Chapter 4 • Bloc king and nuiftisance factors • The randomized complete block design or the RCBD • Extension of the ANOVA to the RCBD • Other blocking scenarios…Latin square designs 1 The Blockinggp Principle • Blocking is a technique for dealing with nuisance factors • A nuisance factor is a factor that probably has some effect on the response, but it’s of no interest to the experimenter…however, the variability it transmits to the response needs to be minimized • Typical nuisance factors include batches of raw material, operators, pieces of test equipment, time (shifts, days, etc.), different experimental units • Many industrial experiments involve blocking (or should) • Failure to block is a common flaw in designing an experiment (consequences?) 2 The Blocking Principle • If the nuisance variable is known and controllable, we use blocking • If the nuisance factor is known and uncontrollable, sometimes we can use the analysis of covariance (see Chapter 15) to remove the effect of the nuisance factor from the analysis • If the nuisance factor is unknown and uncontrollable (a “lurking” variable), we hope that randomization balances out its impact across the experiment • Sometimes several sources of variability are combined in a block, so the block becomes an aggregate variable 3 The Hardness Testinggp Example • Text reference, pg 120 • We wish to determine whether 4 different tippps produce different (mean) hardness reading on a Rockwell hardness tester
    [Show full text]
  • Design of Engineering Experiments Part 3 – the Blocking Principle
    9/4/2012 Blocking in design of experiments • Blocking is a technique for dealing with nuisance factors • A nuisance factor is a factor that probably has some effect on the response, but it’s of no interest to the experimenter…however, the variability it transmits to the response needs to be minimized • Typical nuisance factors include batches of raw material, operators, pieces of test equipment, time (shifts, days, etc.), different experimental units • Many industrial experiments involve blocking (or should) • Failure to block is a common flaw in designing an experiment (consequences?) Chapter 4 1 Dealing with nuisance variables • If the nuisance variable is known and controllable, we use blocking • If the nuisance factor is known and uncontrollable, sometimes we can use the analysis of covariance (see Chapter 15) to remove the effect of the nuisance factor from the analysis • If the nuisance factor is unknown and uncontrollable (a “lurking” variable), we hope that randomization balances out its impact across the experiment • Sometimes several sources of variability are combined in a block, so the block becomes an aggregate variable Chapter 4 2 1 9/4/2012 Example: Hardness Testing • We wish to determine whether 4 different tips produce different (mean) hardness reading on a Rockwell hardness tester • Assignment of the tips to a test coupon (aka, the experimental unit) • A completely randomized experiment • The test coupons are a source of nuisance variability • Alternatively, the experimenter may want to test the tips across coupons of
    [Show full text]
  • Some Combinatorial Structures in Experimental Design: Overview, Statistical Models and Applications
    Biometrics & Biostatistics International Journal Research Article Open Access Some combinatorial structures in experimental design: overview, statistical models and applications Abstract Volume 7 Issue 4 - 2018 Background: Design and analysis of experiments will become much more prevalent Petya Valcheva,1 Teresa A Oliveira2 simultaneously in scientific, academic and applied aspects over the next few years. 1Department of Probability, Sofia University, Bulgaria Combinatorial designs are touted as the most important structures in this field taking into 2Departmento de Ciências e Tecnologia, Universidade Aberta, 1,2 account their desirable features from statistical perspective. The applicability of such Portugal designs is widely spread in areas such as biostatistics, biometry, medicine, information technologies and many others. Usually, the most significant and vital objective of the Correspondence: Petya Valcheva, Department of Probability, experimenter is to maximize the profit and respectively to minimize the expenses and Operations research and Statistics, Sofia University “St. Kliment moreover the timing under which the experiment take place. This necessity emphasizes the Ohridski”, Student’s Town building 55, entrance V, Bulgaria, Tel importance of the more efficient mathematical and statistical methods in order to improve +3598 9665 4485, Email [email protected] the quality of the analysis. Received: July 02, 2018 | Published: August 10, 2018 We review combinatorial structures,3 in particular balanced incomplete block design (BIBD)4–6
    [Show full text]
  • The Modern Design of Experiments for Configuration Aerodynamics: a Case Study
    The Modern Design of Experiments for Configuration Aerodynamics: A Case Study Richard DeLoach* NASA Langley Research Center, Hampton, VA 23681 The effects of slowly varying and persisting covariate effects on the accuracy and precision of experimental result is reviewed, as is the rationale for run-order randomization as a quality assurance tactic employed in the Modern Design of Experiments (MDOE) to defend against such effects. Considerable analytical complexity is introduced by restrictions on randomization in configuration aerodynamics tests because they involve hard-to-change configuration variables that cannot be randomized conveniently. Tradeoffs are examined between quality and productivity associated with varying degrees of rigor in accounting for such randomization restrictions. Certain characteristics of a configuration aerodynamics test are considered that may justify a relaxed accounting for randomization restrictions to achieve a significant reduction in analytical complexity with a comparably negligible adverse impact on the validity of the experimental results. Nomenclature ANOVA = Analysis of Variance AoA = Angle of Attack CBN = Critical Binomial Number; minimum number of successes expected with a specified confidence level if there are a given number of Bernoulli trials in which there is a specified probability of success in any one trial CCD = Central Composite Design CLmax = maximum lift coefficient CRD = Completely Randomized Design df = degree(s) of freedom MDOE = Modern Design of Experiments MS = Mean Square PSP
    [Show full text]
  • Orthogonal Statistical Learning Arxiv:1901.09036V3 [Math.ST]
    Orthogonal Statistical Learning Dylan J. Foster Vasilis Syrgkanis MIT MSR New England [email protected] [email protected] Abstract We provide non-asymptotic excess risk guarantees for statistical learning in a setting where the population risk with respect to which we evaluate the target parameter depends on an unknown nuisance parameter that must be estimated from data. We analyze a two-stage sample splitting meta-algorithm that takes as input two arbitrary estimation algorithms: one for the target parameter and one for the nuisance parameter. We show that if the population risk satisfies a condition called Neyman orthogonality, the impact of the nuisance estimation error on the excess risk bound achieved by the meta-algorithm is of second order. Our theorem is agnostic to the particular algorithms used for the target and nuisance and only makes an assumption on their individual performance. This enables the use of a plethora of existing results from statistical learning and machine learning to give new guarantees for learning with a nuisance component. Moreover, by focusing on excess risk rather than parameter estimation, we can give guarantees under weaker assumptions than in previous works and accommodate settings in which the target parameter belongs to a complex nonparametric class. We provide conditions on the metric entropy of the nuisance and target classes such that oracle rates|rates of the same order as if we knew the nuisance parameter|are achieved. We also derive new rates for specific estimation algorithms such as variance-penalized empirical risk minimization, neural network estimation and sparse high-dimensional linear model estimation.
    [Show full text]
  • Integrated Likelihood Methods for ~Liminatingnuisance Parameters James 0.Berger, Brunero Liseo and Robert L
    Statistccal Science 1999, Vol. 14, No. 1, 1-28 Integrated Likelihood Methods for ~liminatingNuisance Parameters James 0.Berger, Brunero Liseo and Robert L. Wolpert Abstract. Elimination of nuisance parameters is a central problem in statistical inference and has been formally studied in virtually all ap- proaches to inference. Perhaps the least studied approach is elimination of nuisance parameters through integration, in the sense that this is viewed as an almost incidental byproduct of Bayesian analysis and is hence not something which is deemed to require separate study. There is, however, considerable value in considering integrated likelihood on its own, especially versions arising from default or noninformative pri- ors. In this paper, we review such common integrated likelihoods and discuss their strengths and weaknesses relative to other methods. Key words and phrases: Marginal likelihood, nuisance parameters, pro- file likelihood, reference priors. 1. INTRODUCTION Rarely is the entire parameter w of interest to the analyst. It is common to select a parameterization 1.I Preliminaries and Notation w = (0, A) of the statistical model in a way that sim- In elementary statistical problems, we try to plifies the study of the "parameter of interest," here make inferences about an unknown state of nature denoted 0, while collecting any remaining parame- w (assumed to lie within some set il of possible ter specification into a "nuisance parameter" A. states of nature) upon observing the value X = x In this paper we review certain of the ways that of some random vector X = {XI, . .,X,) whose have been used or proposed for eliminating the nui- probability distribution is determined completely sance parameter A from the analysis to achieve by w.
    [Show full text]
  • A Tutorial on Bayesian Multi-Model Linear Regression with BAS and JASP
    A Tutorial on Bayesian Multi-Model Linear Regression with BAS and JASP Don van den Bergh∗1, Merlise A. Clyde2, Akash R. Komarlu Narendra Gupta1, Tim de Jong1, Quentin F. Gronau1, Maarten Marsman1, Alexander Ly1,3, and Eric-Jan Wagenmakers1 1University of Amsterdam 2Duke University 3Centrum Wiskunde & Informatica Abstract Linear regression analyses commonly involve two consecutive stages of statistical inquiry. In the first stage, a single `best' model is defined by a specific selection of relevant predictors; in the second stage, the regression coefficients of the winning model are used for prediction and for inference concerning the importance of the predictors. However, such second-stage inference ignores the model uncertainty from the first stage, resulting in overconfident parameter estimates that generalize poorly. These draw- backs can be overcome by model averaging, a technique that retains all models for inference, weighting each model's contribution by its poste- rior probability. Although conceptually straightforward, model averaging is rarely used in applied research, possibly due to the lack of easily ac- cessible software. To bridge the gap between theory and practice, we provide a tutorial on linear regression using Bayesian model averaging in JASP, based on the BAS package in R. Firstly, we provide theoretical background on linear regression, Bayesian inference, and Bayesian model averaging. Secondly, we demonstrate the method on an example data set from the World Happiness Report. Lastly, we discuss limitations of model averaging and directions for dealing with violations of model assumptions. ∗Correspondence concerning this article should be addressed to: Don van den Bergh, Uni- versity of Amsterdam, Department of Psychological Methods, Postbus 15906, 1001 NK Am- sterdam, The Netherlands.
    [Show full text]
  • Day 1 Experimental Design Anne Segonds-Pichon V2019-06 Question
    Day 1 Experimental design Anne Segonds-Pichon v2019-06 Question Results Experimental Design Data Analysis Sample Size Data Exploration Experiment Data Collection/Storage • Universal principles • The same-ish questions should always be asked • What is the question? • What measurements will be made? • What factors could influence these measurements? • But the answers/solutions will differ between areas • Examples: • Experimental design will be affected by the question • but also by practical feasibility, factors that may affect causal interpretation … • e.g. number of treatments, litter size, number plants per bench … • Sample size will be affected by ethics, money, model … • e.g. mouse/plant vs. cell, clinical trials vs. lab experiment … • Data exploration will be affected by sample size, access to raw data … • e.g. >20.000 genes vs. weight of a small sample of mice Vocabulary, tradition and software • People use different words to describe the same data/graphs … • There are different traditions in different labs, areas of science … • Different software mean different approaches: R, SPSS, GraphPad, Stata, Minitab … • Examples: • Variable names: qualitative data = attribute • Scatterplots in GraphPad Prism = stripchart in R • 2 treatment groups in an experiment = 2 arms of a clinical trial • Replicate = repeat = sample • QQ plots in SPSS versus D’Agostino-Pearson test … • Sample sizes • Very different biological questions, very different designs, sophisticated scientific approach or very simple • Similar statistical approach • Example: • Data: Gene expression values from The Cancer Genome Atlas for samples from tumour and normal tissue, question: which genes are showing a significant difference? t-test • Data: weight from WT and KO mice, question: difference between genotypes? t-test Statistical Analysis Common Sense Experimental Design Type of Design Technical vs.
    [Show full text]
  • Randomization Does Not Help Much, Comparability Does
    Randomization does not help much, comparability does June 12, 2018 Abstract Following Fisher, it is widely believed that randomization “relieves the experimenter from the anxiety of considering innumerable causes by which the data may be dis- turbed.” In particular, it is said to control for known and unknown nuisance factors that may considerably challenge the validity of a result. Looking for quantitative ad- vice, we study a number of straightforward, mathematically simple models. However, they all demonstrate that the optimism with respect to randomization is wishful think- ing rather than based on fact. In small to medium-sized samples, random allocation of units to treatments typically yields a considerable imbalance between the groups, i.e., confounding due to randomization is the rule rather than the exception. arXiv:1311.4390v2 [stat.ME] 27 Oct 2014 In the second part of this contribution, we extend the reasoning to a number of tradi- tional arguments for and against randomization. This discussion is rather non-technical, and at times even “foundational” (Frequentist vs. Bayesian). However, its result turns out to be quite similar. While randomization’s contribution remains questionable, com- parability contributes much to a compelling conclusion. Summing up, classical exper- imentation based on sound background theory and the systematic construction of ex- changeable groups seems to be advisable. 1 Key Words. Randomization, Comparability, Confounding, Experimentation, Design of Experiments, Statistical Experiments AMS-Classification: 62K99 Contents 1 The Logic of the Experiment 3 2 Comparability 4 3 Experimental Techniques to Achieve Comparability 6 4 Randomization and Comparability 9 5 Random Confounding 13 5.1 Dichotomousfactors ...........................
    [Show full text]
  • Principles of Statistical Analyses: Old and New Tools
    Chapter 4: Principles of statistical analyses: old and new tools Franziska Kretzschmar1,2 & Phillip M. Alday3 1 CRC 1252 Prominence in Language, University of Cologne, Cologne, Germany 2 Leibniz-Institute for the German Language, Mannheim, Germany 3 Max Planck Institute for Psycholinguistics, Nijmegen, The Netherlands running head: principles of statistical analyses Corresponding author: Phillip M. Alday [email protected] To appear in: Grimaldi, M., Y. Shtyrov, & E. Brattico, (eds.), Language Electrified. Techniques, Methods, Applications, and Future Perspectives in the Neurophysiological Investigation of Language. Springer. 1 Abstract The present chapter provides an overview of old and new statistical tools to analyze electro- physiological data on language processing. We will first introduce the very basic tenets of ex- perimental designs and their intimate links to statistical design. Based on this, we introduce the analysis of variance (ANOVA) approach which has been the classical statistical tool to analyze event-related potentials (ERPs) in language research. After discussing the merits and disadvantages of the approach, we focus on introducing mixed-effects regression models as a viable alternative to traditional ANOVA analyses. We close with an overview of future direc- tions that mixed-effects modeling opens up for language researchers using ERPs or other elec- trophysiological measures. Key words: Experimental design, analysis of variance, mixed-effects models, ERPs 2 1. Introduction Electrophysiological research on language mainly uses experiments in highly controlled laboratory settings, with the goal of finding systematic relationships between some linguistic manipulation (the independent variable) and participants’ brain activity (the dependent vari- able). Using inferential statistics, we can infer how the systematic relationship between inde- pendent and dependent variables in the sample data (with known characteristics) will general- ize to the population level (with unknown characteristics).
    [Show full text]