Controlling for Confounding Network Properties in Hypothesis Testing and Anomaly Detection Timothy La Fond Purdue University

Total Page:16

File Type:pdf, Size:1020Kb

Controlling for Confounding Network Properties in Hypothesis Testing and Anomaly Detection Timothy La Fond Purdue University Purdue University Purdue e-Pubs Open Access Dissertations Theses and Dissertations 8-2016 Controlling for confounding network properties in hypothesis testing and anomaly detection Timothy La Fond Purdue University Follow this and additional works at: https://docs.lib.purdue.edu/open_access_dissertations Part of the Computer Sciences Commons, and the Statistics and Probability Commons Recommended Citation Fond, Timothy La, "Controlling for confounding network properties in hypothesis testing and anomaly detection" (2016). Open Access Dissertations. 791. https://docs.lib.purdue.edu/open_access_dissertations/791 This document has been made available through Purdue e-Pubs, a service of the Purdue University Libraries. Please contact [email protected] for additional information. Graduate School Form 30 Updated PURDUE UNIVERSITY GRADUATE SCHOOL Thesis/Dissertation Acceptance This is to certify that the thesis/dissertation prepared By Timothy La Fond Entitled Controlling For Confounding Network Properties in Hypothesis Testing and Anomaly Detection For the degree of Doctor of Philosophy Is approved by the final examining committee: Jennifer Neville Chair David Gleich Chris Clifton Daniel Aliaga To the best of my knowledge and as understood by the student in the Thesis/Dissertation Agreement, Publication Delay, and Certification Disclaimer (Graduate School Form 32), this thesis/dissertation adheres to the provisions of Purdue University’s “Policy of Integrity in Research” and the use of copyright material. Approved by Major Professor(s): Jennifer Neville Approved by: William Gorman 7/26/2016 Head of the Departmental Graduate Program Date CONTROLLING FOR CONFOUNDING NETWORK PROPERTIES IN HYPOTHESIS TESTING AND ANOMALY DETECTION A Dissertation Submitted to the Faculty of Purdue University by Timothy La Fond In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy August 2016 Purdue University West Lafayette, Indiana ii TABLE OF CONTENTS Page LIST OF TABLES ................................ iv LIST OF FIGURES ............................... v ABSTRACT ................................... viii 1 Introduction .................................. 1 2 Networks and Hypothesis Testing ...................... 7 2.1 Graph Notation ............................. 7 2.2 Properties Influencing Network Formation .............. 8 2.3 Statistics for a Single Observed Network ............... 10 2.4 Delta Statistics for Pairs of Observed Networks ........... 14 2.5 Hypothesis Tests ............................ 16 2.6 Hypothesis Tests on Dynamic Networks ................ 16 3 Related Work ................................. 20 3.1 First Component (Chapter Five): Testing a Global/Community Prop- erties using a Network Statistic and Permutation .......... 23 3.2 Second Component (Chapter 6): Distinguishing the Properties of Dif- ferent Graphs using Multiple Observations of Consistent Network Statis- tics .................................... 24 3.3 Time Series Analysis .......................... 25 3.4 Network Models ............................. 26 4 Network Statistic Dependencies ....................... 29 4.1 Graph Edit Distance .......................... 31 4.2 Clustering Coefficient .......................... 32 4.3 Degree Distribution ........................... 33 4.4 Centrality Measures and Shortest Paths ............... 33 4.5 Autocorrelation ............................. 34 4.6 Netsimile Distance ........................... 35 4.7 Deltacon Distance ............................ 35 4.8 Summary ................................ 36 5 Randomization Testing Solution ....................... 37 5.1 Introduction ............................... 37 5.2 Problem Definition ........................... 41 5.3 Method ................................. 47 iii Page 5.3.1 Calculating the Expected Chi-Squared Gain ......... 55 5.4 Synthetic Data Experiments ...................... 56 5.4.1 Data ............................... 57 5.4.2 Methodology .......................... 58 5.5 Experimental Results .......................... 58 5.6 Real Data Experiments ......................... 62 5.6.1 Data ............................... 62 5.6.2 Experimental Results ...................... 63 5.7 Discussion ................................ 65 6 Size-Consistent Statistics for Anomaly Detection in Dynamic Networks . 67 6.1 Introduction ............................... 68 6.2 Problem Definition and Data Model .................. 72 6.3 Properties of the Test Statistic ..................... 76 6.3.1 Size Consistency ........................ 76 6.3.2 Size Inconsistency ........................ 78 6.4 Network Statistics ............................ 80 6.4.1 Conventional Statistics ..................... 80 6.4.2 Proposed Size Consistent Statistics .............. 85 6.5 Anomaly Detection Process ...................... 101 6.5.1 Smoothing ............................ 102 6.5.2 Complexity Analysis ...................... 105 6.6 Experiments ............................... 105 6.6.1 Synthetic Data Experiments .................. 106 6.6.2 Semi-Synthetic Data Experiments ............... 110 6.6.3 Real Data Experiments ..................... 113 6.7 Local Anomaly Decomposition ..................... 117 6.8 Summary ................................ 121 7 Conclusions .................................. 124 LIST OF REFERENCES ............................ 128 iv LIST OF TABLES Table Page 3.1 Categorization of related work in static networks, by type of statistic and network property being tested. ...................... 21 3.2 Categorization of related work in dynamic networks, by type of statistic and network property being tested. .................... 21 3.3 Categorization of related work in static networks, by H0 generation method and network property being tested. .................... 22 3.4 Categorization of related work in dynamic networks, by H0 generation method and network property being tested. ............... 22 5.1 Contingency table for linked node pairs and their attribute values. ... 42 5.2 Changes to the contingency table in time t +1. ............. 45 5.3 Type I error and power for the choice-based randomization method. .. 60 5.4 Number of groups detected by randomization tests ........... 63 5.5 Example groups with each possible combination of effect. ........ 64 6.1 Glossary of terms .............................. 67 6.2 Statistical properties of previous network statistics and our proposed al- ternatives. .................................. 82 v LIST OF FIGURES Figure Page 1.1 Diagram of a simple anomaly detection process. ............. 2 1.2 Diagram of the anomaly detection process and confounding effects. .. 4 1.3 Common network statistics and confounded network properties .... 5 2.1 Flowchart of the graph generation process and statistic generation. .. 17 2.2 Creation of null distribution and test point from graph statistics. ... 17 2.3 Flowchart of delta statistic generation. .................. 18 5.1 Confounding effect example with the communication volume property con- trolled. .................................... 40 5.2 Illustration of homophily and influence affect on attributes and links over time. ..................................... 41 5.3 Randomization testing procedure. Semi-synthetic graphs are created by permuting the original to construct a null distribution. ......... 48 5.4 Homophily significance test method .................... 49 5.5 Influence significance test method ..................... 50 5.6 Choice-based randomization method for assessing homophily ...... 53 5.7 Choice-based randomization method for assessing influence ....... 54 5.8 Method to measure Type I error rate. ................... 59 5.9 Method to measure statistical power. ................... 59 5.10 Power analysis of influence and homophily randomization tests. (a) In- fluence test power, as number of group additions increases. (b) Influence test power, as effect size increases. (c) Homophily test power, as effect size increases. .................................. 61 6.1 Statistic values network data generated from same model, but with increas- ing size. Behavior of (a) Consistent Statistic; (b) Inconsistent Statistic. Black pts: avg of 100 trials, red pts: [min, max]. ............. 70 6.2 Controlling for confounding effects through careful definition of the test statistics. .................................. 71 vi Figure Page 6.3 Dynamic network anomaly detection task. Given past instances of graphs created by the typical model of behavior, identify any new graph instance created by an alternative anomalous model. ............... 73 6.4 Graph generation process. The matrix P ∗ represents all possible nodes and their interaction probabilities. By sampling |V | nodes and |W | edges the observed graph G is obtained. .................... 74 6.5 Estimation of the Pt matrix from the observed W weights. ....... 85 6.6 Mass of the cells in P increase as |V | decreases. ............. 86 ∗ ∗ 6.7 Visualization of the regions averaged to obtain p , p, and p V . ..... 87 6.8 Creation of the dynamic graph sequence from message stream using time step width Δ. ................................ 103 6.9 Anomaly detection procedure for a graph stream {G1...Gt}, graph statistic Sk and p-value α. .............................. 104 6.10 Diagram of synthetic experiments and the three sets of generated graphs. ........................................ 108 6.11 Synthetic data experimental procedure for statistic Sk using normal prob- ability matrix PN , anomalous probability matrix PA, and Δ additional edges in False Positive
Recommended publications
  • Hypothesis Testing and Likelihood Ratio Tests
    Hypottthesiiis tttestttiiing and llliiikellliiihood ratttiiio tttesttts Y We will adopt the following model for observed data. The distribution of Y = (Y1, ..., Yn) is parameter considered known except for some paramett er ç, which may be a vector ç = (ç1, ..., çk); ç“Ç, the paramettter space. The parameter space will usually be an open set. If Y is a continuous random variable, its probabiiillliiittty densiiittty functttiiion (pdf) will de denoted f(yy;ç) . If Y is y probability mass function y Y y discrete then f(yy;ç) represents the probabii ll ii tt y mass functt ii on (pmf); f(yy;ç) = Pç(YY=yy). A stttatttiiistttiiicalll hypottthesiiis is a statement about the value of ç. We are interested in testing the null hypothesis H0: ç“Ç0 versus the alternative hypothesis H1: ç“Ç1. Where Ç0 and Ç1 ¶ Ç. hypothesis test Naturally Ç0 § Ç1 = ∅, but we need not have Ç0 ∞ Ç1 = Ç. A hypott hesii s tt estt is a procedure critical region for deciding between H0 and H1 based on the sample data. It is equivalent to a crii tt ii call regii on: a critical region is a set C ¶ Rn y such that if y = (y1, ..., yn) “ C, H0 is rejected. Typically C is expressed in terms of the value of some tttesttt stttatttiiistttiiic, a function of the sample data. For µ example, we might have C = {(y , ..., y ): y – 0 ≥ 3.324}. The number 3.324 here is called a 1 n s/ n µ criiitttiiicalll valllue of the test statistic Y – 0 . S/ n If y“C but ç“Ç 0, we have committed a Type I error.
    [Show full text]
  • This Is Dr. Chumney. the Focus of This Lecture Is Hypothesis Testing –Both What It Is, How Hypothesis Tests Are Used, and How to Conduct Hypothesis Tests
    TRANSCRIPT: This is Dr. Chumney. The focus of this lecture is hypothesis testing –both what it is, how hypothesis tests are used, and how to conduct hypothesis tests. 1 TRANSCRIPT: In this lecture, we will talk about both theoretical and applied concepts related to hypothesis testing. 2 TRANSCRIPT: Let’s being the lecture with a summary of the logic process that underlies hypothesis testing. 3 TRANSCRIPT: It is often impossible or otherwise not feasible to collect data on every individual within a population. Therefore, researchers rely on samples to help answer questions about populations. Hypothesis testing is a statistical procedure that allows researchers to use sample data to draw inferences about the population of interest. Hypothesis testing is one of the most commonly used inferential procedures. Hypothesis testing will combine many of the concepts we have already covered, including z‐scores, probability, and the distribution of sample means. To conduct a hypothesis test, we first state a hypothesis about a population, predict the characteristics of a sample of that population (that is, we predict that a sample will be representative of the population), obtain a sample, then collect data from that sample and analyze the data to see if it is consistent with our hypotheses. 4 TRANSCRIPT: The process of hypothesis testing begins by stating a hypothesis about the unknown population. Actually we state two opposing hypotheses. The first hypothesis we state –the most important one –is the null hypothesis. The null hypothesis states that the treatment has no effect. In general the null hypothesis states that there is no change, no difference, no effect, and otherwise no relationship between the independent and dependent variables.
    [Show full text]
  • The Scientific Method: Hypothesis Testing and Experimental Design
    Appendix I The Scientific Method The study of science is different from other disciplines in many ways. Perhaps the most important aspect of “hard” science is its adherence to the principle of the scientific method: the posing of questions and the use of rigorous methods to answer those questions. I. Our Friend, the Null Hypothesis As a science major, you are probably no stranger to curiosity. It is the beginning of all scientific discovery. As you walk through the campus arboretum, you might wonder, “Why are trees green?” As you observe your peers in social groups at the cafeteria, you might ask yourself, “What subtle kinds of body language are those people using to communicate?” As you read an article about a new drug which promises to be an effective treatment for male pattern baldness, you think, “But how do they know it will work?” Asking such questions is the first step towards hypothesis formation. A scientific investigator does not begin the study of a biological phenomenon in a vacuum. If an investigator observes something interesting, s/he first asks a question about it, and then uses inductive reasoning (from the specific to the general) to generate an hypothesis based upon a logical set of expectations. To test the hypothesis, the investigator systematically collects data, either with field observations or a series of carefully designed experiments. By analyzing the data, the investigator uses deductive reasoning (from the general to the specific) to state a second hypothesis (it may be the same as or different from the original) about the observations.
    [Show full text]
  • Hypothesis Testing – Examples and Case Studies
    Hypothesis Testing – Chapter 23 Examples and Case Studies Copyright ©2005 Brooks/Cole, a division of Thomson Learning, Inc. 23.1 How Hypothesis Tests Are Reported in the News 1. Determine the null hypothesis and the alternative hypothesis. 2. Collect and summarize the data into a test statistic. 3. Use the test statistic to determine the p-value. 4. The result is statistically significant if the p-value is less than or equal to the level of significance. Often media only presents results of step 4. Copyright ©2005 Brooks/Cole, a division of Thomson Learning, Inc. 2 23.2 Testing Hypotheses About Proportions and Means If the null and alternative hypotheses are expressed in terms of a population proportion, mean, or difference between two means and if the sample sizes are large … … the test statistic is simply the corresponding standardized score computed assuming the null hypothesis is true; and the p-value is found from a table of percentiles for standardized scores. Copyright ©2005 Brooks/Cole, a division of Thomson Learning, Inc. 3 Example 2: Weight Loss for Diet vs Exercise Did dieters lose more fat than the exercisers? Diet Only: sample mean = 5.9 kg sample standard deviation = 4.1 kg sample size = n = 42 standard error = SEM1 = 4.1/ √42 = 0.633 Exercise Only: sample mean = 4.1 kg sample standard deviation = 3.7 kg sample size = n = 47 standard error = SEM2 = 3.7/ √47 = 0.540 measure of variability = [(0.633)2 + (0.540)2] = 0.83 Copyright ©2005 Brooks/Cole, a division of Thomson Learning, Inc. 4 Example 2: Weight Loss for Diet vs Exercise Step 1.
    [Show full text]
  • Tests of Hypotheses Using Statistics
    Tests of Hypotheses Using Statistics Adam Massey¤and Steven J. Millery Mathematics Department Brown University Providence, RI 02912 Abstract We present the various methods of hypothesis testing that one typically encounters in a mathematical statistics course. The focus will be on conditions for using each test, the hypothesis tested by each test, and the appropriate (and inappropriate) ways of using each test. We conclude by summarizing the di®erent tests (what conditions must be met to use them, what the test statistic is, and what the critical region is). Contents 1 Types of Hypotheses and Test Statistics 2 1.1 Introduction . 2 1.2 Types of Hypotheses . 3 1.3 Types of Statistics . 3 2 z-Tests and t-Tests 5 2.1 Testing Means I: Large Sample Size or Known Variance . 5 2.2 Testing Means II: Small Sample Size and Unknown Variance . 9 3 Testing the Variance 12 4 Testing Proportions 13 4.1 Testing Proportions I: One Proportion . 13 4.2 Testing Proportions II: K Proportions . 15 4.3 Testing r £ c Contingency Tables . 17 4.4 Incomplete r £ c Contingency Tables Tables . 18 5 Normal Regression Analysis 19 6 Non-parametric Tests 21 6.1 Tests of Signs . 21 6.2 Tests of Ranked Signs . 22 6.3 Tests Based on Runs . 23 ¤E-mail: [email protected] yE-mail: [email protected] 1 7 Summary 26 7.1 z-tests . 26 7.2 t-tests . 27 7.3 Tests comparing means . 27 7.4 Variance Test . 28 7.5 Proportions . 28 7.6 Contingency Tables .
    [Show full text]
  • Understanding Statistical Hypothesis Testing: the Logic of Statistical Inference
    Review Understanding Statistical Hypothesis Testing: The Logic of Statistical Inference Frank Emmert-Streib 1,2,* and Matthias Dehmer 3,4,5 1 Predictive Society and Data Analytics Lab, Faculty of Information Technology and Communication Sciences, Tampere University, 33100 Tampere, Finland 2 Institute of Biosciences and Medical Technology, Tampere University, 33520 Tampere, Finland 3 Institute for Intelligent Production, Faculty for Management, University of Applied Sciences Upper Austria, Steyr Campus, 4040 Steyr, Austria 4 Department of Mechatronics and Biomedical Computer Science, University for Health Sciences, Medical Informatics and Technology (UMIT), 6060 Hall, Tyrol, Austria 5 College of Computer and Control Engineering, Nankai University, Tianjin 300000, China * Correspondence: [email protected]; Tel.: +358-50-301-5353 Received: 27 July 2019; Accepted: 9 August 2019; Published: 12 August 2019 Abstract: Statistical hypothesis testing is among the most misunderstood quantitative analysis methods from data science. Despite its seeming simplicity, it has complex interdependencies between its procedural components. In this paper, we discuss the underlying logic behind statistical hypothesis testing, the formal meaning of its components and their connections. Our presentation is applicable to all statistical hypothesis tests as generic backbone and, hence, useful across all application domains in data science and artificial intelligence. Keywords: hypothesis testing; machine learning; statistics; data science; statistical inference 1. Introduction We are living in an era that is characterized by the availability of big data. In order to emphasize the importance of this, data have been called the ‘oil of the 21st Century’ [1]. However, for dealing with the challenges posed by such data, advanced analysis methods are needed.
    [Show full text]
  • Chapter 8 Key Ideas Hypothesis (Null and Alternative)
    Chapter 8 Key Ideas Hypothesis (Null and Alternative), Hypothesis Test, Test Statistic, P-value Type I Error, Type II Error, Significance Level, Power Section 8-1: Overview Confidence Intervals (Chapter 7) are great for estimating the value of a parameter, but in some situations estimation is not the goal. For example, suppose that researchers somehow know that the average number of fast food meals eaten per week by families in the 1990s was 3.5. Furthermore, they are interested in seeing if families today eat more fast food than in the 1990s. In this case, researchers don’t need to estimate how much fast food families eat today. All they need to know is whether that average is larger than 3.5. For the purposes of this example, let µ denote the average number of fast food meals eaten per week by families today. The researchers’ question could then be formulated as follows: Is the average number of meals eaten today the same as in the 1990s ( µ = 3.5) or is it more ( µ > 3.5)? There are two different possibilities, and the correct answer is impossible to know, since µ is unknown. However, the researchers could observe the sample mean and determine which possibility is the most likely . This process is called hypothesis testing . Definition Hypothesis – A claim or statement about a property of the population (e.g. “ µ = 3.5” from above) Hypothesis Test – A standard procedure for testing a claim about a property of the population. To guide this discussion of hypothesis testing, remember the “Rare Event Rule”: If, under a given assumption, the probability of a particular observed event is exceptionally small, we conclude that the assumption is probably not correct.
    [Show full text]
  • Week 10: Causality with Measured Confounding
    Week 10: Causality with Measured Confounding Brandon Stewart1 Princeton November 28 and 30, 2016 1These slides are heavily influenced by Matt Blackwell, Jens Hainmueller, Erin Hartman, Kosuke Imai and Gary King. Stewart (Princeton) Week 10: Measured Confounding November 28 and 30, 2016 1 / 176 Where We've Been and Where We're Going... Last Week I regression diagnostics This Week I Monday: F experimental Ideal F identification with measured confounding I Wednesday: F regression estimation Next Week I identification with unmeasured confounding I instrumental variables Long Run I causality with measured confounding ! unmeasured confounding ! repeated data Questions? Stewart (Princeton) Week 10: Measured Confounding November 28 and 30, 2016 2 / 176 1 The Experimental Ideal 2 Assumption of No Unmeasured Confounding 3 Fun With Censorship 4 Regression Estimators 5 Agnostic Regression 6 Regression and Causality 7 Regression Under Heterogeneous Effects 8 Fun with Visualization, Replication and the NYT 9 Appendix Subclassification Identification under Random Assignment Estimation Under Random Assignment Blocking Stewart (Princeton) Week 10: Measured Confounding November 28 and 30, 2016 3 / 176 1 The Experimental Ideal 2 Assumption of No Unmeasured Confounding 3 Fun With Censorship 4 Regression Estimators 5 Agnostic Regression 6 Regression and Causality 7 Regression Under Heterogeneous Effects 8 Fun with Visualization, Replication and the NYT 9 Appendix Subclassification Identification under Random Assignment Estimation Under Random Assignment Blocking Stewart
    [Show full text]
  • Skedastic: Heteroskedasticity Diagnostics for Linear Regression
    Package ‘skedastic’ June 14, 2021 Type Package Title Heteroskedasticity Diagnostics for Linear Regression Models Version 1.0.3 Description Implements numerous methods for detecting heteroskedasticity (sometimes called heteroscedasticity) in the classical linear regression model. These include a test based on Anscombe (1961) <https://projecteuclid.org/euclid.bsmsp/1200512155>, Ramsey's (1969) BAMSET Test <doi:10.1111/j.2517-6161.1969.tb00796.x>, the tests of Bickel (1978) <doi:10.1214/aos/1176344124>, Breusch and Pagan (1979) <doi:10.2307/1911963> with and without the modification proposed by Koenker (1981) <doi:10.1016/0304-4076(81)90062-2>, Carapeto and Holt (2003) <doi:10.1080/0266476022000018475>, Cook and Weisberg (1983) <doi:10.1093/biomet/70.1.1> (including their graphical methods), Diblasi and Bowman (1997) <doi:10.1016/S0167-7152(96)00115-0>, Dufour, Khalaf, Bernard, and Genest (2004) <doi:10.1016/j.jeconom.2003.10.024>, Evans and King (1985) <doi:10.1016/0304-4076(85)90085-5> and Evans and King (1988) <doi:10.1016/0304-4076(88)90006-1>, Glejser (1969) <doi:10.1080/01621459.1969.10500976> as formulated by Mittelhammer, Judge and Miller (2000, ISBN: 0-521-62394-4), Godfrey and Orme (1999) <doi:10.1080/07474939908800438>, Goldfeld and Quandt (1965) <doi:10.1080/01621459.1965.10480811>, Harrison and McCabe (1979) <doi:10.1080/01621459.1979.10482544>, Harvey (1976) <doi:10.2307/1913974>, Honda (1989) <doi:10.1111/j.2517-6161.1989.tb01749.x>, Horn (1981) <doi:10.1080/03610928108828074>, Li and Yao (2019) <doi:10.1016/j.ecosta.2018.01.001>
    [Show full text]
  • Chapter 10 Heteroskedasticity
    Chapter 10 Heteroskedasticity In the multiple regression model yX , it is assumed that VI() 2 , i.e., 22 Var()i , Cov(ij ) 0, i j 1, 2,..., n . In this case, the diagonal elements of the covariance matrix of are the same indicating that the variance of each i is same and off-diagonal elements of the covariance matrix of are zero indicating that all disturbances are pairwise uncorrelated. This property of constancy of variance is termed as homoskedasticity and disturbances are called as homoskedastic disturbances. In many situations, this assumption may not be plausible, and the variances may not remain the same. The disturbances whose variances are not constant across the observations are called heteroskedastic disturbance, and this property is termed as heteroskedasticity. In this case 2 Var()ii , i 1,2,..., n and disturbances are pairwise uncorrelated. The covariance matrix of disturbances is 2 00 1 00 2 Vdiag( ) (22 , ,..., 2 )2 . 12 n 2 00 n Regression Analysis | Chapter 10 | Heteroskedasticity | Shalabh, IIT Kanpur 1 Graphically, the following pictures depict homoskedasticity and heteroskedasticity. Homoskedasticity Heteroskedasticity (Var(y) increases with x) Heteroskedasticity (Var(y) decreases with x) Examples: Suppose in a simple linear regression model, x denote the income and y denotes the expenditure on food. It is observed that as the income increases, the expenditure on food increases because of the choice and varieties in food increase, in general, up to a certain extent. So the variance of observations on y will not remain constant as income changes. The assumption of homoscedasticity implies that the consumption pattern of food will remain the same irrespective of the income of the person.
    [Show full text]
  • Introduction to Hypothesis Testing 3
    CHAPTER Introduction to Hypothesis 8 Testing 8.1 Inferential Statistics and Hypothesis Testing 8.2 Four Steps to LEARNING OBJECTIVES Hypothesis Testing After reading this chapter, you should be able to: 8.3 Hypothesis Testing and Sampling Distributions 8.4 Making a Decision: 1 Identify the four steps of hypothesis testing. Types of Error 8.5 Testing a Research 2 Define null hypothesis, alternative hypothesis, Hypothesis: Examples level of significance, test statistic, p value, and Using the z Test statistical significance. 8.6 Research in Focus: Directional Versus 3 Define Type I error and Type II error, and identify the Nondirectional Tests type of error that researchers control. 8.7 Measuring the Size of an Effect: Cohen’s d 4 Calculate the one-independent sample z test and 8.8 Effect Size, Power, and interpret the results. Sample Size 8.9 Additional Factors That 5 Distinguish between a one-tailed and two-tailed test, Increase Power and explain why a Type III error is possible only with 8.10 SPSS in Focus: one-tailed tests. A Preview for Chapters 9 to 18 6 Explain what effect size measures and compute a 8.11 APA in Focus: Reporting the Test Cohen’s d for the one-independent sample z test. Statistic and Effect Size 7 Define power and identify six factors that influence power. 8 Summarize the results of a one-independent sample z test in American Psychological Association (APA) format. 2 PART III: PROBABILITY AND THE FOUNDATIONS OF INFERENTIAL STATISTICS 8.1 INFERENTIAL STATISTICS AND HYPOTHESIS TESTING We use inferential statistics because it allows us to measure behavior in samples to learn more about the behavior in populations that are often too large or inaccessi­ ble.
    [Show full text]
  • Sample Quiz #4
    Statistics 13V NAME: Sample Quiz 4 Last six digits of Student ID#: Inserted answers in italics; multiple choice answers in bold. 1. A chi-square test of the relationship between personal perception of emotional health and marital status led to rejection of the null hypothesis, indicating that there is a relationship between these two variables. One conclusion that can be drawn is: A. Marriage leads to better emotional health. B. Better emotional health leads to marriage. C. The more emotionally healthy someone is, the more likely they are to be married. D. There are likely to be confounding variables related to both emotional health and marital status. Questions 2 to 5: A survey is done in which people are asked how often they exceed speed limits. The data are then categorized by age (Under 30, 30 and Over) and answer (Always, Not Always). The following computer output shows observed and expected counts, the chi-square statistic and the p-value. Expected counts are printed below observed counts Always Not Always Total Under 30 100 100 200 70.00 130.00 30 and Over 40 160 200 70.00 130.00 Total 140 260 400 Chi-Sq = 12.857 + 6.923 + 12.857 + 6.923 = 39.560 DF = 1, P-Value = 0.000 2. What is the relative risk of always exceeding the speed limit for people under 30 compared to always exceeding it for people 30 and over? Show your calculations. Risk for under 30 = 100/200 = .5 Risk for 30 and over = 40/200 = .2 Relative risk = .5/.2 = 2.5 3.
    [Show full text]