 Psychology 321: Cognitve Psychophysiology Lab.  

Slides:



Advertisements
Similar presentations
Slopes and Areas Frequently we will want to know the slope of a curve at some point. Or an area under a curve. We calculate slope as the change in height.
Advertisements

Chapter 13 – Boot Strap Method. Boot Strapping It is a computer simulation to generate random numbers from a sample. In Excel, it can simulate 5000 different.
October 1999 Statistical Methods for Computer Science Marie desJardins CMSC 601 April 9, 2012 Material adapted.
Sampling Distributions
Review of the Basic Logic of NHST Significance tests are used to accept or reject the null hypothesis. This is done by studying the sampling distribution.
Chapter 2 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Dividing Polynomials: Remainder and Factor Theorems.
Copyright © 2010 Pearson Education, Inc. Chapter 18 Sampling Distribution Models.
1 An intro to programming concepts with Scratch Session 3 of 10 sessions Repetition and variations.
Programming Concept #2 Iteration. Is just a fancy way of saying that you would like something to repeat more than one time. It is used in any modern programming.
Reliability of Disk Systems. Reliability So far, we looked at ways to improve the performance of disk systems. Next, we will look at ways to improve the.
The standard error of the sample mean and confidence intervals
The standard error of the sample mean and confidence intervals
Evaluation.
The standard error of the sample mean and confidence intervals How far is the average sample mean from the population mean? In what interval around mu.
Bagging LING 572 Fei Xia 1/24/06. Ensemble methods So far, we have covered several learning methods: FSA, HMM, DT, DL, TBL. Question: how to improve results?
The standard error of the sample mean and confidence intervals How far is the average sample mean from the population mean? In what interval around mu.
MEASURES OF CENTRAL TENDENCY & DISPERSION Research Methods.
What Is the Probability? The chance that something will happen is called probability. For example, if you toss a penny, what is the probability that it.
Simple Random Sampling
M. Sulaiman Khan Dept. of Computer Science University of Liverpool 2009 COMP527: Data Mining Classification: Evaluation February 23,
EVALUATION David Kauchak CS 451 – Fall Admin Assignment 3 - change constructor to take zero parameters - instead, in the train method, call getFeatureIndices()
D MANCHE Finding the area under curves:  There are many mathematical applications which require finding the area under a curve.  The area “under”
Introduction ANOVA Mike Tucker School of Psychology B209 Portland Square University of Plymouth Drake Circus Plymouth, PL4 8AA Tel: +44 (0)
1 Theoretical Physics Experimental Physics Equipment, Observation Gambling: Cards, Dice Fast PCs Random- number generators Monte- Carlo methods Experimental.
Fall Week 3 CSCI-141 Scott C. Johnson.  Say we want to draw the following figure ◦ How would we go about doing this?
Lecture 9. If X is a discrete random variable, the mean (or expected value) of X is denoted μ X and defined as μ X = x 1 p 1 + x 2 p 2 + x 3 p 3 + ∙∙∙
Statistics and Quantitative Analysis U4320 Segment 12: Extension of Multiple Regression Analysis Prof. Sharyn O’Halloran.
Art 321 Lecture 7 Dr. J. Parker. Programming In order to ‘make things happen’ on a computer, you really have to program it. Programming is not hard and.
Divisibility Rules Presented By: Mr. Yarow.
Ways to Check for Divisibility Dividing By 1 All numbers are divisible by 1.
1.3 Simulations and Experimental Probability (Textbook Section 4.1)
Sampling Distribution Models Chapter 18. Toss a penny 20 times and record the number of heads. Calculate the proportion of heads & mark it on the dot.
Loops & Graphics IP 10 Mr. Mellesmoen Recall Earlier we wrote a program listing numbers from 1 – 24 i=1 start: TextWindow.WriteLine(i) i=i+1 If.
Two-Sample Hypothesis Testing. Suppose you want to know if two populations have the same mean or, equivalently, if the difference between the population.
+ “Statisticians use a confidence interval to describe the amount of uncertainty associated with a sample estimate of a population parameter.”confidence.
Physics 114: Lecture 14 Mean of Means Dale E. Gary NJIT Physics Department.
Dividing Decimals # ÷ 3.5 next Taking the Fear out of Math
Ways to Check for Divisibility Dividing By 1 All numbers are divisible by 1.
Computing Sample Counts, Percentages and Proportions.
Inference: Probabilities and Distributions Feb , 2012.
Section 7.4 Use of Counting Techniques in Probability.
Algebra Problems… Solutions Algebra Problems… Solutions © 2007 Herbert I. Gross Set 17 part 2 By Herbert I. Gross and Richard A. Medeiros next.
Random Forests Ujjwol Subedi. Introduction What is Random Tree? ◦ Is a tree constructed randomly from a set of possible trees having K random features.
Stat 31, Section 1, Last Time Big Rules of Probability –The not rule –The or rule –The and rule P{A & B} = P{A|B}P{B} = P{B|A}P{A} Bayes Rule (turn around.
Divisibility Tests How can you tell quickly whether a number can be divided exactly by another?
Decimals Day 2 Multiply and Divide Decimals. DO NOT line up decimals Multiply with first number, then continue with next number Place decimal point in.
Ways to Check for Divisibility Dividing by 2 All even numbers are divisible by 2 Even numbers are numbers that end with either 2, 4, 6, 8, or 0.
Using the Eclipse Debugger Extra Help Session (Christina Aiello)
Arrays and Loops. Learning Objectives By the end of this lecture, you should be able to: – Understand what a loop is – Appreciate the need for loops and.
Tell me your fortune! We are going to be making origami fortune tellers and play an icebreaker game with them.
C HAPTER 6: P ROBABILITY Section 6.1 – The Idea of Probability.
The accuracy of averages We learned how to make inference from the sample to the population: Counting the percentages. Here we begin to learn how to make.
The expected value The value of a variable one would “expect” to get. It is also called the (mathematical) expectation, or the mean.
PROBABILITY DISTRIBUTIONS. Probability Distribution  Suppose we toss a fair coin 3 times. What is the sample space?  What is the probability for each.
Introduction Sample surveys involve chance error. Here we will study how to find the likely size of the chance error in a percentage, for simple random.
The Law of Averages. What does the law of average say? We know that, from the definition of probability, in the long run the frequency of some event will.
Sampling Distributions Chapter 18. Sampling Distributions A parameter is a number that describes the population. In statistical practice, the value of.
Reliability of Disk Systems. Reliability So far, we looked at ways to improve the performance of disk systems. Next, we will look at ways to improve the.
Introduction In mathematics, the word “remainder” is often used in relation to the process of long division. You are probably familiar with dividing whole.
What is architecture, and what do architects do?
Determining the theoretical probability of an event
A Simple Artificial Neuron
Graph Paper Programming
Sampling methods AP Statistics Chapter 12.
Division of Polynomials and the Remainder and Factor Theorems
How to complete a Critical Reading successfully!
Unit 6 Review Probability Bingo.
Suppose I want to add all the even integers from 1 to 100 (inclusive)
Loops and Arrays in JavaScript
5 points piece Homework Check
Presentation transcript:

 Psychology 321: Cognitve Psychophysiology Lab.  

A simple neural code

Event-related potentials

Spontaneous EEG…

Set-Up for ERPs

The P300 ERP to meaningful vs. non-meaningful items—how to measure?

P300 peaks and windows

How do you tell if Blue > Green ?

Usually a t-test will work if these averages represent groups of persons… But in diagnostic psychophysiology, we want to compare 2 individual averages,,,by the way, here’s how we make them:

For example….  C:\Users\rosenfeld\Desktop\erpav.gif

Recall: How do you tell if Blue > Green ? T-test too noisy for individuals, must use bootstrap…

Suppose you have a big bowl of say 30 hollow balls, each with a number varying say 1 to 30.….  …and inside each is a piece of paper with a number written on it, a number varying from say -50 to +50:  -50,-49, -47…….+46, +48, +49.  Let’s average all these and say we get 1.4. That’s the real or actual sample mean of all 30 balls, each and every one.

Now we begin the bootstrap process of sampling with replacement:  We stir up the balls, and draw one. We note the number inside and add it to a growing sum that now has one value.  WE REPLACE THE BALL, AND STIR THEM UP AGAIN, AND RANDOMLY DRAW ONE. We note the number inside and add it to a growing sum that now has one sum of 2 numbers.  We repeat this until we have drawn 30 balls with replacement. We divide the sum of 30 by 30 to get the average. How likely is it that it will be 1.4, the real sample mean?

Let us suppose we repeat these 30 set re-samplings (iterations) 100 times, so that we can now compute an average of these 100 averages….  Are we gonna get closer to 1.4?  For sure; according to Efron (1979), as the iterations go to infinity, their average approaches the sample mean,

In ERP Bootstrapping…..  …..the original set of single sweeps is repeatedly randomly sampled –but with replacement— …yielding multiple average ERPs in a single subject.  Let’s say there are 6 repetitions of sampling of 18 single sweeps:

Each set of 18 single sweeps is averaged yielding 6 averages…

You do this with the blue and green (from above) erps, except you look at blue – green P300 values (Mx or Dx), and you insist that 90% or more differences must be>0 to say,”yes’” blue is > green.