Reaction rateThe reaction rate or rate of reaction is the speed at which a chemical reaction takes place, defined as proportional to the increase in the concentration of a product per unit time and to the decrease in the concentration of a reactant per unit time. Reaction rates can vary dramatically. For example, the oxidative rusting of iron under Earth's atmosphere is a slow reaction that can take many years, but the combustion of cellulose in a fire is a reaction that takes place in fractions of a second.
Double simultaneous voteDouble simultaneous vote (DSV) is an electoral system in which multiple offices – such as the president and members of a legislature – are elected through a single vote cast for a party. It can be combined with other electoral systems; in Uruguay DSV is used to elect the president and members of the Senate and Chamber of Representatives, with the presidential election also using the two-round system; if no party/presidential candidate receives a majority of the vote, a second round is held for the presidential election.
Unit testingIn computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use. It is a standard step in development and implementation approaches such as Agile. Before unit testing, capture and replay testing tools were the norm. In 1997, Kent Beck and Erich Gamma developed and released JUnit, a unit test framework that became popular with Java developers.
Remote controlIn electronics, a remote control (also known as a remote or clicker) is an electronic device used to operate another device from a distance, usually wirelessly. In consumer electronics, a remote control can be used to operate devices such as a television set, DVD player or other home appliance. A remote control can allow operation of devices that are out of convenient reach for direct operation of controls. They function best when used from a short distance. This is primarily a convenience feature for the user.
General linear modelThe general linear model or general multivariate regression model is a compact way of simultaneously writing several multiple linear regression models. In that sense it is not a separate statistical linear model. The various multiple linear regression models may be compactly written as where Y is a matrix with series of multivariate measurements (each column being a set of measurements on one of the dependent variables), X is a matrix of observations on independent variables that might be a design matrix (each column being a set of observations on one of the independent variables), B is a matrix containing parameters that are usually to be estimated and U is a matrix containing errors (noise).
Evaluation strategyIn a programming language, an evaluation strategy is a set of rules for evaluating expressions. The term is often used to refer to the more specific notion of a parameter-passing strategy that defines the kind of value that is passed to the function for each parameter (the binding strategy) and whether to evaluate the parameters of a function call, and if so in what order (the evaluation order). The notion of reduction strategy is distinct, although some authors conflate the two terms and the definition of each term is not widely agreed upon.
Mixed electoral systemA mixed electoral system or mixed-member electoral system combines methods of majoritarian and proportional representation (PR). The majoritarian component is usually first-past-the-post voting (FPTP/SMP), whereas the proportional component is most often based on party-list PR. The results of the combination may be mixed-member proportional (MMP), where the overall results of the elections are proportional, or mixed-member majoritarian, in which case the overall results are semi-proportional, retaining disproportionalities from the majoritarian component.
Linear probability modelIn statistics, a linear probability model (LPM) is a special case of a binary regression model. Here the dependent variable for each observation takes values which are either 0 or 1. The probability of observing a 0 or 1 in any one case is treated as depending on one or more explanatory variables. For the "linear probability model", this relationship is a particularly simple one, and allows the model to be fitted by linear regression.
Atrioventricular blockAtrioventricular block (AV block) is a type of heart block that occurs when the electrical signal traveling from the atria, or the upper chambers of the heart, to ventricles, or the lower chambers of the heart, is impaired. Normally, the sinoatrial node (SA node) produces an electrical signal to control the heart rate. The signal travels from the SA node to the ventricles through the atrioventricular node (AV node). In an AV block, this electrical signal is either delayed or completely blocked.
Data dredgingData dredging (also known as data snooping or p-hacking) is the misuse of data analysis to find patterns in data that can be presented as statistically significant, thus dramatically increasing and understating the risk of false positives. This is done by performing many statistical tests on the data and only reporting those that come back with significant results.