Time- varying signals: cross- and auto- correla5on, correlograms. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016

Size: px
Start display at page:

Download "Time- varying signals: cross- and auto- correla5on, correlograms. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016"

Transcription

1 Time- varying signals: cross- and auto- correla5on, correlograms NEU 466M Instructor: Professor Ila R. Fiete Spring 2016

2 Sta5s5cal measures We first considered simple sta5s5cal measures for single variables (mean, variance). We next considered measures for the rela5onship between two (sta5onary) random variables (covariance, Pearson s correla5on coefficient; regression). Extension to K variables: pairwise rela5onships (covariance matrix). Now, extension to 5me- series: rela5onships between different 5me- varying signals.

3 Time- series data { g t 1,g t,g t+1 } { h t 1,h t,h t+1 } g: a temporally varying signal sampled at discrete intervals h: another 5me- varying signal, sampled at the same 5mes How many variables? In g alone?

4 Time- series data { g t 1,g t,g t+1 } g: a temporally varying signal sampled at discrete intervals Time- series not sta5onary. Could think of response at each 5me point as separate (though typically not independent) variable. If length(g) = T, then T variables in g. Same 5me- point in repe55ons of the series from same ini5al condi5on: mul5ple samples of that variable.

5 Finding structure between 5me- series { g t 1,g t,g t+1 } { h t 1,h t,h t+1 } g: a temporally varying signal sampled at discrete intervals h: another 5me- varying signal, sampled at the same 5mes How about trying previously seen sta5s5cal measures? compute cov(g, h)

6 1 0.8 Example of two 5me- series dt = t =[0 : dt : 1 dt]; g = sin(20 pi t); h = cos(20 pi t); figure; hold on; plot(g); plot(h, 0 r 0 ); ylabel( 0 response 0 ) xlabel( 0 time 0 ) response time C(g, h) =0, hghi 0 Correct but unsa5sfying: g, h similarly 5me- varying func5ons: the same func5on with a π/2 shi[.

7 Defini5on: cross- correla5on func5on C g,h (n) = 1X m= 1 g (m)h(m + n) n =0: [ g 3 g 2 g 1 g0 g1 g2 g3 ] [ h 3 h 2 h 1 h 0 h 1 h 2 h 3 ] take time-by-time product, add all terms

8 Defini5on: cross- correla5on func5on 1X C g,h (n) = g (m)h(m + n) m= 1 n =1: [ g 3 g 2 g 1 g 0 g 1 g 2 g 3 ] [ h 2 h 1 h 0 h 1 h 2 h 3 h 4 ] h tape shifted leftwards by 1

9 Measure of relatedness at different 5me shi[s C g,h (n) = 1X m= 1 g (m)h(m + n) The cross- correla5on func5on is a measure of covariance between g, h at different rela5ve 5me- shi[s (for zero- mean or mean- subtracted signals). How is g at any 5me (linearly) related to h n 5me- steps away?

10 Cross- correla5on func5on for finite- length signals {g 1,,g N } {h 1,,h N } g, h: 5me- series of length N C g,h (n) = NX n m=1 g (m)h(m + n) average over (N- n ) terms Total length of cross- correla5on: 2N- 1 Zero- shi[ed entry: N

11 Proper5es of the cross- correla5on C gh (n) 6= C hg (n): does not commute (contrast with covariance). In fact, C gh (n) =C hg ( n) : shi[ing h to right rela5ve to g: equivalent to shi[ing g to le5 rela5ve to h. (Same plot, flipped 5me axis.) Ordering mabers: tells which signal leads the other.

12 (Previous) example response time 5me index

13 Cross- correla5on of example series 500 figure; plot(xcorr(h, g), 0 k 0 ) xlabel( 0 time index (n) 0 ) ylabel( 0 C gh (n) 0 ) C gh (n) time index (n) 5me index Signals of length N = Cross- correla5on of length 2N- 1.

14 500 Cross- correla5on of example series Matlab: signals of length N have 0- shi[ at N in xcorr figure; plot(xcorr(h, g), 0 k 0 ) xlabel( 0 time index (n) 0 ) ylabel( 0 C gh (n) 0 ) C gh (n) time index (n) In C gh (n): peak at le[. Interpreta5on: h leads g, or h must be shi[ed right (nega5ve n) to line up with g. In present example, cosine (h) leads sine (g) in phase. Mul5ple peaks: periodic re- alignment of cos with sin at mul5ples of period Cau5on! C gh (t) is xcorr(h,g) in Matlab: note reversed order of g, h!

15 Cross- correla5on of example series 500 figure; plot(xcorr(h, g), 0 k 0 ) xlabel( 0 time index (n) 0 ) ylabel( 0 C gh (n) 0 ) C gh (n) time index (n) 5me index Decay in amplitude due to finite length of g, h: shi[ n is a sum over N- n terms, so amplitude will go to 0 as shi[ goes to N.

16 Autocorrela5on func5on Special case of cross- correla5on: signal correla5on with itself at all 5me shi[s. Commonly used to detect temporal paberns (periodic or otherwise) within noisy 5me- series data. Symmetric; central peak always at 0 5me- lag.

17 Autocorrela5on example C gg (n) time index (n) 5me index

18 Overview BACK TO A MODELING PERSPECTIVE

19 Time- series data {g 1,,g N } g: a temporally varying signal sampled at discrete intervals If g is 5me- series of length N, then N variables within g. But then should construct NxN covariance matrix with (α,β) entry given by cov(g α g β ), and N(N+1)/2 dis5nct entries. Autocorrela5on: only (2N- 1)/2 dis5nct entries (1/2 because of symmetry about 0-5me lag).

20 Autocorrela5on and 5me- series data What are we throwing out when studying only the autocorrelaion of a Ime- series g (N disinct entries), compared to the NxN covariance matrix of its components (N(N+1)/2 disinct entries)?

21 Autocorrela5on and 5me- series data One entry in cross- correla5on measures rela5onship between terms in g at a fixed 5me- lag, summed over all =mes. Assump5on of =me transla=on- invariance: rela5onship between terms in g at lag n is similar, regardless of star5ng 5me. (E.g. whenever a cell spikes, it will tend not to spike for 2 ms: refractory period. Pabern independent of actual spike 5me.) Same assump5on in cross- correla5on.

22 Summary Time- series inherently more complex than random draws from a sta5onary system. Look for: transla5on- invariant temporal paberns within and across 5me- series. Auto- and cross- correla5on func5ons. Each term an average across the en5re 5me- series: reduced noise.

23 Applica5on SPIKE TRAINS: CROSS- CORRELATION AND SIMPLE STATISTICS

24 Mo5on detec5on in the blowfly Image by Muhammad Mahdi Karim, published under GNU Free Documenta5on License, Version 1.2

25 H1 neuron: horizontal mo5on sensing Single H1 neuron in lobula plate of each hemisphere Lobula plate: highest visual area, before motor output.

26 H1 response during horizontal visual mo5on Data: Rob de Ruyter van Steveninck 500 Hz, spikes and whole- field horizontal mo5on s5mulus stim, H1 spks sample number (500 Hz)

27 Spike autocorrela5on x C(rho, rho) sample number x 10 5

28 Spike autocorrela5on x 10 4 Large narrow peak at zero. Why? What does its height mean? C(rho, rho) sample number x 10 5

29 Spike autocorrela5on x C(rho, rho) sample number x 10 5 Sharp narrow dip. What does this mean? Where could it come from?

30 Spike autocorrela5on x 10 4 C(rho, rho) Posi5ve slowly decaying transient. What does this mean? Where could it come from? sample number x 10 5

31 S5mulus autocorrela5on x C(stim, stim) sample number x 10 5

32 S5mulus autocorrela5on Medium- width peak at zero. What does its height mean? x C(stim, stim) sample number x 10 5

33 S5mulus, spike autocorrela5ons C(rho, rho), C(stim, stim) Can s5mulus correla5ons explain spike correla5ons? sample number x 10 5

34 S5mulus, spike cross- correla5on 16 x When s5mulus goes up (more posi5ve velocity), response increases: posi5ve peak. 10 C(stim, rho) Response lags s5mulus (peak to right of zero- shi[) sample number (500 Hz) x 10 5

35 S5mulus, spike cross- correla5on 16 x C(stim, rho) sample number (500 Hz) x 10 5 What does s5mulus, response cross- correla5on really mean, from modeling perspec5ve?

36 Back to original goal: Modeling WHAT DOES IT MEAN TO BUILD A MODEL OF OBSERVATIONS IN THIS EXPERIMENT?

37 Modeling Rela5vely simple/compact descrip5on of data, good predic5on performance. Extrac5ng features of data as a way to model it. To determine predictability, important to cross- validate models/fits.

38 Modeling spike train data Model: Simple, predic5ve descrip5on. But of what? Given s5mulus, predict spikes? Given spikes, predict s5mulus?

39 Modeling spike train data Model: Simple, predic5ve descrip5on. But of what? Given s5mulus, predict spikes? Encoding model Given spikes, predict s5mulus? Decoding model Yes, both!

40 Summary Autocorrela5ons of s5mulus, response tell us about structure within s5mulus, response. Comparison of the autocorrela5ons helps understand differences in the structure and mo5vates us to search for causes for these differences. Cross- correla5on tells us about some rela5onships between s5mulus and response: 5me- lags, sign of rela5onship, etc. Beber understanding of what s5mulus, response cross- correla5on is telling us?

STA and the encoding and decoding problems. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016

STA and the encoding and decoding problems. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016 STA and the encoding and decoding problems NEU 466M Instructor: Professor Ila R. Fiete Spring 2016 Last Gme: sgmulus, spike cross- correlagon 16 x 105 14 12 10 single H1 neuron in lobula plate per hemisphere

More information

Sample sta*s*cs and linear regression. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016

Sample sta*s*cs and linear regression. NEU 466M Instructor: Professor Ila R. Fiete Spring 2016 Sample sta*s*cs and linear regression NEU 466M Instructor: Professor Ila R. Fiete Spring 2016 Mean {x 1,,x N } N samples of variable x hxi 1 N NX i=1 x i sample mean mean(x) other notation: x Binned version

More information

General linear model: basic

General linear model: basic General linear model: basic Introducing General Linear Model (GLM): Start with an example Proper>es of the BOLD signal Linear Time Invariant (LTI) system The hemodynamic response func>on (Briefly) Evalua>ng

More information

1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data

1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data Lecture 3: Bivariate Data & Linear Regression 1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data a) Freehand Linear Fit b) Least Squares Fit c) Interpola9on/Extrapola9on 4. Correla9on 1. Introduc9on

More information

Least Square Es?ma?on, Filtering, and Predic?on: ECE 5/639 Sta?s?cal Signal Processing II: Linear Es?ma?on

Least Square Es?ma?on, Filtering, and Predic?on: ECE 5/639 Sta?s?cal Signal Processing II: Linear Es?ma?on Least Square Es?ma?on, Filtering, and Predic?on: Sta?s?cal Signal Processing II: Linear Es?ma?on Eric Wan, Ph.D. Fall 2015 1 Mo?va?ons If the second-order sta?s?cs are known, the op?mum es?mator is given

More information

Methods for Cross-Analyzing Radio and ray Time Series Data Fermi Marries Jansky

Methods for Cross-Analyzing Radio and ray Time Series Data Fermi Marries Jansky Methods for Cross-Analyzing Radio and ray Time Series Data Fermi Marries Jansky Jeff Scargle NASA Ames Research Center Fermi Gamma Ray Space Telescope Special Thanks to Jim Chiang, Jay Norris, Brad Jackson,

More information

The homogeneous Poisson process

The homogeneous Poisson process The homogeneous Poisson process during very short time interval Δt there is a fixed probability of an event (spike) occurring independent of what happened previously if r is the rate of the Poisson process,

More information

Bias/variance tradeoff, Model assessment and selec+on

Bias/variance tradeoff, Model assessment and selec+on Applied induc+ve learning Bias/variance tradeoff, Model assessment and selec+on Pierre Geurts Department of Electrical Engineering and Computer Science University of Liège October 29, 2012 1 Supervised

More information

ECE Unit 4. Realizable system used to approximate the ideal system is shown below: Figure 4.47 (b) Digital Processing of Analog Signals

ECE Unit 4. Realizable system used to approximate the ideal system is shown below: Figure 4.47 (b) Digital Processing of Analog Signals ECE 8440 - Unit 4 Digital Processing of Analog Signals- - Non- Ideal Case (See sec8on 4.8) Before considering the non- ideal case, recall the ideal case: 1 Assump8ons involved in ideal case: - no aliasing

More information

Neuron Func?on. Principles of Electricity. Defini?ons 2/6/15

Neuron Func?on. Principles of Electricity. Defini?ons 2/6/15 Neuron Func?on 11 Fundamentals of the Nervous System and Nervous Tissue: Part B Neurons are highly Respond to adequate s?mulus by genera?ng an ac?on poten?al (nerve impulse) Impulse is always the regardless

More information

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16 Logis@cs CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Sign

More information

The Mysteries of Quantum Mechanics

The Mysteries of Quantum Mechanics The Mysteries of Quantum Mechanics Class 5: Quantum Behavior and Interpreta=ons Steve Bryson www.stevepur.com/quantum Ques=ons? The Quantum Wave Quantum Mechanics says: A par=cle s behavior is described

More information

Consider the following spike trains from two different neurons N1 and N2:

Consider the following spike trains from two different neurons N1 and N2: About synchrony and oscillations So far, our discussions have assumed that we are either observing a single neuron at a, or that neurons fire independent of each other. This assumption may be correct in

More information

Priors in Dependency network learning

Priors in Dependency network learning Priors in Dependency network learning Sushmita Roy sroy@biostat.wisc.edu Computa:onal Network Biology Biosta2s2cs & Medical Informa2cs 826 Computer Sciences 838 hbps://compnetbiocourse.discovery.wisc.edu

More information

Linear Regression and Correla/on. Correla/on and Regression Analysis. Three Ques/ons 9/14/14. Chapter 13. Dr. Richard Jerz

Linear Regression and Correla/on. Correla/on and Regression Analysis. Three Ques/ons 9/14/14. Chapter 13. Dr. Richard Jerz Linear Regression and Correla/on Chapter 13 Dr. Richard Jerz 1 Correla/on and Regression Analysis Correla/on Analysis is the study of the rela/onship between variables. It is also defined as group of techniques

More information

Linear Regression and Correla/on

Linear Regression and Correla/on Linear Regression and Correla/on Chapter 13 Dr. Richard Jerz 1 Correla/on and Regression Analysis Correla/on Analysis is the study of the rela/onship between variables. It is also defined as group of techniques

More information

encoding and estimation bottleneck and limits to visual fidelity

encoding and estimation bottleneck and limits to visual fidelity Retina Light Optic Nerve photoreceptors encoding and estimation bottleneck and limits to visual fidelity interneurons ganglion cells light The Neural Coding Problem s(t) {t i } Central goals for today:

More information

STAD68: Machine Learning

STAD68: Machine Learning STAD68: Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! h0p://www.cs.toronto.edu/~rsalakhu/ Lecture 1 Evalua;on 3 Assignments worth 40%. Midterm worth 20%. Final

More information

3.3 Increasing & Decreasing Functions and The First Derivative Test

3.3 Increasing & Decreasing Functions and The First Derivative Test 3.3 Increasing & Decreasing Functions and The First Derivative Test Definitions of Increasing and Decreasing Functions: A funcon f is increasing on an interval if for any two numbers x 1 and x 2 in the

More information

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine From differen+al equa+ons to trigonometric func+ons Introducing sine and cosine Calendar OSH due this Friday by 12:30 in MX 1111 Last quiz next Wedn Office hrs: Today: 11:30-12:30 OSH due by 12:30 Math

More information

Outline. What is Machine Learning? Why Machine Learning? 9/29/08. Machine Learning Approaches to Biological Research: Bioimage Informa>cs and Beyond

Outline. What is Machine Learning? Why Machine Learning? 9/29/08. Machine Learning Approaches to Biological Research: Bioimage Informa>cs and Beyond Outline Machine Learning Approaches to Biological Research: Bioimage Informa>cs and Beyond Robert F. Murphy External Senior Fellow, Freiburg Ins>tute for Advanced Studies Ray and Stephanie Lane Professor

More information

REGRESSION AND CORRELATION ANALYSIS

REGRESSION AND CORRELATION ANALYSIS Problem 1 Problem 2 A group of 625 students has a mean age of 15.8 years with a standard devia>on of 0.6 years. The ages are normally distributed. How many students are younger than 16.2 years? REGRESSION

More information

EE40458 Nonlinearity & Noise. Yet another lecture from the road

EE40458 Nonlinearity & Noise. Yet another lecture from the road EE40458 Nonlinearity & Noise Yet another lecture from the road Recap & Perspec=ve An overview where have we been recently: General linear system theory S- parameters, but also equivalent small- signal

More information

Bioelectrical Circuits: Lecture 9

Bioelectrical Circuits: Lecture 9 City University of New York (CUNY) CUNY Academic Works Open Educational Resources City College of New York 2019 Bioelectrical Circuits: Lecture 9 Jacek P. Dmochowski CUNY City College Luis Cardoso CUNY

More information

Short introduc,on to the

Short introduc,on to the OXFORD NEUROIMAGING PRIMERS Short introduc,on to the An General Introduction Linear Model to Neuroimaging for Neuroimaging Analysis Mark Jenkinson Mark Jenkinson Janine Michael Bijsterbosch Chappell Michael

More information

Wavelets & Mul,resolu,on Analysis

Wavelets & Mul,resolu,on Analysis Wavelets & Mul,resolu,on Analysis Square Wave by Steve Hanov More comics at http://gandolf.homelinux.org/~smhanov/comics/ Problem set #4 will be posted tonight 11/21/08 Comp 665 Wavelets & Mul8resolu8on

More information

Image Data Compression. Steganography and steganalysis Alexey Pak, PhD, Lehrstuhl für Interak;ve Echtzeitsysteme, Fakultät für Informa;k, KIT

Image Data Compression. Steganography and steganalysis Alexey Pak, PhD, Lehrstuhl für Interak;ve Echtzeitsysteme, Fakultät für Informa;k, KIT Image Data Compression Steganography and steganalysis 1 Stenography vs watermarking Watermarking: impercep'bly altering a Work to embed a message about that Work Steganography: undetectably altering a

More information

KNMI Climate Explorer A tool for climate analysis [ and seasonal prediction]

KNMI Climate Explorer A tool for climate analysis [ and seasonal prediction] KNMI Climate Explorer A tool for climate analysis [ and seasonal prediction] MedCOF Training Workshop Madrid, 26-30 October 2015 Jonathan Eden Royal Netherlands Meteorological Institute (KNMI) An introduc+on

More information

Classifica(on and predic(on omics style. Dr Nicola Armstrong Mathema(cs and Sta(s(cs Murdoch University

Classifica(on and predic(on omics style. Dr Nicola Armstrong Mathema(cs and Sta(s(cs Murdoch University Classifica(on and predic(on omics style Dr Nicola Armstrong Mathema(cs and Sta(s(cs Murdoch University Classifica(on Learning Set Data with known classes Prediction Classification rule Data with unknown

More information

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on 12.- 1 A model for premixed turbulent combus7on, based on the non- reac7ng scalar G rather than on progress variable, has been developed

More information

Data files for today. CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav

Data files for today. CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav Correlation Data files for today CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav Defining Correlation Co-variation or co-relation between two variables These variables change together

More information

Classical Mechanics Lecture 21

Classical Mechanics Lecture 21 Classical Mechanics Lecture 21 Today s Concept: Simple Harmonic Mo7on: Mass on a Spring Mechanics Lecture 21, Slide 1 The Mechanical Universe, Episode 20: Harmonic Motion http://www.learner.org/vod/login.html?pid=565

More information

stopping distance : Physics 201, Spring 2011 Lect. 4 Example 2 13, The Flying Cap (p 44) Example 2 13, The Flying Cap (p 44) 1/19/11

stopping distance : Physics 201, Spring 2011 Lect. 4 Example 2 13, The Flying Cap (p 44) Example 2 13, The Flying Cap (p 44) 1/19/11 Physics 201, Spring 2011 Lect. 4 Chapter 2: Mo;on in One Dimension (examples and applica;ons) stopping distance : You were driving on a country road at an instantaneous velocity of 55 mph, east. You suddenly

More information

ECE 8440 Unit 13 Sec0on Effects of Round- Off Noise in Digital Filters

ECE 8440 Unit 13 Sec0on Effects of Round- Off Noise in Digital Filters ECE 8440 Unit 13 Sec0on 6.9 - Effects of Round- Off Noise in Digital Filters 1 We have already seen that if a wide- sense staonary random signal x(n) is applied as input to a LTI system, the power density

More information

Estimation of information-theoretic quantities

Estimation of information-theoretic quantities Estimation of information-theoretic quantities Liam Paninski Gatsby Computational Neuroscience Unit University College London http://www.gatsby.ucl.ac.uk/ liam liam@gatsby.ucl.ac.uk November 16, 2004 Some

More information

T- test recap. Week 7. One- sample t- test. One- sample t- test 5/13/12. t = x " µ s x. One- sample t- test Paired t- test Independent samples t- test

T- test recap. Week 7. One- sample t- test. One- sample t- test 5/13/12. t = x  µ s x. One- sample t- test Paired t- test Independent samples t- test T- test recap Week 7 One- sample t- test Paired t- test Independent samples t- test T- test review Addi5onal tests of significance: correla5ons, qualita5ve data In each case, we re looking to see whether

More information

Chapter 8 Basic Concepts of Chemical Bonding

Chapter 8 Basic Concepts of Chemical Bonding Sec$on 8.1 Types of Chemical Bonds Chapter 8 Basic Concepts of Chemical Bonding Chapter 8 Ques$ons to Consider What is meant by the term chemical bond? Why do atoms bond with each other to form compounds?

More information

Cse537 Ar*fficial Intelligence Short Review 1 for Midterm 2. Professor Anita Wasilewska Computer Science Department Stony Brook University

Cse537 Ar*fficial Intelligence Short Review 1 for Midterm 2. Professor Anita Wasilewska Computer Science Department Stony Brook University Cse537 Ar*fficial Intelligence Short Review 1 for Midterm 2 Professor Anita Wasilewska Computer Science Department Stony Brook University Data Mining Process Ques*ons: Describe and discuss all stages of

More information

Mid Year Project Report: Statistical models of visual neurons

Mid Year Project Report: Statistical models of visual neurons Mid Year Project Report: Statistical models of visual neurons Anna Sotnikova asotniko@math.umd.edu Project Advisor: Prof. Daniel A. Butts dab@umd.edu Department of Biology Abstract Studying visual neurons

More information

Linking Traits to Ecosystem Processes. Moira Hough

Linking Traits to Ecosystem Processes. Moira Hough Linking Traits to Ecosystem Processes Moira Hough How do organisms impact ecosystems? Long history of study of ecological effects of biodiversity and species composi@on comes out of the diversity stability

More information

Networks. Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource

Networks. Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource Networks Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource Networks in biology Protein-Protein Interaction Network of Yeast Transcriptional regulatory network of E.coli Experimental

More information

CS 6140: Machine Learning Spring What We Learned Last Week. Survey 2/26/16. VS. Model

CS 6140: Machine Learning Spring What We Learned Last Week. Survey 2/26/16. VS. Model Logis@cs CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Assignment

More information

Class Notes. Examining Repeated Measures Data on Individuals

Class Notes. Examining Repeated Measures Data on Individuals Ronald Heck Week 12: Class Notes 1 Class Notes Examining Repeated Measures Data on Individuals Generalized linear mixed models (GLMM) also provide a means of incorporang longitudinal designs with categorical

More information

CS 6140: Machine Learning Spring 2016

CS 6140: Machine Learning Spring 2016 CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa?on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Logis?cs Assignment

More information

Structural Equa+on Models: The General Case. STA431: Spring 2013

Structural Equa+on Models: The General Case. STA431: Spring 2013 Structural Equa+on Models: The General Case STA431: Spring 2013 An Extension of Mul+ple Regression More than one regression- like equa+on Includes latent variables Variables can be explanatory in one equa+on

More information

An overview of key ideas

An overview of key ideas An overview of key ideas This is an overview of linear algebra given at the start of a course on the mathematics of engineering. Linear algebra progresses from vectors to matrices to subspaces. Vectors

More information

Streaming - 2. Bloom Filters, Distinct Item counting, Computing moments. credits:www.mmds.org.

Streaming - 2. Bloom Filters, Distinct Item counting, Computing moments. credits:www.mmds.org. Streaming - 2 Bloom Filters, Distinct Item counting, Computing moments credits:www.mmds.org http://www.mmds.org Outline More algorithms for streams: 2 Outline More algorithms for streams: (1) Filtering

More information

GG611 Structural Geology Sec1on Steve Martel POST 805

GG611 Structural Geology Sec1on Steve Martel POST 805 GG611 Structural Geology Sec1on Steve Martel POST 805 smartel@hawaii.edu Lecture 5 Mechanics Stress, Strain, and Rheology 11/6/16 GG611 1 Stresses Control How Rock Fractures hkp://hvo.wr.usgs.gov/kilauea/update/images.html

More information

Graphical Models. Lecture 3: Local Condi6onal Probability Distribu6ons. Andrew McCallum

Graphical Models. Lecture 3: Local Condi6onal Probability Distribu6ons. Andrew McCallum Graphical Models Lecture 3: Local Condi6onal Probability Distribu6ons Andrew McCallum mccallum@cs.umass.edu Thanks to Noah Smith and Carlos Guestrin for some slide materials. 1 Condi6onal Probability Distribu6ons

More information

MITOCW MITRES_6-007S11lec09_300k.mp4

MITOCW MITRES_6-007S11lec09_300k.mp4 MITOCW MITRES_6-007S11lec09_300k.mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for

More information

Numerical Methods in Physics

Numerical Methods in Physics Numerical Methods in Physics Numerische Methoden in der Physik, 515.421. Instructor: Ass. Prof. Dr. Lilia Boeri Room: PH 03 090 Tel: +43-316- 873 8191 Email Address: l.boeri@tugraz.at Room: TDK Seminarraum

More information

RG Flows, Entanglement & Holography Workshop. Michigan Center for Theore0cal Physics September 17 21, 2012

RG Flows, Entanglement & Holography Workshop. Michigan Center for Theore0cal Physics September 17 21, 2012 RG Flows, Entanglement & Holography Workshop Michigan Center for Theore0cal Physics September 17 21, 2012 Intersec0ons in Theore0cal Physics: Par$cle Physics Sta$s$cal Mechanics Renormalization Group Flows

More information

MITOCW ocw f99-lec05_300k

MITOCW ocw f99-lec05_300k MITOCW ocw-18.06-f99-lec05_300k This is lecture five in linear algebra. And, it will complete this chapter of the book. So the last section of this chapter is two point seven that talks about permutations,

More information

Retrospec)ve. 419 Term papers due at midnight, Thursday, May 5. Late papers not accepted without prior arrangement.

Retrospec)ve. 419 Term papers due at midnight, Thursday, May 5. Late papers not accepted without prior arrangement. Retrospec)ve Exam Wednesday, May 11, 8am-11am, here Open book, open note, open internet Electronic submission encouraged, blue books available. You need to bring your own laptop with charged ba>ery! 4

More information

1/12/2017. Computational neuroscience. Neurotechnology.

1/12/2017. Computational neuroscience. Neurotechnology. Computational neuroscience Neurotechnology https://devblogs.nvidia.com/parallelforall/deep-learning-nutshell-core-concepts/ 1 Neurotechnology http://www.lce.hut.fi/research/cogntech/neurophysiology Recording

More information

Reversible vs. irreversible processes

Reversible vs. irreversible processes Reversible vs. irreversible processes A reversible process is one for which the final states of the universe (system and environment) are iden

More information

transforming trig functions

transforming trig functions transforming trig functions Ch.6 Lesson 4 7 1 Target Agenda Purpose Evaluation TSWBAT write equations for trig functions given amplitude, period and phase shift, write equations given a graph, and graph

More information

CSE 473: Ar+ficial Intelligence. Hidden Markov Models. Bayes Nets. Two random variable at each +me step Hidden state, X i Observa+on, E i

CSE 473: Ar+ficial Intelligence. Hidden Markov Models. Bayes Nets. Two random variable at each +me step Hidden state, X i Observa+on, E i CSE 473: Ar+ficial Intelligence Bayes Nets Daniel Weld [Most slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at hnp://ai.berkeley.edu.]

More information

Least Mean Squares Regression. Machine Learning Fall 2017

Least Mean Squares Regression. Machine Learning Fall 2017 Least Mean Squares Regression Machine Learning Fall 2017 1 Lecture Overview Linear classifiers What func?ons do linear classifiers express? Least Squares Method for Regression 2 Where are we? Linear classifiers

More information

Retrospec)ve. 419 Term papers due on Thursday May 7. Late papers not accepted.

Retrospec)ve. 419 Term papers due on Thursday May 7. Late papers not accepted. Retrospec)ve Exam Thursday, May 14, 7pm- 10pm (here) Open book, open note, open internet Electronic submission encouraged, blue books available 4 essay ques)ons. 419 Term papers due on Thursday May 7.

More information

Math 163: Lecture notes

Math 163: Lecture notes Math 63: Lecture notes Professor Monika Nitsche March 2, 2 Special functions that are inverses of known functions. Inverse functions (Day ) Go over: early exam, hw, quizzes, grading scheme, attendance

More information

Systems Biology and Neuroengineering

Systems Biology and Neuroengineering Systems Biology and Neuroengineering Dion Khodagholy Columbia University Electrical Engineering Department TRANSCENDING DISCIPLINES, TRANSFORMING LIVES What is Systems Biology and Neuroengineering? Development

More information

Graphical Analysis and Errors - MBL

Graphical Analysis and Errors - MBL I. Graphical Analysis Graphical Analysis and Errors - MBL Graphs are vital tools for analyzing and displaying data throughout the natural sciences and in a wide variety of other fields. It is imperative

More information

Introduction. Spatial Processes & Spatial Patterns

Introduction. Spatial Processes & Spatial Patterns Introduction Spatial data: set of geo-referenced attribute measurements: each measurement is associated with a location (point) or an entity (area/region/object) in geographical (or other) space; the domain

More information

Applied Time Series Analysis FISH 507. Eric Ward Mark Scheuerell Eli Holmes

Applied Time Series Analysis FISH 507. Eric Ward Mark Scheuerell Eli Holmes Applied Time Series Analysis FISH 507 Eric Ward Mark Scheuerell Eli Holmes Introduc;ons Who are we? Who & why you re here? What are you looking to get from this class? Days and Times Lectures When: Tues

More information

Experimental Designs for Planning Efficient Accelerated Life Tests

Experimental Designs for Planning Efficient Accelerated Life Tests Experimental Designs for Planning Efficient Accelerated Life Tests Kangwon Seo and Rong Pan School of Compu@ng, Informa@cs, and Decision Systems Engineering Arizona State University ASTR 2015, Sep 9-11,

More information

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. False Positives in Fourier Spectra. For N = DFT length: Lecture 5 Reading

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. False Positives in Fourier Spectra. For N = DFT length: Lecture 5 Reading A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 5 Reading Notes on web page Stochas

More information

CSE373: Data Structures and Algorithms Lecture 2: Proof by & Algorithm Analysis. Lauren Milne Summer 2015

CSE373: Data Structures and Algorithms Lecture 2: Proof by & Algorithm Analysis. Lauren Milne Summer 2015 CSE373: Data Structures and Algorithms Lecture 2: Proof by Induc@on & Algorithm Analysis Lauren Milne Summer 2015 Today Did everyone get email sent on Monday about TA Sec@ons star@ng on Thursday? Homework

More information

Lecture 17: variance in a band = log(s xx (f)) df (2) If we want to plot something that is more directly representative of variance, we can try this:

Lecture 17: variance in a band = log(s xx (f)) df (2) If we want to plot something that is more directly representative of variance, we can try this: UCSD SIOC 221A: (Gille) 1 Lecture 17: Recap We ve now spent some time looking closely at coherence and how to assign uncertainties to coherence. Can we think about coherence in a different way? There are

More information

Q1 current best prac2ce

Q1 current best prac2ce Group- A Q1 current best prac2ce Star2ng from some common molecular representa2on with bond orders, configura2on on chiral centers (e.g. ChemDraw, SMILES) NEW! PDB should become resource for refinement

More information

Deriva'on of The Kalman Filter. Fred DePiero CalPoly State University EE 525 Stochas'c Processes

Deriva'on of The Kalman Filter. Fred DePiero CalPoly State University EE 525 Stochas'c Processes Deriva'on of The Kalman Filter Fred DePiero CalPoly State University EE 525 Stochas'c Processes KF Uses State Predic'ons KF es'mates the state of a system Example Measure: posi'on State: [ posi'on velocity

More information

ODEs + Singulari0es + Monodromies + Boundary condi0ons. Kerr BH ScaRering: a systema0c study. Schwarzschild BH ScaRering: Quasi- normal modes

ODEs + Singulari0es + Monodromies + Boundary condi0ons. Kerr BH ScaRering: a systema0c study. Schwarzschild BH ScaRering: Quasi- normal modes Outline Introduc0on Overview of the Technique ODEs + Singulari0es + Monodromies + Boundary condi0ons Results Kerr BH ScaRering: a systema0c study Schwarzschild BH ScaRering: Quasi- normal modes Collabora0on:

More information

Exercises. Chapter 1. of τ approx that produces the most accurate estimate for this firing pattern.

Exercises. Chapter 1. of τ approx that produces the most accurate estimate for this firing pattern. 1 Exercises Chapter 1 1. Generate spike sequences with a constant firing rate r 0 using a Poisson spike generator. Then, add a refractory period to the model by allowing the firing rate r(t) to depend

More information

Announcements. Topics: Homework: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook!

Announcements. Topics: Homework: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook! Announcements Topics: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on prac0ce problems from the textbook

More information

Quebec Adipose and Lifestyle Inves?ga?on in Youth (QUALITY) cohort: youth with a family history of obesity.

Quebec Adipose and Lifestyle Inves?ga?on in Youth (QUALITY) cohort: youth with a family history of obesity. A longitudinal study of the effect of physical ac4vity and cardiorespiratory fitness on insulin and glucose homeostasis in a cohort of children with a family history of obesity Protocol for PhD work by

More information

Latent Dirichlet Alloca/on

Latent Dirichlet Alloca/on Latent Dirichlet Alloca/on Blei, Ng and Jordan ( 2002 ) Presented by Deepak Santhanam What is Latent Dirichlet Alloca/on? Genera/ve Model for collec/ons of discrete data Data generated by parameters which

More information

Laboratory handout 5 Mode shapes and resonance

Laboratory handout 5 Mode shapes and resonance laboratory handouts, me 34 82 Laboratory handout 5 Mode shapes and resonance In this handout, material and assignments marked as optional can be skipped when preparing for the lab, but may provide a useful

More information

Sta$s$cal sequence recogni$on

Sta$s$cal sequence recogni$on Sta$s$cal sequence recogni$on Determinis$c sequence recogni$on Last $me, temporal integra$on of local distances via DP Integrates local matches over $me Normalizes $me varia$ons For cts speech, segments

More information

Instructor (Brad Osgood)

Instructor (Brad Osgood) TheFourierTransformAndItsApplications-Lecture26 Instructor (Brad Osgood): Relax, but no, no, no, the TV is on. It's time to hit the road. Time to rock and roll. We're going to now turn to our last topic

More information

Introduction to Mechanics Dynamics Forces Newton s Laws

Introduction to Mechanics Dynamics Forces Newton s Laws Introduction to Mechanics Dynamics Forces Newton s Laws Lana heridan De Anza College Oct 30, 2017 Last time relative motion review projectiles and relative motion Relative Motion and Projectiles A science

More information

Reduced Models for Process Simula2on and Op2miza2on

Reduced Models for Process Simula2on and Op2miza2on Reduced Models for Process Simulaon and Opmizaon Yidong Lang, Lorenz T. Biegler and David Miller ESI annual meeng March, 0 Models are mapping Equaon set or Module simulators Input space Reduced model Surrogate

More information

W3203 Discrete Mathema1cs. Number Theory. Spring 2015 Instructor: Ilia Vovsha. hcp://www.cs.columbia.edu/~vovsha/w3203

W3203 Discrete Mathema1cs. Number Theory. Spring 2015 Instructor: Ilia Vovsha. hcp://www.cs.columbia.edu/~vovsha/w3203 W3203 Discrete Mathema1cs Number Theory Spring 2015 Instructor: Ilia Vovsha hcp://www.cs.columbia.edu/~vovsha/w3203 1 Outline Communica1on, encryp1on Number system Divisibility Prime numbers Greatest Common

More information

Regression Part II. One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons

Regression Part II. One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons Regression Part II One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons One- factor Analysis of variance Categorical Explanatory variable Quan?ta?ve Response

More information

One- factor ANOVA. F Ra5o. If H 0 is true. F Distribu5on. If H 1 is true 5/25/12. One- way ANOVA: A supersized independent- samples t- test

One- factor ANOVA. F Ra5o. If H 0 is true. F Distribu5on. If H 1 is true 5/25/12. One- way ANOVA: A supersized independent- samples t- test F Ra5o F = variability between groups variability within groups One- factor ANOVA If H 0 is true random error F = random error " µ F =1 If H 1 is true random error +(treatment effect)2 F = " µ F >1 random

More information

GEO- DEEP9300 Lithosphere and Asthenosphere: Composi;on and Evolu;on Kaiming Wang

GEO- DEEP9300 Lithosphere and Asthenosphere: Composi;on and Evolu;on Kaiming Wang Con$nental lithosphere and evolu$on GEO- DEEP9300 Lithosphere and Asthenosphere: Composi;on and Evolu;on Kaiming Wang 1. Con$nental lithosphere Con$nental lithosphere houses the oldest and thickest regions

More information

Effec%ve Field Theory of Dissipa%ve Fluids

Effec%ve Field Theory of Dissipa%ve Fluids Effec%ve Field Theory of Dissipa%ve Fluids Hong Liu Paolo Glorioso arxiv: 1511.03646 and to appear Michael Crossley Conserved quan%%es and hydrodynamics Consider long wavelength disturbances of a system

More information

Basics on bioinforma-cs Lecture 7. Nunzio D Agostino

Basics on bioinforma-cs Lecture 7. Nunzio D Agostino Basics on bioinforma-cs Lecture 7 Nunzio D Agostino nunzio.dagostino@entecra.it; nunzio.dagostino@gmail.com Multiple alignments One sequence plays coy a pair of homologous sequence whisper many aligned

More information

Some Review and Hypothesis Tes4ng. Friday, March 15, 13

Some Review and Hypothesis Tes4ng. Friday, March 15, 13 Some Review and Hypothesis Tes4ng Outline Discussing the homework ques4ons from Joey and Phoebe Review of Sta4s4cal Inference Proper4es of OLS under the normality assump4on Confidence Intervals, T test,

More information

COMP 562: Introduction to Machine Learning

COMP 562: Introduction to Machine Learning COMP 562: Introduction to Machine Learning Lecture 20 : Support Vector Machines, Kernels Mahmoud Mostapha 1 Department of Computer Science University of North Carolina at Chapel Hill mahmoudm@cs.unc.edu

More information

Least Squares Parameter Es.ma.on

Least Squares Parameter Es.ma.on Least Squares Parameter Es.ma.on Alun L. Lloyd Department of Mathema.cs Biomathema.cs Graduate Program North Carolina State University Aims of this Lecture 1. Model fifng using least squares 2. Quan.fica.on

More information

Neural Encoding: Firing Rates and Spike Statistics

Neural Encoding: Firing Rates and Spike Statistics Neural Encoding: Firing Rates and Spike Statistics Dayan and Abbott (21) Chapter 1 Instructor: Yoonsuck Choe; CPSC 644 Cortical Networks Background: Dirac δ Function Dirac δ function has the following

More information

STA 4273H: Sta-s-cal Machine Learning

STA 4273H: Sta-s-cal Machine Learning STA 4273H: Sta-s-cal Machine Learning Russ Salakhutdinov Department of Computer Science! Department of Statistical Sciences! rsalakhu@cs.toronto.edu! h0p://www.cs.utoronto.ca/~rsalakhu/ Lecture 1 Evalua:on

More information

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω ECO 513 Spring 2015 TAKEHOME FINAL EXAM (1) Suppose the univariate stochastic process y is ARMA(2,2) of the following form: y t = 1.6974y t 1.9604y t 2 + ε t 1.6628ε t 1 +.9216ε t 2, (1) where ε is i.i.d.

More information

Chapter 11: Linear Regression and Correla4on. Correla4on

Chapter 11: Linear Regression and Correla4on. Correla4on Chapter 11: Linear Regression and Correla4on Regression analysis is a sta3s3cal tool that u3lizes the rela3on between two or more quan3ta3ve variables so that one variable can be predicted from the other,

More information

Ensemble Data Assimila.on and Uncertainty Quan.fica.on

Ensemble Data Assimila.on and Uncertainty Quan.fica.on Ensemble Data Assimila.on and Uncertainty Quan.fica.on Jeffrey Anderson, Alicia Karspeck, Tim Hoar, Nancy Collins, Kevin Raeder, Steve Yeager Na.onal Center for Atmospheric Research Ocean Sciences Mee.ng

More information

Introduction to Signal Processing

Introduction to Signal Processing to Signal Processing Davide Bacciu Dipartimento di Informatica Università di Pisa bacciu@di.unipi.it Intelligent Systems for Pattern Recognition Signals = Time series Definitions Motivations A sequence

More information

Day Length Web Activity

Day Length Web Activity Day Length We Activity SAMPLE Name: Follow the directions for each section and type your answers on a separate sheet of paper. Use TI-Graph Link or TI Inter Active! to present your data and models you

More information

Severe thunderstorms and climate change HAROLD BROOKS NOAA/NSSL

Severe thunderstorms and climate change HAROLD BROOKS NOAA/NSSL Severe thunderstorms and climate change HAROLD BROOKS NOAA/NSSL HAROLD.BROOKS@NOAA.GOV Big ques5ons! Have severe thunderstorms/tornadoes changed?! How and why do we expect severe thunderstorms to change

More information

Seman&cs with Dense Vectors. Dorota Glowacka

Seman&cs with Dense Vectors. Dorota Glowacka Semancs with Dense Vectors Dorota Glowacka dorota.glowacka@ed.ac.uk Previous lectures: - how to represent a word as a sparse vector with dimensions corresponding to the words in the vocabulary - the values

More information