STAT 305 Introduction to Statistical Inference

Size: px
Start display at page:

Download "STAT 305 Introduction to Statistical Inference"

Transcription

1 STAT 305 Introduction to Statistical Inference Pavel Krupskiy (Instructor) January April 2018

2 Course information Time and place: Mon, Wed, Fri, 13:00 14:00, LSK 201 Instructor: Pavel Krupskiy, ESB 3144, Teaching Assistants: TBA Clicker: You will need a clicker for this course (available in the bookstore) Course textbook: STAT 305, Introduction to Statistical Inference, by Welch, W. J. (available in the bookstore) Course website: ugrad.stat.ubc.ca/ stat305 Canvas: Course materials will be available at canvas.ubc.ca Piazza: piazza.com/ubc.ca/winterterm22017/stat305

3 Course information Course prerequisites: 1. One of STAT 200, BIOL 300, STAT 241, STAT 251, COMM 291, ECON 325, FRST 231, PSYC 218, PSYC 366 (STAT 200 or BIOL 300 is recommended) 2. One of MATH 302, STAT 302 Course outline: 1. Probability distributions and their properties 2. Parameter estimation, maximum likelihood estimators 3. Bayes rule, prior and posterior distributions 4. Hypothesis testing and confidence intervals 5. Categorical data and multinomial distribution

4 Course information Grading: Two midterm exams (35% total): February 7th, March 14th Final exam 50% Weekly labs (5% total) Clicker questions (5% total) WeBWorK assignments (5% total) Exercises from the textbook (not marked) To pass the course, you need to get at least 50%, based on the five marked components listed above

5 Course information Exams: Please bring your student ID to the midterm exams and final exam A two-sided A4 formula sheet can be used at the midterm exams and final exam (with formulas but not explanations) The midterm exams and final exam will be based on the lectures, textbook exercises, lab problems and WeBWorK questions If you cannot attend a midterm exam for a valid documented reason, the weights for the remaining midterm exam and final exam will be readjusted

6 Course information Labs and WeBWorK assignments: You will work in teams at the labs. A joint report for the team will be handed in at the end and marked We will use the R statistical software: Familiarity with R will also be tested on the quizzes and final examination WeBWorK assignments will be available online and graded automatically: STAT W2

7 Let s get started!

8 The cumulative distribution function (cdf) for a continuous random variable Y is F Y (y) = Pr(Y < y). The probability density function (pdf) is f Y (y) := F Y (y) y = lim y 0 F Y (y + y) F Y (y). y For small y, Pr(y < Y < y + y) = F Y (y + y) F Y (y) y f Y (y).

9 Some properties: F Y (y) is an increasing function of y; F Y ( ) = 0, F Y ( ) = 1; f Y (y) 0 and f Y (y)dy = 1. In particular, Pr(y 1 < Y < y 2 ) = Pr(Y < y 1 ) Pr(Y < y 2 ) = F Y (y 2 ) F Y (y 1 ) Pr(Y > y) = Pr(y < Y < ) = F Y ( ) F Y (y) = 1 F Y (y)

10 The mean is E(Y ) = The k-th moment is E(Y k ) = The variance is yf Y (y)dy. y k f Y (y)dy, k = 1, 2,... Var(Y ) = E{(Y EY ) 2 } = E(Y 2 ) {E(Y )} 2. Standard deviation is σ(y ) = Var(Y ).

11 A discrete random variable Y can take values y 1, y 2,.... The probability mass function (pmf) for a discrete random variable Y is f Y (y i ) = Pr(Y = y i ), i = 1, 2,... The cdf is F Y (y) = Pr(Y y) = i:y i y Pr(Y = y i ) = All values of the pmf must sum up to one: Pr(Y = y i ) = f Y (y i ) = 1. i i i:y i y f Y (y i ).

12 The mean is E(Y ) = i y i f Y (y i ). The k-th moment is E(Y k ) = i y k i f Y (y i ). The variance and standard deviation are defined in the same way as for a continuous random variable.

13 Example 1: Y has an exponential distribution with the rate parameter λ > 0 : F Y (y) = 1 e λy, f Y (y) = λe λy, y > 0. We find E(Y ) = 0 y λe λy dy = 1/λ. Example 2: Y has a Poisson distribution with parameter λ: f Y (k) = e We find E(Y ) = λk k=0 ke λ k! = λ. λ λk, k = 0, 1, 2,... k!

14 Example 1 (Exponential distribution): In R, With λ = 2, pexp(y, λ) computes F Y (y), dexp(y, λ) computes f Y (y). F Y (1) = 1 e 2 = , and f Y (1) = 2e 2 = The function exp(y) computes e y. You can check in R, that pexp(1, 2) and 1-exp(-2) give you the same answer.

15 Example 2 (Poisson distribution): In R, With λ = 1, F Y (2) = 2 k=0 ppois(y, λ) computes F Y (y), dpois(y, λ) computes f Y (y). 1 1k e k! = e 1 + e e 1 = 5 2 e 1 = , f Y (2) = 1 2 e 1 = You can check in R, that ppois(2, 1) and 2.5*exp(-1) give you the same answer.

16 Example 2 (Poisson distribution): The pmf values should sum up to one for this distribution: or e λ = k=0 k=0 λ λk e k! = 1, λ k k! = 1 + λ 1! + λ2 2! + λ3 3! +... This is a Taylor series expansion (at zero) of the exponential function.

17 Example 3: Let the cdf F Y (y) = Pr(Y < y) = 1 y 1/2, y > 1. The pdf f Y (y) = F Y (y)/ y = (1/2) y 3/2. The mean does not exist because E(Y ) = 1 y f Y (y)dy = (1/2) 1 y 1/2 dy =. Example 4: Let the pmf f Y (y k ) = Pr(Y = y k ) = 1/2 k for y k = 2 k, k = 1, 2,.... The mean does not exist because E(Y ) = y k f Y (y k ) = k=1 2 k (1/2 k ) = k=1 1 =. k=1

Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.)

Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.) Name: Section: Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.) The total score is 120 points. Instructions: There are 10 questions. Please circle 8 problems below that you want to

More information

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc.

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc. ECE32 Exam 2 Version A April 21, 214 1 Name: Solution Score: /1 This exam is closed-book. You must show ALL of your work for full credit. Please read the questions carefully. Please check your answers

More information

MATH 345 Differential Equations

MATH 345 Differential Equations MATH 345 Differential Equations Spring 2018 Instructor: Time: Dr. Manuela Girotti; office: Weber 223C email: manuela.girotti@colostate.edu Mon-Tue-Wed-Fri 1:00pm-1:50pm Location: Engineering E 206 Office

More information

MATH 115 Administrative Overview Chapter 1 Review

MATH 115 Administrative Overview Chapter 1 Review MATH 115 Administrative Overview Chapter 1 Review Dr. Pete Goetz Lecture 0 Typeset by FoilTEX Outline Professor s Contact Information Syllabus and Course Expectations Course Website WebAssign - online

More information

Mathematical statistics

Mathematical statistics October 18 th, 2018 Lecture 16: Midterm review Countdown to mid-term exam: 7 days Week 1 Chapter 1: Probability review Week 2 Week 4 Week 7 Chapter 6: Statistics Chapter 7: Point Estimation Chapter 8:

More information

Today s Outline. Biostatistics Statistical Inference Lecture 01 Introduction to BIOSTAT602 Principles of Data Reduction

Today s Outline. Biostatistics Statistical Inference Lecture 01 Introduction to BIOSTAT602 Principles of Data Reduction Today s Outline Biostatistics 602 - Statistical Inference Lecture 01 Introduction to Principles of Hyun Min Kang Course Overview of January 10th, 2013 Hyun Min Kang Biostatistics 602 - Lecture 01 January

More information

Math Review Sheet, Fall 2008

Math Review Sheet, Fall 2008 1 Descriptive Statistics Math 3070-5 Review Sheet, Fall 2008 First we need to know about the relationship among Population Samples Objects The distribution of the population can be given in one of the

More information

Introductory Probability

Introductory Probability Introductory Probability Discrete Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK January 9, 2019 Agenda Syllabi and Course Websites Class Information Random Variables

More information

SYLLABUS CHEM 202 Lab - Inorganic Chemistry 2 Laboratory Spring, 2014

SYLLABUS CHEM 202 Lab - Inorganic Chemistry 2 Laboratory Spring, 2014 SYLLABUS CHEM 202 Lab - Inorganic Chemistry 2 Laboratory Spring, 2014 Laboratory Director: Dr. J. Scott McConnell Office and Office Hours: The lab director s office is 519A. Office hours are 3:00-5:00

More information

Mathematical statistics

Mathematical statistics October 1 st, 2018 Lecture 11: Sufficient statistic Where are we? Week 1 Week 2 Week 4 Week 7 Week 10 Week 14 Probability reviews Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER.

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER. Two hours MATH38181 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER EXTREME VALUES AND FINANCIAL RISK Examiner: Answer any FOUR

More information

This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner.

This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner. GROUND RULES: This exam contains 6 questions. The questions are of equal weight. Print your name at the top of this page in the upper right hand corner. This exam is closed book and closed notes. Show

More information

6.041/6.431 Fall 2010 Final Exam Wednesday, December 15, 9:00AM - 12:00noon.

6.041/6.431 Fall 2010 Final Exam Wednesday, December 15, 9:00AM - 12:00noon. 6.041/6.431 Fall 2010 Final Exam Wednesday, December 15, 9:00AM - 12:00noon. DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO Name: Recitation Instructor: TA: Question Score Out of 1.1 4 1.2 4 1.3

More information

Stat 5102 Final Exam May 14, 2015

Stat 5102 Final Exam May 14, 2015 Stat 5102 Final Exam May 14, 2015 Name Student ID The exam is closed book and closed notes. You may use three 8 1 11 2 sheets of paper with formulas, etc. You may also use the handouts on brand name distributions

More information

Problem Y is an exponential random variable with parameter λ = 0.2. Given the event A = {Y < 2},

Problem Y is an exponential random variable with parameter λ = 0.2. Given the event A = {Y < 2}, ECE32 Spring 25 HW Solutions April 6, 25 Solutions to HW Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics where

More information

Astronomy 1010: Survey of Astronomy. University of Toledo Department of Physics and Astronomy

Astronomy 1010: Survey of Astronomy. University of Toledo Department of Physics and Astronomy Astronomy 1010: Survey of Astronomy University of Toledo Department of Physics and Astronomy Information Kathy Shan Office: MH 4008 Phone: 530 2226 Email: kathy.shan@utoledo.edu Email is the best way to

More information

Midterm Examination. STA 215: Statistical Inference. Due Wednesday, 2006 Mar 8, 1:15 pm

Midterm Examination. STA 215: Statistical Inference. Due Wednesday, 2006 Mar 8, 1:15 pm Midterm Examination STA 215: Statistical Inference Due Wednesday, 2006 Mar 8, 1:15 pm This is an open-book take-home examination. You may work on it during any consecutive 24-hour period you like; please

More information

Stat 704 Data Analysis I Probability Review

Stat 704 Data Analysis I Probability Review 1 / 39 Stat 704 Data Analysis I Probability Review Dr. Yen-Yi Ho Department of Statistics, University of South Carolina A.3 Random Variables 2 / 39 def n: A random variable is defined as a function that

More information

Subject CS1 Actuarial Statistics 1 Core Principles

Subject CS1 Actuarial Statistics 1 Core Principles Institute of Actuaries of India Subject CS1 Actuarial Statistics 1 Core Principles For 2019 Examinations Aim The aim of the Actuarial Statistics 1 subject is to provide a grounding in mathematical and

More information

SUL ROSS STATE UNIVERSITY Lab Syllabus for Inorganic Chemistry I: CHEM 2402 (Spring 2017)

SUL ROSS STATE UNIVERSITY Lab Syllabus for Inorganic Chemistry I: CHEM 2402 (Spring 2017) SUL ROSS STATE UNIVERSITY Lab Syllabus for Inorganic Chemistry I: CHEM 2402 (Spring 2017) LAB: Inorganic Chemistry I TA: Rebecca Davis Room: WSB 307 Office: WSB Room 308 Time: L01 Th 2:00-4:50 pm Email:

More information

Lecture 2: CDF and EDF

Lecture 2: CDF and EDF STAT 425: Introduction to Nonparametric Statistics Winter 2018 Instructor: Yen-Chi Chen Lecture 2: CDF and EDF 2.1 CDF: Cumulative Distribution Function For a random variable X, its CDF F () contains all

More information

This exam is closed book and closed notes. (You will have access to a copy of the Table of Common Distributions given in the back of the text.

This exam is closed book and closed notes. (You will have access to a copy of the Table of Common Distributions given in the back of the text. TEST #3 STA 536 December, 00 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. You will have access to a copy

More information

Physics 112 Spring 2014

Physics 112 Spring 2014 Physics 112 Spring 2014 Phys 112 (S12) Syllabus/introduction 1 Goals Deeper understanding of concepts: less mysterious Entropy Free energy Chemical potential Statistical mechanics fluctuations kinetic

More information

MATH 450: Mathematical statistics

MATH 450: Mathematical statistics Departments of Mathematical Sciences University of Delaware August 28th, 2018 General information Classes: Tuesday & Thursday 9:30-10:45 am, Gore Hall 115 Office hours: Tuesday Wednesday 1-2:30 pm, Ewing

More information

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 509 Section 3.4: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. A continuous random variable is one for which the outcome

More information

Review. December 4 th, Review

Review. December 4 th, Review December 4 th, 2017 Att. Final exam: Course evaluation Friday, 12/14/2018, 10:30am 12:30pm Gore Hall 115 Overview Week 2 Week 4 Week 7 Week 10 Week 12 Chapter 6: Statistics and Sampling Distributions Chapter

More information

MATH 101: PRACTICE MIDTERM 2

MATH 101: PRACTICE MIDTERM 2 MATH : PRACTICE MIDTERM INSTRUCTOR: PROF. DRAGOS GHIOCA March 7, Duration of examination: 7 minutes This examination includes pages and 6 questions. You are responsible for ensuring that your copy of the

More information

AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page:

AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page: Instructor: AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page: http://firedrake.bu.edu/as102/as102.html Professor Tereasa Brainerd office: CAS

More information

Introduction to Stochastic Processes

Introduction to Stochastic Processes Stat251/551 (Spring 2017) Stochastic Processes Lecture: 1 Introduction to Stochastic Processes Lecturer: Sahand Negahban Scribe: Sahand Negahban 1 Organization Issues We will use canvas as the course webpage.

More information

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding.

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. NAME: ECE 302 Division MWF 0:30-:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. If you are not in Prof. Pollak s section, you may not take this

More information

CHEM 1100 General Chemistry I: Summer 2019

CHEM 1100 General Chemistry I: Summer 2019 CHEM 1100 General Chemistry I: Summer 2019 Course Overview: This course provides an introduction to chemistry. We will explore the key concepts of the science of chemistry. Topics covered in this course

More information

STAT 515 MIDTERM 2 EXAM November 14, 2018

STAT 515 MIDTERM 2 EXAM November 14, 2018 STAT 55 MIDTERM 2 EXAM November 4, 28 NAME: Section Number: Instructor: In problems that require reasoning, algebraic calculation, or the use of your graphing calculator, it is not sufficient just to write

More information

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators.

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. IE 230 Seat # Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. Score Exam #3a, Spring 2002 Schmeiser Closed book and notes. 60 minutes. 1. True or false. (for each,

More information

AS 203 Principles of Astronomy 2 Introduction to Stellar and Galactic Astronomy Syllabus Spring 2012

AS 203 Principles of Astronomy 2 Introduction to Stellar and Galactic Astronomy Syllabus Spring 2012 AS 203 Principles of Astronomy 2 Introduction to Stellar and Galactic Astronomy Syllabus Spring 2012 Instructor Prof. Elizabeth Blanton Room: CAS 519 Email: eblanton@bu.edu Phone: 617-353-2633 Office hours:

More information

Fall 2014: PHYSICS 170 GENERAL PHYSICS I

Fall 2014: PHYSICS 170 GENERAL PHYSICS I Fall 2014: PHYSICS 170 GENERAL PHYSICS I MTWF 9:30-10:20 am (Section 1) WAT 420 Instructor: Milincic Radovan (milincic@hawaii.edu) Office hours (tentative): MW 10:25 11:30 PSB 204 Course description: This

More information

MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus

MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus Course Description: Ordinary and Partial Differential Equations. First and second order equations; series solutions; Laplace

More information

1.1 Review of Probability Theory

1.1 Review of Probability Theory 1.1 Review of Probability Theory Angela Peace Biomathemtics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology. CRC Press,

More information

Physics 1140 Fall 2013 Introduction to Experimental Physics

Physics 1140 Fall 2013 Introduction to Experimental Physics Physics 1140 Fall 2013 Introduction to Experimental Physics Joanna Atkin Lecture 1: Introduction to Course Significant Figures Standard Notation General information Lecture instructor: Joanna Atkin email:

More information

ECE 3800 Probabilistic Methods of Signal and System Analysis

ECE 3800 Probabilistic Methods of Signal and System Analysis ECE 3800 Probabilistic Methods of Signal and System Analysis Dr. Bradley J. Bazuin Western Michigan University College of Engineering and Applied Sciences Department of Electrical and Computer Engineering

More information

Introduction to Bayesian Statistics

Introduction to Bayesian Statistics School of Computing & Communication, UTS January, 207 Random variables Pre-university: A number is just a fixed value. When we talk about probabilities: When X is a continuous random variable, it has a

More information

Math 105 Course Outline

Math 105 Course Outline Math 105 Course Outline Week 9 Overview This week we give a very brief introduction to random variables and probability theory. Most observable phenomena have at least some element of randomness associated

More information

Introduction and Overview STAT 421, SP Course Instructor

Introduction and Overview STAT 421, SP Course Instructor Introduction and Overview STAT 421, SP 212 Prof. Prem K. Goel Mon, Wed, Fri 3:3PM 4:48PM Postle Hall 118 Course Instructor Prof. Goel, Prem E mail: goel.1@osu.edu Office: CH 24C (Cockins Hall) Phone: 614

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017.

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017. EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017 Midterm Exam 2 Last name First name SID Name of student on your left: Name of

More information

Stat 231 Exam 2 Fall 2013

Stat 231 Exam 2 Fall 2013 Stat 231 Exam 2 Fall 2013 I have neither given nor received unauthorized assistance on this exam. Name Signed Date Name Printed 1 1. Some IE 361 students worked with a manufacturer on quantifying the capability

More information

Chemistry 110 General Chemistry, Course Lecture MWF 8:30 am 9:50 am Room NSM C221 Laboratory M or W 1:00 pm 3:50 pm Room NSM B340

Chemistry 110 General Chemistry, Course Lecture MWF 8:30 am 9:50 am Room NSM C221 Laboratory M or W 1:00 pm 3:50 pm Room NSM B340 Course Syllabus Fall 2009 CSU Dominguez Hills Chemistry 110 General Chemistry, Course 40318 Lecture MWF 8:30 am 9:50 am Room NSM C221 Laboratory M or W 1:00 pm 3:50 pm Room NSM B340 Instructor: Dr. Kenneth

More information

Probability and Stochastic Processes

Probability and Stochastic Processes Probability and Stochastic Processes A Friendly Introduction Electrical and Computer Engineers Third Edition Roy D. Yates Rutgers, The State University of New Jersey David J. Goodman New York University

More information

ESS 102 Space and Space Travel

ESS 102 Space and Space Travel ESS 102 Space and Space Travel Instructor: Dr. Jeremy Thomas (jnt@u.washington.edu) Office Hours: Dr. Thomas: Mon and Wed 2-4pm or by appt. TAs: James Prager (jprager@u.washington.edu), Race Roberson (raceman@u.washington.edu),

More information

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK NATURAL SCIENCES DEPARTMENT. SCC105: Introduction to Chemistry Fall I 2014

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK NATURAL SCIENCES DEPARTMENT. SCC105: Introduction to Chemistry Fall I 2014 LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK NATURAL SCIENCES DEPARTMENT SCC105: Introduction to Chemistry Fall I 2014 Your Instructor's name Your Instructor's contact information Course Description:

More information

Basics of Stochastic Modeling: Part II

Basics of Stochastic Modeling: Part II Basics of Stochastic Modeling: Part II Continuous Random Variables 1 Sandip Chakraborty Department of Computer Science and Engineering, INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR August 10, 2016 1 Reference

More information

SYLLABUS CHEM 202 Lab - General Chemistry II Laboratory Spring, 2018

SYLLABUS CHEM 202 Lab - General Chemistry II Laboratory Spring, 2018 SYLLABUS CHEM 202 Lab - General Chemistry II Laboratory Spring, 2018 Instructor: Dr. J. Scott McConnell Office and Office Hours: The instructor s office is 519A. Office hours are 1:00-4:00 Tuesday; and

More information

Final. Fall 2016 (Dec 16, 2016) Please copy and write the following statement:

Final. Fall 2016 (Dec 16, 2016) Please copy and write the following statement: ECE 30: Probabilistic Methods in Electrical and Computer Engineering Fall 06 Instructor: Prof. Stanley H. Chan Final Fall 06 (Dec 6, 06) Name: PUID: Please copy and write the following statement: I certify

More information

GENERAL PLANT PATHOLOGY PLPA 3000 Spring Instructor: Dr. Kathy S. Lawrence Office Hours: 8:00-10:00 MW

GENERAL PLANT PATHOLOGY PLPA 3000 Spring Instructor: Dr. Kathy S. Lawrence Office Hours: 8:00-10:00 MW GENERAL PLANT PATHOLOGY PLPA 3000 Spring 2012 Instructor: Dr. Kathy S. Lawrence Office Hours: 8:00-10:00 MW Office: 227 Life Sciences or by appointment Lab: 231 Life Sciences Phone: 844-1956 lawrekk@auburn.edu

More information

EXAM # 3 PLEASE SHOW ALL WORK!

EXAM # 3 PLEASE SHOW ALL WORK! Stat 311, Summer 2018 Name EXAM # 3 PLEASE SHOW ALL WORK! Problem Points Grade 1 30 2 20 3 20 4 30 Total 100 1. A socioeconomic study analyzes two discrete random variables in a certain population of households

More information

CHEMISTRY 3A INTRODUCTION TO CHEMISTRY SPRING

CHEMISTRY 3A INTRODUCTION TO CHEMISTRY SPRING CHEMISTRY 3A INTRODUCTION TO CHEMISTRY SPRING ---- 2007 INSTRUCTOR: Dr. Phil Reedy Office: Cunningham 321 Telephone: 954-5671 email: preedy@deltacollege.edu WEBSITES: www.deltacollege.edu/emp/preedy www.preparatorychemistry.com

More information

Monday May 12, :00 to 1:30 AM

Monday May 12, :00 to 1:30 AM ASTRONOMY 108: Descriptive Astronomy Spring 2008 Instructor: Hugh Gallagher Office: Physical Science Building 130 Phone, Email: 436-3177, gallagha@oneonta.edu Office Hours: M 2:00-3:00 PM, Th 10:00-11:00

More information

Lecture 1. Introduction Statistics Statistical Methods II. Presented January 8, 2018

Lecture 1. Introduction Statistics Statistical Methods II. Presented January 8, 2018 Introduction Statistics 211 - Statistical Methods II Presented January 8, 2018 linear models Dan Gillen Department of Statistics University of California, Irvine 1.1 Logistics and Contact Information Lectures:

More information

Probability Models. 4. What is the definition of the expectation of a discrete random variable?

Probability Models. 4. What is the definition of the expectation of a discrete random variable? 1 Probability Models The list of questions below is provided in order to help you to prepare for the test and exam. It reflects only the theoretical part of the course. You should expect the questions

More information

ME 025 Mechanics of Materials

ME 025 Mechanics of Materials ME 025 Mechanics of Materials General Information: Term: 2019 Summer Session Instructor: Staff Language of Instruction: English Classroom: TBA Office Hours: TBA Class Sessions Per Week: 5 Total Weeks:

More information

STT 441 Final Exam Fall 2013

STT 441 Final Exam Fall 2013 STT 441 Final Exam Fall 2013 (12:45-2:45pm, Thursday, Dec. 12, 2013) NAME: ID: 1. No textbooks or class notes are allowed in this exam. 2. Be sure to show all of your work to receive credit. Credits are

More information

Midterm Exam 1 Solution

Midterm Exam 1 Solution EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2015 Kannan Ramchandran September 22, 2015 Midterm Exam 1 Solution Last name First name SID Name of student on your left:

More information

UC Berkeley Department of Electrical Engineering and Computer Sciences. EECS 126: Probability and Random Processes

UC Berkeley Department of Electrical Engineering and Computer Sciences. EECS 126: Probability and Random Processes UC Berkeley Department of Electrical Engineering and Computer Sciences EECS 6: Probability and Random Processes Problem Set 3 Spring 9 Self-Graded Scores Due: February 8, 9 Submit your self-graded scores

More information

People to Know. Bring to Lecture Everyday: Course Materials. Bring to Discussion Everyday: Breakdown. Welcome to CHEM 102B. Coursework and Grading

People to Know. Bring to Lecture Everyday: Course Materials. Bring to Discussion Everyday: Breakdown. Welcome to CHEM 102B. Coursework and Grading People to Know Welcome to CHEM 102B January 17, 2006 Timothy A. Richmond, Ph. D. Instructor Josh Ritchey Teaching Assistant Danielle Busser Teaching Assistant Lee Cremar Teaching Assistant Oscar Rodriguez,

More information

Times/Room Friday 9:00 pm 3:00 pm Room B225 (lecture and laboratory) Course Semester Credit Total Course hours (lecture & lab)

Times/Room Friday 9:00 pm 3:00 pm Room B225 (lecture and laboratory) Course Semester Credit Total Course hours (lecture & lab) HOUSTON COMMUNITY COLLEGE NORTHWEST (ALIEF CAMPUS) COURSE OUTLINE FOR CHEM 1411 GENERAL CHEMISTRY I Class Number 13095 / Spring 2017 Discipline/Program Course Level Course Title Chemistry First Year (Freshman)

More information

Math 3B: Lecture 1. Noah White. September 23, 2016

Math 3B: Lecture 1. Noah White. September 23, 2016 Math 3B: Lecture 1 Noah White September 23, 2016 Syllabus Take a copy of the syllabus as you walk in or find it online at math.ucla.edu/~noah Class website There are a few places where you will find/receive

More information

Intro to Probability Instructor: Alexandre Bouchard

Intro to Probability Instructor: Alexandre Bouchard www.stat.ubc.ca/~bouchard/courses/stat302-sp2017-18/ Intro to Probability Instructor: Alexandre Bouchard Info on midterm CALCULATOR: only NON-programmable, NON-scientific, NON-graphing (and of course,

More information

Los Angeles Mission College Chemistry 65 Syllabus Spring Semester 2012

Los Angeles Mission College Chemistry 65 Syllabus Spring Semester 2012 Lecture Instructor: Dr. R. W. Gellert Section: # Los Angeles Mission College Chemistry 6 Syllabus Spring Semester 0 Tel: (88) 6-7600 x8 (Use email!) Office Hours: MW 8:-9:00 PM INST 00 Lec. MW 7:00-8:

More information

Midterm Exam 2 (Solutions)

Midterm Exam 2 (Solutions) EECS 6 Probability and Random Processes University of California, Berkeley: Spring 07 Kannan Ramchandran March, 07 Midterm Exam (Solutions) Last name First name SID Name of student on your left: Name of

More information

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus Instructor: Instructor: Kenzu Abdella Email Address: kabdella@trentu.ca Phone Number: 705-748-1011 x7327 Office: GSC 339 Office

More information

CHEM 4725/8725 Organometallic Chemistry. Spring 2016

CHEM 4725/8725 Organometallic Chemistry. Spring 2016 Lecture Time and Location: CHEM 4725/8725 Organometallic Chemistry Spring 2016 11:15 am - 12:30 pm Tuesdays and Thursdays 111 Smith Hall Instructor: Prof. Ian A. Tonks 568A Kolthoff Hall Phone: 612.624.4705

More information

Machine Learning. Instructor: Pranjal Awasthi

Machine Learning. Instructor: Pranjal Awasthi Machine Learning Instructor: Pranjal Awasthi Course Info Requested an SPN and emailed me Wait for Carol Difrancesco to give them out. Not registered and need SPN Email me after class No promises It s a

More information

Math 3B: Lecture 1. Noah White. September 29, 2017

Math 3B: Lecture 1. Noah White. September 29, 2017 Math 3B: Lecture 1 Noah White September 29, 2017 Class website There are a few places where you will find/receive information about Math 3B: The class website: www.math.ucla.edu/~noah Email Piazza CCLE

More information

Stat 406: Algorithms for classification and prediction. Lecture 1: Introduction. Kevin Murphy. Mon 7 January,

Stat 406: Algorithms for classification and prediction. Lecture 1: Introduction. Kevin Murphy. Mon 7 January, 1 Stat 406: Algorithms for classification and prediction Lecture 1: Introduction Kevin Murphy Mon 7 January, 2008 1 1 Slides last updated on January 7, 2008 Outline 2 Administrivia Some basic definitions.

More information

ME 022: Thermodynamics

ME 022: Thermodynamics ME 022: Thermodynamics General Information: Term: 2019 Summer Session Instructor: Staff Language of Instruction: English Classroom: TBA Office Hours: TBA Class Sessions Per Week: 5 Total Weeks: 5 Total

More information

Statics - TAM 210 & TAM 211. Spring 2018

Statics - TAM 210 & TAM 211. Spring 2018 Statics - TAM 210 & TAM 211 Spring 2018 Course distribution Required TAM 210 TAM 211 Aerospace Engineering 31 1 Agricultural & Biological 12 3 Bioengineering 2 6 Civil Engineering 41 Engineering Mechanics

More information

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006 UC Berkeley Department of Electrical Engineering and Computer Science EE 6: Probablity and Random Processes Solutions 9 Spring 006 Exam format The second midterm will be held in class on Thursday, April

More information

CS145: Probability & Computing

CS145: Probability & Computing CS45: Probability & Computing Lecture 0: Continuous Bayes Rule, Joint and Marginal Probability Densities Instructor: Eli Upfal Brown University Computer Science Figure credits: Bertsekas & Tsitsiklis,

More information

Learning Objectives for Stat 225

Learning Objectives for Stat 225 Learning Objectives for Stat 225 08/20/12 Introduction to Probability: Get some general ideas about probability, and learn how to use sample space to compute the probability of a specific event. Set Theory:

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 17: Continuous random variables: conditional PDF Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin

More information

WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units

WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units SPRING 2014; Section 3492 Instructor Information Instructor E-mail Lecture Room MSA 005 Laboratory Session Room

More information

p. 6-1 Continuous Random Variables p. 6-2

p. 6-1 Continuous Random Variables p. 6-2 Continuous Random Variables Recall: For discrete random variables, only a finite or countably infinite number of possible values with positive probability (>). Often, there is interest in random variables

More information

MATH Notebook 5 Fall 2018/2019

MATH Notebook 5 Fall 2018/2019 MATH442601 2 Notebook 5 Fall 2018/2019 prepared by Professor Jenny Baglivo c Copyright 2004-2019 by Jenny A. Baglivo. All Rights Reserved. 5 MATH442601 2 Notebook 5 3 5.1 Sequences of IID Random Variables.............................

More information

Ph 1a Fall General Information

Ph 1a Fall General Information Ph 1a Fall 2017 General Information Lecturer Jonas Zmuidzinas 306 Cahill, Ext. 6229, jonas@caltech.edu Lectures are on Wednesdays and Fridays, 11:00-11:55 am, in 201 E. Bridge. Course Administrator Meagan

More information

COURSE SYLLABUS AND INSTRUCTOR PLAN GENERAL INORGANIC CHEMISTRY I CHEM Dr. Vanessa Castleberry

COURSE SYLLABUS AND INSTRUCTOR PLAN GENERAL INORGANIC CHEMISTRY I CHEM Dr. Vanessa Castleberry WACO, TEXAS COURSE SYLLABUS AND INSTRUCTOR PLAN GENERAL INORGANIC CHEMISTRY I CHEM - 1411-50 Dr. Vanessa Castleberry Spring 2012 Course Description: Covers the fundamental laws, theories, and concepts

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran November 13, 2014.

EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran November 13, 2014. EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran November 13, 2014 Midterm Exam 2 Last name First name SID Rules. DO NOT open the exam until instructed

More information

CHEM 1420: Physical Chemistry 2 Thermodynamics, Statistical Mechanics, and Kinetics

CHEM 1420: Physical Chemistry 2 Thermodynamics, Statistical Mechanics, and Kinetics CHEM 1420: Physical Chemistry 2 Thermodynamics, Statistical Mechanics, and Kinetics Spring 2018 Term 2184 Lecture: TTh 9:30 10:45 228 Eberly Hall Recitation: T 4:00 4:50 pm 307 Eberly Sean Garrett-Roe

More information

GOV 2001/ 1002/ Stat E-200 Section 1 Probability Review

GOV 2001/ 1002/ Stat E-200 Section 1 Probability Review GOV 2001/ 1002/ Stat E-200 Section 1 Probability Review Solé Prillaman Harvard University January 28, 2015 1 / 54 LOGISTICS Course Website: j.mp/g2001 lecture notes, videos, announcements Canvas: problem

More information

Functional Vertebrate Anatomy (ZOO 3713C), Spring Lectures: Monday, Wednesday, Friday, 11.45am 12.35pm (period 5)

Functional Vertebrate Anatomy (ZOO 3713C), Spring Lectures: Monday, Wednesday, Friday, 11.45am 12.35pm (period 5) Functional Vertebrate Anatomy (ZOO 3713C), Spring 2016 Lectures: Monday, Wednesday, Friday, 11.45am 12.35pm (period 5) Location: Psychology, Rm 0130 Laboratories: Monday to Wednesdays, 1.55-6.00 pm (periods

More information

Welcome to Math 102 Section 102

Welcome to Math 102 Section 102 Welcome to Math 102 Section 102 Mingfeng Qiu Sep. 5, 2018 Math 102: Announcements Instructor: Mingfeng Qiu Email: mqiu@math.ubc.ca Course webpage: https://canvas.ubc.ca Check the calendar!!! Sectional

More information

Syllabus. PHY2053C Section 2 Mo.We.Fr. 11:30 A.M :20 P.M. MAP 260

Syllabus. PHY2053C Section 2 Mo.We.Fr. 11:30 A.M :20 P.M. MAP 260 Syllabus COLLEGE PHYSICS I 4 SEM HRS Spring 2015 PHY2053C Section 2 Mo.We.Fr. 11:30 A.M. --1 2:20 P.M. MAP 260 Instructor: Dr. Christos Velissaris Office: PS130 E-mail: Chris.Velissaris@ucf.edu. Office

More information

Chemistry 311 Chemistry Across the Periodic Table Spring 2017

Chemistry 311 Chemistry Across the Periodic Table Spring 2017 Chemistry 311 Chemistry Across the Periodic Table Spring 2017 Read This Syllabus Today. Keep It for Future Reference. Chemistry 311, including lab Whole Class Sessions: Discussion Sessions: Laboratory

More information

Solution to Assignment 3

Solution to Assignment 3 The Chinese University of Hong Kong ENGG3D: Probability and Statistics for Engineers 5-6 Term Solution to Assignment 3 Hongyang Li, Francis Due: 3:pm, March Release Date: March 8, 6 Dear students, The

More information

CHEM 2401 / QUANTITATIVE CHEMICAL ANALYSIS (QCA)

CHEM 2401 / QUANTITATIVE CHEMICAL ANALYSIS (QCA) Instructor: Paul Pantano Dr.P. (972) 883-6226 pantano@utdallas.edu Section 002 (Mon and Wed) Section 001 (Mon and Wed) Room / Times CB 1.122 8:00-9:15 a.m. 1:30-2:45 p.m. BE 3.102 9:30-10:30 a.m. 3:00-4:00

More information

UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering

UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering MAT290H1F: ADVANCED ENGINEERING MATHEMATICS - COURSE SYLLABUS FOR FALL 2014 COURSE OBJECTIVES

More information

CHEM 021: General Chemistry II

CHEM 021: General Chemistry II CHEM 021: General Chemistry II General Information: Term: 2019 Summer Session Instructor: Staff Language of Instruction: English Classroom: TBA Office Hours: TBA Class Sessions Per Week: 5 Total Weeks:

More information

1. (4 % each, total 20 %) Answer each of the following. (No need to show your work for this problem). 3 n. n!? n=1

1. (4 % each, total 20 %) Answer each of the following. (No need to show your work for this problem). 3 n. n!? n=1 NAME: EXAM 4 - Math 56 SOlutions Instruction: Circle your answers and show all your work CLEARLY Partial credit will be given only when you present what belongs to part of a correct solution (4 % each,

More information

TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1

TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1 TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1 1.1 The Probability Model...1 1.2 Finite Discrete Models with Equally Likely Outcomes...5 1.2.1 Tree Diagrams...6 1.2.2 The Multiplication Principle...8

More information

CHEM 021: General Chemistry II

CHEM 021: General Chemistry II General Information CHEM 021: General Chemistry II Term: 2019 Summer Session Class Sessions Per Week: 5 Instructor: Staff Total Weeks: 5 Language of Instruction: English Total Class Sessions: 25 Classroom:

More information

SYLLABUS CHEM 201 Lab - General Chemistry I Laboratory Fall, 2018

SYLLABUS CHEM 201 Lab - General Chemistry I Laboratory Fall, 2018 SYLLABUS CHEM 201 Lab - General Chemistry I Laboratory Fall, 2018 Instructor: Dr. J. Scott McConnell Office and Office Hours: The instructor s office is 519A. Office hours are 1:00-4:00 Tuesday; and 1:00-4:00

More information

PHYS 208, sections , Spring 2017

PHYS 208, sections , Spring 2017 COLLEGE OF SCIENCE DEPARTMENT OF PHYSICS AND ASTRONOMY PHYS 208, sections 538-542, Spring 2017 Instructor Information Instructor Dr. Mioduszewski Telephone 979.845.1411 Email mio@comp.tamu.edu (please

More information

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

More information