k-sample problems, k>2

Slides:



Advertisements
Similar presentations
CS 581: Introduction to the Theory of Computation Lecture 1 James Hook Portland State University
Advertisements

UMass Lowell Computer Science Foundations of Computer Science Prof. Karen Daniels Fall, 2009 Lecture 1 Introduction/Overview Th. 9/3/2009.
Stochastic Signals and Systems ECE 541 Roy D. Yates Lecture 1 What’s not in the book (and that’s not much)
CS 581: Introduction to the Theory of Computation Lecture 1 James Hook Portland State University
Technical Report Writing and Presentation Skills Course Outline 1.
G6: Substation and Distribution Automation Northwest Workforce Training Washington State University University of Washington 1.
+ JAVA Programming CCSA Introduction this course is a hands-on course in programming with the Java language for students who have completed a course.
Part 1: Introduction 1-1/22 Econometrics I Professor William Greene Stern School of Business Department of Economics.
Performance Evaluation of Computer Systems and Networks By Behzad Akbari Tarbiat Modares University Spring 2012 In the Name of the Most High.
Welcome to Back to School Night Mr. Vincent Pricci High School Mathematics Chairman.
CS 103 Discrete Structures Lecture 01 Introduction to the Course
Instructor: Spyros Reveliotis homepage: IE6650: Probabilistic Models Fall 2007.
PROBABILITY REVIEW PART 2 PROBABILITY FOR TEXT ANALYTICS Thomas Tiahrt, MA, PhD CSC492 – Advanced Text Analytics.
Introduction to Statistics (MTS-102)
1.
Course overview Course title: Discrete mathematics for Computer Science Instructors: Dr. Abdelouahid Derhab Credit.
Discrete Mathematics 이재원 School of Information Technology
CNS 4450 Syllabus. Context Language is a tool of thought. We rarely think without words. In solving problems by computer, we eventually get to the point.
Probabilistic & Statistical Techniques Eng. Tamer Eshtawi First Semester 2008 Eng. Tamer Eshtawi First Semester 2008.
Advanced Higher Statistics Data Analysis and Modelling Hypothesis Testing Statistical Inference AH.
Part 0 -- Introduction Statistical Inference and Regression Analysis: Stat-GB , C Professor William Greene Stern School of Business IOMS.
CDA6530: Performance Models of Computers and Networks Cliff Zou Fall 2013.
Introduction to CMPT 281. Outline Admin information Textbooks and resources Moodle site Grading Assignments Project.
Computational Structures Tim Sheard & James Hook Portland State University Class Preliminaries.
Chapter 4(4.1~4.2) Probability and text sampling Parallel embedded system design lab 이청용.
Discrete Mathematics ( 離散數學 ) Ming-Jer Tsai. Outline What is Discrete Mathematics? Why learn Discrete Mathematics? What will be taught in the class? How.
CPE433: Performance Evaluation and Modeling Introduction Dr. Gheith Abandah د. غيث علي عبندة.
1 Introduction to Software Engineering Wen-Yang Lin Dept. of Computer Science and Information Engineering National University of Kaohsiung February, 2007.
General Information Course Id: COSC6368 Artificial Intelligence Professor: Ricardo Vilalta Classroom:AH 110 Telephone: (713)
2/23/2016 (c) 2000, Ron S. Kenett, Ph.D.1 Statistics for Molecular Biology and Bioinformatics Instructor: Ron S. Kenett
Linear Systems: ECE 661 Philip D Olivier. Engineering Education (1) BS How to apply standard design techniques to standard problems, with understanding.
APSY 301 Statistics and Research Design in Education Section: L01Term:Fall 2005 Lecture: EdC 179Time:MW 16:30 (75 min) Lab:EdC 260Time:MW+ TBA (60 min)
Parallel & Distributed Computing Fall 2006 Comments About Final.
Lendasse A., Corona F., Liitiäinen E.1 Functional Data Analysis CORONA FRANCESCO, Lendasse Amaury, Liitiäinen Elia.
Chapter 6 Becoming Acquainted With Statistical Concepts.
Computer Science 20 Discrete Mathematics for Computer Science 1 All the Math you need for your Computer Science courses that you won’t learn in your Math.
Statistics and probability Dr. Khaled Ismael Almghari Phone No:
Stats 242.3(02) Statistical Theory and Methodology.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
High School Courses at BMV
High School Courses at BMV
Becoming Acquainted With Statistical Concepts
COSC 5V90 Functional Programming and Interactive Theorem Proving
Stat 223 Introduction to the Theory of Statistics
Probability and Random Variables
Mediation: Testing the Indirect Effect
Final Examination (F2017) ME 130 Applied Engineering Analysis
CSC 111 Course orientation
Discrete Mathematics for Computer Science
Course Software Testing & Verification 2016/17 Wishnu Prasetya
Foundations of Visualization 8/30/05 Lecture Notes
FINAL EXAM INFORMATION
TM 605: Probability for Telecom Managers
Chapter 0 The Course Plan.
Chapter 0 The Course Plan.
ISA 562 Information Security Theory and Practice
Final Examination (S2018) ME 130 Applied Engineering Analysis-01
MA171 Introduction to Probability and Statistics
Chapter 1 Basic Concepts.
CS 281: Discrete Mathematics for Computer Science
Wrap Up Don Porter.
Final Exam Review CSE487/587.
MA171 Introduction to Probability and Statistics
CS 250, Discrete Structures, Fall 2014 Nitesh Saxena
Type Systems for Programming Languages
STT215 Course Overview Collecting Data Exploring Data
Introduction Lecture 1 Wed, Jan 17, 2007.
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
High School Courses at BMV
STAT 515 Statistical Methods I Lecture 1 August 22, 2019 Originally prepared by Brian Habing Department of Statistics University of South Carolina.
Presentation transcript:

k-sample problems, k>2 STT 430/530, Nonparametric Statistics TR 9:30-10:45 BR 201D Exam: Tuesday December 11, 2007 8-11 am Text: Introduction to Modern Nonparametric Statistics, J.J. Higgins, Duxbury Press (2004) (required) We’ll proceed in a logical way to look at parametric vs. nonparametric methods for: one-sample problems two-sample problems k-sample problems, k>2 Standard nonparametric techniques include rank-based methods, permutation tests, and others… But we’ll also consider two more modern techniques: the bootstrap and smoothing methods for density estimation. Most of these methods are highly computationally intensive - and we’ll be using the open source programming language called R to do our computations (no previous experience required)

For some computations we’ll also use SAS We won’t do much theory (i.e., mathematical statistics) but won’t shy away from the notation, logic, outlines of proofs, etc., when needed Emphasis on doing the analyses and interpreting the results - writing is important There will be homework problems, a midterm exam and a comprehensive final exam -- the exams will involve take-home components. I’ll probably weight the three parts equally to determine your course grade. For next Tuesday: Read Chapter 0 in the Higgins book - we’ll review some ideas from your earlier statistics courses before jumping into nonparametrics.