I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

Size: px
Start display at page:

Download "I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN"

Transcription

1 Introduction Edps/Psych/Stat/ 584 Applied Multivariate Statistics Carolyn J Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN c Board of Trustees, University of Illinois Linear Algebra Slide 1 of 30

2 Outline of Multivariate Analysis covered Statistics review (notation used in class) Graphical techniques Reading: Johnson & Wichern, Chapter 1 Linear Algebra Slide 2 of 30

3 More Specific Multivariate Data: When studying complex phenomenon, we need to collect measurements (observations) on many different variables Multivariate techniques: methods to elicit information from multivariate data Most are statistical Dependent variables are numerical, metric, continuous Linear Algebra Slide 3 of 30

4 More Specific More Specific Data reduction or structural simplification: represent phenomenon as simply as possible without loosing too much information Sorting and grouping: create groups of similar objects or classify objects into well-defined groups Investigation of the dependence among variables Prediction Hypothesis testing validate substantive theory Linear Algebra Slide 4 of 30

5 Covered Linear Algebra: Useful for summarizing (representing) data and performing manipulations Covered A Few uses of Linear Combinations Back to More that We May Not Cover Geometry: Observed cases ( sampling units, individuals, etc) can be viewed as points in high dimensional spaces and multivariate techniques are designed to study the point clouds Random Sampling: Typically, we ll assume that we have sampled cases from a multivariate normal (Gaussian) distribution or statistics follow a multivariate normal Linear Transformations: Very important! When you have multiple observed measures on individuals within a sample and you want a linear combination(s) of the measures to have certain properties Linear Algebra Slide 5 of 30

6 A Few uses of Linear Combinations Covered A Few uses of Linear Combinations Back to More that We May Not Cover Simple example: X 1 = baseline measure X 2 = post intervention Interest in change: D = X 2 X 1, what is µ D? and σ 2 D? More complex: 10 variables measured on individuals who are classified as normal and abnormal where the goal is to created a linear combination of the 10 measures such that those from different groups are as different as possible on this composite You have 10 variables measured on individuals and you want to combine them into a small number of composite variables that represent most of the information in the data Linear Algebra Slide 6 of 30

7 Back to Multivariate significance tests for inference about Covered A Few uses of Linear Combinations Back to More that We May Not Cover Means and confidence regions for them Comparisons of means across samples from different populations or groups Variances, covariances (including between sets of variables) Multivariate Analysis of Variance (MANOVA): Extension of multivariate significance tests to more complex experimental designs Extension of univariate ANOVA to multiple dependent variables Linear Algebra Slide 7 of 30

8 More Covered A Few uses of Linear Combinations Back to More that We May Not Cover Principal Components Analysis A data reduction method that focuses on studying the relationship between a set of variables by creating linear combinations of the variables The linear combination (composite measure) has the largest possible variance possible Best lower dimensional representation of the data Discrimination Analysis Related to MANOVA & significance tests of means Define a linear combination of variables that maximally accounts for differences between groups Classification Analysis Allocation of individuals into groups (populations) defined on the basis of observations on multiple variables Canonical Correlation Analysis Study the relationship between two sets or batteries of variables Factor Analysis A latent variable model that hypothesizes that the dependencies between observed values on variables are due to unobserved variables Linear Algebra Slide 8 of 30

9 that We May Not Cover Structural Equation modeling: factor analysis is a special case Covered A Few uses of Linear Combinations Back to More that We May Not Cover Optimal Scaling or Non-linear Multivariate Analysis This includes correspondence analysis, homogeneity analysis and others Multidimensional Scaling, which is related to optimal scaling Cluster Analysis, which include K means and hierarchical cluster analysis Multiple (Multivariate) Regression which is multiple regression with more than one dependent variable Linear Algebra Slide 9 of 30

10 Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize Getting use to the notation we ll use Data: measurements on p variables (attributes, characteristics, etc) for each of n cases (individuals, experimental units, etc) Notation: x jk = measurement of the kth variable on the jth case j = 1,,n where n = the number of cases k = 1,,p where p = the number of variables NOTE: notation in older editions (around 4th edition I think) of J&W used the reverse notation Linear Algebra Slide 10 of 30

11 Data as an Array Data are arranged as an array or matrix of cases by variables: Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize Variable Variable Variable Variable 1 2 k p case 1 x 11 x 12 x 1k x 1p case 2 x 21 x 22 x 2k x 2p case j x j1 x j2 x jk x jp case n x n1 x n2 x nk x np This is an (n p) rectangular matrix X All matrices will be denoted by capital bold faced letters, but more on this later Linear Algebra Slide 11 of 30

12 Descriptive Statistics Suppose we have n observation on one variable: Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize x 11,x 21,,x n1 (1st column of X) Mean (arithmetic average) measure of central tendency x 1 = 1 n n j=1 If the n observations are a sample from a larger population of possible measurements, then x 1 is the sample mean In general, sample means x j1 x k = 1 n n j=1 x jk for k = 1,,p This is the mean of n observations in the kth column of X Linear Algebra Slide 12 of 30

13 Variance & Standard Deviation Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize A sample of n observation on one variable from some population: x 11,x 21,,x n1 The Sample Variance for the first variable is s 2 1 = 1 n n (x j1 x 1 ) 2 j=1 For now we ll use the MLE and divide by n In general, where k = 1,,p s kk s 2 k = 1 n n (x jk x k ) 2 j=1 Sample standard deviation is s kk for k = 1,,p, which is in the same units (scale) as the original measurements Linear Algebra Slide 13 of 30

14 Covariance Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize A sample of n observation on two variables from some population: ( ) ( ) ( ) x 11 x 12 }{{}, x 21 x 22 }{{},, x n1 x n2 }{{} 1 st case 2 nd case n th case Sample Covariance s 12 = 1 n n (x j1 x 1 )(x j2 x 2 ) j=1 1 st column of X Average (mean) product of differences (distances) of variables 1 and 2 from their respective means Properties: s 12 > 0 large values tend to occur together s 12 < 0 larger values tend to occur with small values s 12 = 0 variables are not linearly associated Linear Algebra Slide 14 of 30

15 Covariance (continued) Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize In general, s ik = 1 n n (x ji x i )(x jk x k ) j=1 When i = k, s ii = s 2 i = ith sample variance Covariances are symmetric: s ik = s ki An array of variances and covariances: Variable Variable Variable 1 2 p Variable 1 s 11 s 12 s 1p Variable 2 s 12 s 22 s 2p Variable p s 1p s 2p s pp Linear Algebra Slide 15 of 30

16 Sample Correlation Coefficients r ik = s ik sii skk = 1 n 1 n n j=1 (x ji x i )(x jk x k ) n j=1 (x 1 ji x i ) 2 n n j=1 (x jk x k ) 2 Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize for i = 1,,p and k = 1,,p r ik is a standardized version of the sample covariance To see this, form z-scores: { z ji = x ji x i z i = 0 sii s ii = 1 z jk = x jk x k skk { z k = 0 s kk = 1 Replace x ji and x jk by z ji and z jk into the formula for r ik and you ll get r ik = s ik Linear Algebra Slide 16 of 30

17 Sample Correlation Coefficients (cont) Properties 1 r ik 1 (it s dimensionless) Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize r ik measures the strength of linear relationship r ik = 0 no linear association r ik < 0 negative linear relationship r ik > 0 positive linear relationship r ik is invariant if you change the location (mean) &/or re-scale (change variance), ie, If y ji = ax ji +b and y jk = cx jk +d, then r ik = corr(x ji,x jk ) = corr(y ji,y jk ) provided that a > 0 and c > 0 or a < 0 and c < 0 Linear Algebra Slide 17 of 30

18 Sum of Squared Deviations and sum of cross-product deviations are used in multivariate, so we ll have a symbol for them Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize Define w ik = w ii = n j=1 (x ji x i ) }{{} (x jk x k ) }{{} deviation of scores from their means n j=1 (x ji x i ) 2 }{{} sums of squares for i = 1,,p and k = 1,p Linear Algebra Slide 18 of 30

19 Data as an Array Descriptive Statistics Variance & Standard Deviation Covariance Covariance (continued) Coefficients Coefficients (cont) Sum of Squared Deviations To Summarize To Summarize Our descriptive statistics can all be organized into arrays (matrices): s 11 s 12 s 1p x 1 x = s 12 s 22 s 2p S n = x p s 1p s 2p s pp R = r 11 r 12 r 1p r 12 r 22 r 2p W = w 11 w 12 w 1p w 12 w 22 w 2p r 1p r 2p r pp w 1p w 2p w pp The arrays (matrices) S, W and R are symmetric Linear Algebra Slide 19 of 30

20 Important and usefulalways Look at your Data! Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays One variables: 1 dimensional plot dot diagram (see J&W) stem-n-left histogram box-plot eg, National Parks (table 111 in J&W): Size of Park: Stem Leaf # Boxplot *-----* Multiply StemLeaf by 10**+3 Linear Algebra Slide 20 of 30

21 Histograms of National Parks Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 21 of 30

22 Two Variables (relationship between) Scatter plots: look for patterns of association eg, Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 22 of 30

23 Two Numerical and One discrete Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 23 of 30

24 New Data Set From Rencher (2002) who got it from Beall (1945) Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Description: 32 males and 32 females had measures on four psychological tests The tests were x 1 = pictorial inconsistencies x 2 = paper form board x 3 = tool recognition x 4 = vocabulary Simple descriptive statistics: Variable n x s Minimum Maximum Test Test Test Test What do we learn from this? Linear Algebra Slide 24 of 30

25 Covariances and Correlations What do we learn from these? (What don t we learn?) Covariances Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Test1 Test2 Test3 Test4 Test Test Test Test Correlations: Test1 Test2 Test3 Test4 Test Test Test Test Linear Algebra Slide 25 of 30

26 All Bivariate and Univariate Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 26 of 30

27 Three Numerical Could do a three dimensional graph: Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 27 of 30

28 Three Numerical & One Discrete Could do a three dimensional graph and identify points for males and females: Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linear Algebra Slide 28 of 30

29 Two Types of Scatter Plots Variable Space: n points in p-dimensional space Each row (individual, case) of X is a distinct point, Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays (x j1,x j2,,x jp ) We looked at all pairwise for the four psychological tests We looked at 3-way plot If we could view p-dimensional space, we maybe able to detect patterns, clusters, similarities and/or differences between cases Subject Space or Observation Space: View the data as p points in n-dimensional space Each column is a distinct point, (x 1k,x 2k,,x nk ) A case (individual) defines an axis (more on these later) Linear Algebra Slide 29 of 30

30 Other Graphical Displays What a neat graph! versus What an interesting story! Histograms of National Parks Two Variables (relationship between) Two Numerical and One discrete New Data Set Covariances and Correlations All Bivariate and Univariate Three Numerical Three Numerical & One Discrete Two Types of Scatter Plots Other Graphical Displays Linking multiple 2-dimensional scatter plots ( brushing, highlighting particular points, size of point convey frequency, others) Stars for p 2 dimensional graphical displays Chernoff faces Interactive real-time graphical software (SAS demo) Be creative (eg, Knowing the World powerpoint) Linear Algebra Slide 30 of 30

More Linear Algebra. Edps/Soc 584, Psych 594. Carolyn J. Anderson

More Linear Algebra. Edps/Soc 584, Psych 594. Carolyn J. Anderson More Linear Algebra Edps/Soc 584, Psych 594 Carolyn J. Anderson Department of Educational Psychology I L L I N O I S university of illinois at urbana-champaign c Board of Trustees, University of Illinois

More information

Sample Geometry. Edps/Soc 584, Psych 594. Carolyn J. Anderson

Sample Geometry. Edps/Soc 584, Psych 594. Carolyn J. Anderson Sample Geometry Edps/Soc 584, Psych 594 Carolyn J. Anderson Department of Educational Psychology I L L I N O I S university of illinois at urbana-champaign c Board of Trustees, University of Illinois Spring

More information

1. Introduction to Multivariate Analysis

1. Introduction to Multivariate Analysis 1. Introduction to Multivariate Analysis Isabel M. Rodrigues 1 / 44 1.1 Overview of multivariate methods and main objectives. WHY MULTIVARIATE ANALYSIS? Multivariate statistical analysis is concerned with

More information

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Comparisons of Two Means Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN c

More information

STA 437: Applied Multivariate Statistics

STA 437: Applied Multivariate Statistics Al Nosedal. University of Toronto. Winter 2015 1 Chapter 5. Tests on One or Two Mean Vectors If you can t explain it simply, you don t understand it well enough Albert Einstein. Definition Chapter 5. Tests

More information

Outline Week 1 PCA Challenge. Introduction. Multivariate Statistical Analysis. Hung Chen

Outline Week 1 PCA Challenge. Introduction. Multivariate Statistical Analysis. Hung Chen Introduction Multivariate Statistical Analysis Hung Chen Department of Mathematics https://ceiba.ntu.edu.tw/972multistat hchen@math.ntu.edu.tw, Old Math 106 2009.02.16 1 Outline 2 Week 1 3 PCA multivariate

More information

Inferences about a Mean Vector

Inferences about a Mean Vector Inferences about a Mean Vector Edps/Soc 584, Psych 594 Carolyn J. Anderson Department of Educational Psychology I L L I N O I S university of illinois at urbana-champaign c Board of Trustees, University

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Canonical Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Canonical Slide

More information

An Introduction to Multivariate Methods

An Introduction to Multivariate Methods Chapter 12 An Introduction to Multivariate Methods Multivariate statistical methods are used to display, analyze, and describe data on two or more features or variables simultaneously. I will discuss multivariate

More information

Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques

Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques A reminded from a univariate statistics courses Population Class of things (What you want to learn about) Sample group representing

More information

1. Aspects of Multivariate Analysis

1. Aspects of Multivariate Analysis 1. Aspects of Multivariate Analysis 1.1 Introduction This course is considered with statistical methods designed to elicit information from the data sets with many different variables. Because the data

More information

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

A Introduction to Matrix Algebra and the Multivariate Normal Distribution

A Introduction to Matrix Algebra and the Multivariate Normal Distribution A Introduction to Matrix Algebra and the Multivariate Normal Distribution PRE 905: Multivariate Analysis Spring 2014 Lecture 6 PRE 905: Lecture 7 Matrix Algebra and the MVN Distribution Today s Class An

More information

Experimental Design and Data Analysis for Biologists

Experimental Design and Data Analysis for Biologists Experimental Design and Data Analysis for Biologists Gerry P. Quinn Monash University Michael J. Keough University of Melbourne CAMBRIDGE UNIVERSITY PRESS Contents Preface page xv I I Introduction 1 1.1

More information

Introduction to Matrix Algebra and the Multivariate Normal Distribution

Introduction to Matrix Algebra and the Multivariate Normal Distribution Introduction to Matrix Algebra and the Multivariate Normal Distribution Introduction to Structural Equation Modeling Lecture #2 January 18, 2012 ERSH 8750: Lecture 2 Motivation for Learning the Multivariate

More information

Rejection regions for the bivariate case

Rejection regions for the bivariate case Rejection regions for the bivariate case The rejection region for the T 2 test (and similarly for Z 2 when Σ is known) is the region outside of an ellipse, for which there is a (1-α)% chance that the test

More information

Multivariate Statistical Analysis

Multivariate Statistical Analysis Multivariate Statistical Analysis Fall 2011 C. L. Williams, Ph.D. Lecture 3 for Applied Multivariate Analysis Outline 1 Reprise-Vectors, vector lengths and the angle between them 2 3 Partial correlation

More information

Discrete Multivariate Statistics

Discrete Multivariate Statistics Discrete Multivariate Statistics Univariate Discrete Random variables Let X be a discrete random variable which, in this module, will be assumed to take a finite number of t different values which are

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Linear Combinations of Variables Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

More information

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II MAC 1140 Module 10 System of Equations and Inequalities II Learning Objectives Upon completing this module, you should be able to 1. represent systems of linear equations with matrices. 2. transform a

More information

An Introduction to Multivariate Statistical Analysis

An Introduction to Multivariate Statistical Analysis An Introduction to Multivariate Statistical Analysis Third Edition T. W. ANDERSON Stanford University Department of Statistics Stanford, CA WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Contents

More information

Unconstrained Ordination

Unconstrained Ordination Unconstrained Ordination Sites Species A Species B Species C Species D Species E 1 0 (1) 5 (1) 1 (1) 10 (4) 10 (4) 2 2 (3) 8 (3) 4 (3) 12 (6) 20 (6) 3 8 (6) 20 (6) 10 (6) 1 (2) 3 (2) 4 4 (5) 11 (5) 8 (5)

More information

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream Algebra vocabulary CARD SETS 1-7 www.lisatilmon.blogspot.com Frame Clip Art by Pixels & Ice Cream Algebra vocabulary Game Materials: one deck of Who has cards Objective: to match Who has words with definitions

More information

Multilevel Models in Matrix Form. Lecture 7 July 27, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2

Multilevel Models in Matrix Form. Lecture 7 July 27, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Multilevel Models in Matrix Form Lecture 7 July 27, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Today s Lecture Linear models from a matrix perspective An example of how to do

More information

LOG-MULTIPLICATIVE ASSOCIATION MODELS AS LATENT VARIABLE MODELS FOR NOMINAL AND0OR ORDINAL DATA. Carolyn J. Anderson* Jeroen K.

LOG-MULTIPLICATIVE ASSOCIATION MODELS AS LATENT VARIABLE MODELS FOR NOMINAL AND0OR ORDINAL DATA. Carolyn J. Anderson* Jeroen K. 3 LOG-MULTIPLICATIVE ASSOCIATION MODELS AS LATENT VARIABLE MODELS FOR NOMINAL AND0OR ORDINAL DATA Carolyn J. Anderson* Jeroen K. Vermunt Associations between multiple discrete measures are often due to

More information

Practical Statistics for the Analytical Scientist Table of Contents

Practical Statistics for the Analytical Scientist Table of Contents Practical Statistics for the Analytical Scientist Table of Contents Chapter 1 Introduction - Choosing the Correct Statistics 1.1 Introduction 1.2 Choosing the Right Statistical Procedures 1.2.1 Planning

More information

Vectors and Matrices Statistics with Vectors and Matrices

Vectors and Matrices Statistics with Vectors and Matrices Vectors and Matrices Statistics with Vectors and Matrices Lecture 3 September 7, 005 Analysis Lecture #3-9/7/005 Slide 1 of 55 Today s Lecture Vectors and Matrices (Supplement A - augmented with SAS proc

More information

Wolfgang Karl Härdle Leopold Simar. Applied Multivariate. Statistical Analysis. Fourth Edition. ö Springer

Wolfgang Karl Härdle Leopold Simar. Applied Multivariate. Statistical Analysis. Fourth Edition. ö Springer Wolfgang Karl Härdle Leopold Simar Applied Multivariate Statistical Analysis Fourth Edition ö Springer Contents Part I Descriptive Techniques 1 Comparison of Batches 3 1.1 Boxplots 4 1.2 Histograms 11

More information

Lecture 5: Hypothesis tests for more than one sample

Lecture 5: Hypothesis tests for more than one sample 1/23 Lecture 5: Hypothesis tests for more than one sample Måns Thulin Department of Mathematics, Uppsala University thulin@math.uu.se Multivariate Methods 8/4 2011 2/23 Outline Paired comparisons Repeated

More information

Machine Learning for Data Science (CS4786) Lecture 12

Machine Learning for Data Science (CS4786) Lecture 12 Machine Learning for Data Science (CS4786) Lecture 12 Gaussian Mixture Models Course Webpage : http://www.cs.cornell.edu/courses/cs4786/2016fa/ Back to K-means Single link is sensitive to outliners We

More information

An Introduction to Matrix Algebra

An Introduction to Matrix Algebra An Introduction to Matrix Algebra EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #8 EPSY 905: Matrix Algebra In This Lecture An introduction to matrix algebra Ø Scalars, vectors, and matrices

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Principal Analysis Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN c Board

More information

Basic Linear Algebra in MATLAB

Basic Linear Algebra in MATLAB Basic Linear Algebra in MATLAB 9.29 Optional Lecture 2 In the last optional lecture we learned the the basic type in MATLAB is a matrix of double precision floating point numbers. You learned a number

More information

STAT 730 Chapter 1 Background

STAT 730 Chapter 1 Background STAT 730 Chapter 1 Background Timothy Hanson Department of Statistics, University of South Carolina Stat 730: Multivariate Analysis 1 / 27 Logistics Course notes hopefully posted evening before lecture,

More information

Lecture Notes Part 2: Matrix Algebra

Lecture Notes Part 2: Matrix Algebra 17.874 Lecture Notes Part 2: Matrix Algebra 2. Matrix Algebra 2.1. Introduction: Design Matrices and Data Matrices Matrices are arrays of numbers. We encounter them in statistics in at least three di erent

More information

2. Matrix Algebra and Random Vectors

2. Matrix Algebra and Random Vectors 2. Matrix Algebra and Random Vectors 2.1 Introduction Multivariate data can be conveniently display as array of numbers. In general, a rectangular array of numbers with, for instance, n rows and p columns

More information

A User's Guide To Principal Components

A User's Guide To Principal Components A User's Guide To Principal Components J. EDWARD JACKSON A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York Chichester Brisbane Toronto Singapore Contents Preface Introduction 1. Getting

More information

Multivariate Regression (Chapter 10)

Multivariate Regression (Chapter 10) Multivariate Regression (Chapter 10) This week we ll cover multivariate regression and maybe a bit of canonical correlation. Today we ll mostly review univariate multivariate regression. With multivariate

More information

SLO to ILO Alignment Reports

SLO to ILO Alignment Reports SLO to ILO Alignment Reports CAN - 00 - Institutional Learning Outcomes (ILOs) CAN ILO #1 - Critical Thinking - Select, evaluate, and use information to investigate a point of view, support a conclusion,

More information

Part I. Linear Discriminant Analysis. Discriminant analysis. Discriminant analysis

Part I. Linear Discriminant Analysis. Discriminant analysis. Discriminant analysis Week 5 Based in part on slides from textbook, slides of Susan Holmes Part I Linear Discriminant Analysis October 29, 2012 1 / 1 2 / 1 Nearest centroid rule Suppose we break down our data matrix as by the

More information

Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards

Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards A1.1: Core Content: Solving Problems A1.1.A: Select and justify functions and equations to model and solve problems.

More information

Vectors To begin, let us describe an element of the state space as a point with numerical coordinates, that is x 1. x 2. x =

Vectors To begin, let us describe an element of the state space as a point with numerical coordinates, that is x 1. x 2. x = Linear Algebra Review Vectors To begin, let us describe an element of the state space as a point with numerical coordinates, that is x 1 x x = 2. x n Vectors of up to three dimensions are easy to diagram.

More information

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p.

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. Preface p. xi Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. 6 The Scientific Method and the Design of

More information

Visualizing Tests for Equality of Covariance Matrices Supplemental Appendix

Visualizing Tests for Equality of Covariance Matrices Supplemental Appendix Visualizing Tests for Equality of Covariance Matrices Supplemental Appendix Michael Friendly and Matthew Sigal September 18, 2017 Contents Introduction 1 1 Visualizing mean differences: The HE plot framework

More information

MAC Module 1 Systems of Linear Equations and Matrices I

MAC Module 1 Systems of Linear Equations and Matrices I MAC 2103 Module 1 Systems of Linear Equations and Matrices I 1 Learning Objectives Upon completing this module, you should be able to: 1. Represent a system of linear equations as an augmented matrix.

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Matrices and vectors A matrix is a rectangular array of numbers. Here s an example: A =

Matrices and vectors A matrix is a rectangular array of numbers. Here s an example: A = Matrices and vectors A matrix is a rectangular array of numbers Here s an example: 23 14 17 A = 225 0 2 This matrix has dimensions 2 3 The number of rows is first, then the number of columns We can write

More information

A primer on matrices

A primer on matrices A primer on matrices Stephen Boyd August 4, 2007 These notes describe the notation of matrices, the mechanics of matrix manipulation, and how to use matrices to formulate and solve sets of simultaneous

More information

Machine Learning 2nd Edition

Machine Learning 2nd Edition INTRODUCTION TO Lecture Slides for Machine Learning 2nd Edition ETHEM ALPAYDIN, modified by Leonardo Bobadilla and some parts from http://www.cs.tau.ac.il/~apartzin/machinelearning/ The MIT Press, 2010

More information

Textbook: Methods of Multivariate Analysis 2nd edition, by Alvin C. Rencher

Textbook: Methods of Multivariate Analysis 2nd edition, by Alvin C. Rencher Lecturer: James Degnan Office: SMLC 342 Office hours: MW 1:00-3:00 or by appointment E-mail: jamdeg@unm.edu Please include STAT476 or STAT576 in the subject line of the email to make sure I don t overlook

More information

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System Outline I Data Preparation Introduction to SpaceStat and ESTDA II Introduction to ESTDA and SpaceStat III Introduction to time-dynamic regression ESTDA ESTDA & SpaceStat Learning Objectives Activities

More information

Part 6: Multivariate Normal and Linear Models

Part 6: Multivariate Normal and Linear Models Part 6: Multivariate Normal and Linear Models 1 Multiple measurements Up until now all of our statistical models have been univariate models models for a single measurement on each member of a sample of

More information

Applied Multivariate and Longitudinal Data Analysis

Applied Multivariate and Longitudinal Data Analysis Applied Multivariate and Longitudinal Data Analysis Chapter 2: Inference about the mean vector(s) Ana-Maria Staicu SAS Hall 5220; 919-515-0644; astaicu@ncsu.edu 1 In this chapter we will discuss inference

More information

Principle Components Analysis (PCA) Relationship Between a Linear Combination of Variables and Axes Rotation for PCA

Principle Components Analysis (PCA) Relationship Between a Linear Combination of Variables and Axes Rotation for PCA Principle Components Analysis (PCA) Relationship Between a Linear Combination of Variables and Axes Rotation for PCA Principle Components Analysis: Uses one group of variables (we will call this X) In

More information

A is one of the categories into which qualitative data can be classified.

A is one of the categories into which qualitative data can be classified. Chapter 2 Methods for Describing Sets of Data 2.1 Describing qualitative data Recall qualitative data: non-numerical or categorical data Basic definitions: A is one of the categories into which qualitative

More information

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix Algebra & Trig. I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

More information

Linear Algebra Review

Linear Algebra Review Linear Algebra Review Yang Feng http://www.stat.columbia.edu/~yangfeng Yang Feng (Columbia University) Linear Algebra Review 1 / 45 Definition of Matrix Rectangular array of elements arranged in rows and

More information

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations.

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations. Focus Statement: Students will solve multi-step linear, quadratic, and compound equations and inequalities using the algebraic properties of the real number system. They will also graph linear and quadratic

More information

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Topic 9: Canonical Correlation

Topic 9: Canonical Correlation Topic 9: Canonical Correlation Ying Li Stockholm University October 22, 2012 1/19 Basic Concepts Objectives In canonical correlation analysis, we examine the linear relationship between a set of X variables

More information

Generalized logit models for nominal multinomial responses. Local odds ratios

Generalized logit models for nominal multinomial responses. Local odds ratios Generalized logit models for nominal multinomial responses Categorical Data Analysis, Summer 2015 1/17 Local odds ratios Y 1 2 3 4 1 π 11 π 12 π 13 π 14 π 1+ X 2 π 21 π 22 π 23 π 24 π 2+ 3 π 31 π 32 π

More information

The Matrix Algebra of Sample Statistics

The Matrix Algebra of Sample Statistics The Matrix Algebra of Sample Statistics James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) The Matrix Algebra of Sample Statistics

More information

Linear Dimensionality Reduction

Linear Dimensionality Reduction Outline Hong Chang Institute of Computing Technology, Chinese Academy of Sciences Machine Learning Methods (Fall 2012) Outline Outline I 1 Introduction 2 Principal Component Analysis 3 Factor Analysis

More information

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 6: Bivariate Correspondence Analysis - part II

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 6: Bivariate Correspondence Analysis - part II MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 6: Bivariate Correspondence Analysis - part II the Contents the the the Independence The independence between variables x and y can be tested using.

More information

Statistics Toolbox 6. Apply statistical algorithms and probability models

Statistics Toolbox 6. Apply statistical algorithms and probability models Statistics Toolbox 6 Apply statistical algorithms and probability models Statistics Toolbox provides engineers, scientists, researchers, financial analysts, and statisticians with a comprehensive set of

More information

Generative classifiers: The Gaussian classifier. Ata Kaban School of Computer Science University of Birmingham

Generative classifiers: The Gaussian classifier. Ata Kaban School of Computer Science University of Birmingham Generative classifiers: The Gaussian classifier Ata Kaban School of Computer Science University of Birmingham Outline We have already seen how Bayes rule can be turned into a classifier In all our examples

More information

Research Methodology Statistics Comprehensive Exam Study Guide

Research Methodology Statistics Comprehensive Exam Study Guide Research Methodology Statistics Comprehensive Exam Study Guide References Glass, G. V., & Hopkins, K. D. (1996). Statistical methods in education and psychology (3rd ed.). Boston: Allyn and Bacon. Gravetter,

More information

Revised: 2/19/09 Unit 1 Pre-Algebra Concepts and Operations Review

Revised: 2/19/09 Unit 1 Pre-Algebra Concepts and Operations Review 2/19/09 Unit 1 Pre-Algebra Concepts and Operations Review 1. How do algebraic concepts represent real-life situations? 2. Why are algebraic expressions and equations useful? 2. Operations on rational numbers

More information

MTH 306 Spring Term 2007

MTH 306 Spring Term 2007 MTH 306 Spring Term 2007 Lesson 3 John Lee Oregon State University (Oregon State University) 1 / 27 Lesson 3 Goals: Be able to solve 2 2 and 3 3 linear systems by systematic elimination of unknowns without

More information

Chapter 17: Undirected Graphical Models

Chapter 17: Undirected Graphical Models Chapter 17: Undirected Graphical Models The Elements of Statistical Learning Biaobin Jiang Department of Biological Sciences Purdue University bjiang@purdue.edu October 30, 2014 Biaobin Jiang (Purdue)

More information

MULTIVARIATE ANALYSIS OF VARIANCE

MULTIVARIATE ANALYSIS OF VARIANCE MULTIVARIATE ANALYSIS OF VARIANCE RAJENDER PARSAD AND L.M. BHAR Indian Agricultural Statistics Research Institute Library Avenue, New Delhi - 0 0 lmb@iasri.res.in. Introduction In many agricultural experiments,

More information

Models for Clustered Data

Models for Clustered Data Models for Clustered Data Edps/Psych/Stat 587 Carolyn J Anderson Department of Educational Psychology c Board of Trustees, University of Illinois Fall 2017 Outline Notation NELS88 data Fixed Effects ANOVA

More information

6-1. Canonical Correlation Analysis

6-1. Canonical Correlation Analysis 6-1. Canonical Correlation Analysis Canonical Correlatin analysis focuses on the correlation between a linear combination of the variable in one set and a linear combination of the variables in another

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Comparisons of Several Multivariate Populations Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS

More information

Math 6 Extended Prince William County Schools Pacing Guide (Crosswalk)

Math 6 Extended Prince William County Schools Pacing Guide (Crosswalk) Math 6 Extended Prince William County Schools Pacing Guide 2017-2018 (Crosswalk) Teacher focus groups have assigned a given number of days to each unit based on their experiences and knowledge of the curriculum.

More information

Basic Concepts in Linear Algebra

Basic Concepts in Linear Algebra Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University February 2, 2015 Grady B Wright Linear Algebra Basics February 2, 2015 1 / 39 Numerical Linear Algebra Linear

More information

Linear Regression. In this lecture we will study a particular type of regression model: the linear regression model

Linear Regression. In this lecture we will study a particular type of regression model: the linear regression model 1 Linear Regression 2 Linear Regression In this lecture we will study a particular type of regression model: the linear regression model We will first consider the case of the model with one predictor

More information

FRANKLIN UNIVERSITY PROFICIENCY EXAM (FUPE) STUDY GUIDE

FRANKLIN UNIVERSITY PROFICIENCY EXAM (FUPE) STUDY GUIDE FRANKLIN UNIVERSITY PROFICIENCY EXAM (FUPE) STUDY GUIDE Course Title: Probability and Statistics (MATH 80) Recommended Textbook(s): Number & Type of Questions: Probability and Statistics for Engineers

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames Statistical Methods in HYDROLOGY CHARLES T. HAAN The Iowa State University Press / Ames Univariate BASIC Table of Contents PREFACE xiii ACKNOWLEDGEMENTS xv 1 INTRODUCTION 1 2 PROBABILITY AND PROBABILITY

More information

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Chris Funk Lecture 4 Spatial Point Patterns Definition Set of point locations with recorded events" within study

More information

Table of Contents. Multivariate methods. Introduction II. Introduction I

Table of Contents. Multivariate methods. Introduction II. Introduction I Table of Contents Introduction Antti Penttilä Department of Physics University of Helsinki Exactum summer school, 04 Construction of multinormal distribution Test of multinormality with 3 Interpretation

More information

Algebra I. Mathematics Curriculum Framework. Revised 2004 Amended 2006

Algebra I. Mathematics Curriculum Framework. Revised 2004 Amended 2006 Algebra I Mathematics Curriculum Framework Revised 2004 Amended 2006 Course Title: Algebra I Course/Unit Credit: 1 Course Number: Teacher Licensure: Secondary Mathematics Grades: 9-12 Algebra I These are

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

CURRICULUM MAP. Course/Subject: Honors Math I Grade: 10 Teacher: Davis. Month: September (19 instructional days)

CURRICULUM MAP. Course/Subject: Honors Math I Grade: 10 Teacher: Davis. Month: September (19 instructional days) Month: September (19 instructional days) Numbers, Number Systems and Number Relationships Standard 2.1.11.A: Use operations (e.g., opposite, reciprocal, absolute value, raising to a power, finding roots,

More information

Profile Analysis Multivariate Regression

Profile Analysis Multivariate Regression Lecture 8 October 12, 2005 Analysis Lecture #8-10/12/2005 Slide 1 of 68 Today s Lecture Profile analysis Today s Lecture Schedule : regression review multiple regression is due Thursday, October 27th,

More information

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19 additive tree structure, 10-28 ADDTREE, 10-51, 10-53 EXTREE, 10-31 four point condition, 10-29 ADDTREE, 10-28, 10-51, 10-53 adjusted R 2, 8-7 ALSCAL, 10-49 ANCOVA, 9-1 assumptions, 9-5 example, 9-7 MANOVA

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

1. Density and properties Brief outline 2. Sampling from multivariate normal and MLE 3. Sampling distribution and large sample behavior of X and S 4.

1. Density and properties Brief outline 2. Sampling from multivariate normal and MLE 3. Sampling distribution and large sample behavior of X and S 4. Multivariate normal distribution Reading: AMSA: pages 149-200 Multivariate Analysis, Spring 2016 Institute of Statistics, National Chiao Tung University March 1, 2016 1. Density and properties Brief outline

More information

Pacing (based on a 45- minute class period) Days: 17 days

Pacing (based on a 45- minute class period) Days: 17 days Days: 17 days Math Algebra 1 SpringBoard Unit 1: Equations and Inequalities Essential Question: How can you represent patterns from everyday life by using tables, expressions, and graphs? How can you write

More information

401 Review. 6. Power analysis for one/two-sample hypothesis tests and for correlation analysis.

401 Review. 6. Power analysis for one/two-sample hypothesis tests and for correlation analysis. 401 Review Major topics of the course 1. Univariate analysis 2. Bivariate analysis 3. Simple linear regression 4. Linear algebra 5. Multiple regression analysis Major analysis methods 1. Graphical analysis

More information

CHAPTER 10. Regression and Correlation

CHAPTER 10. Regression and Correlation CHAPTER 10 Regression and Correlation In this Chapter we assess the strength of the linear relationship between two continuous variables. If a significant linear relationship is found, the next step would

More information

PATTERN CLASSIFICATION

PATTERN CLASSIFICATION PATTERN CLASSIFICATION Second Edition Richard O. Duda Peter E. Hart David G. Stork A Wiley-lnterscience Publication JOHN WILEY & SONS, INC. New York Chichester Weinheim Brisbane Singapore Toronto CONTENTS

More information

Latent Variable Methods Course

Latent Variable Methods Course Latent Variable Methods Course Learning from data Instructor: Kevin Dunn kevin.dunn@connectmv.com http://connectmv.com Kevin Dunn, ConnectMV, Inc. 2011 Revision: 269:35e2 compiled on 15-12-2011 ConnectMV,

More information

STATISTICS 407 METHODS OF MULTIVARIATE ANALYSIS TOPICS

STATISTICS 407 METHODS OF MULTIVARIATE ANALYSIS TOPICS STATISTICS 407 METHODS OF MULTIVARIATE ANALYSIS TOPICS Principal Component Analysis (PCA): Reduce the, summarize the sources of variation in the data, transform the data into a new data set where the variables

More information

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix Pre-Calculus I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

More information