ENROLL Course Search

NOTE: There are some inconsistencies in the course listing data - ITS is looking into the cause.

Alternatives: For requirement lists, please refer to the current catalog. For up-to-the-minute enrollment information, use the "Search for Classes" option in The Hub. If you have any other questions, please email registrar@carleton.edu.

Saved Courses (0)

Your search for courses for 23/WI and with Curricular Exploration: FSR found 44 courses.

Revise Your Search New Search

BIOL 244.00 Biostatistics 3 credits

Open: Size: 25, Registered: 18, Waitlist: 0

Hulings 316

MTWTHF
1:15pm3:00pm
Synonym: 64188

Mark McKone

An introduction to statistical techniques commonly used in Biology. The course will use examples from primary literature to examine the different ways that biological data are organized and analyzed. Emphasis will be placed on how to choose the appropriate statistical techniques in different circumstances and how to use statistical software to carry out tests. Topics covered include variable types (categorical, parametric, and non-parametric), analysis of variance, generalized linear models, and meta-analysis. There will be an opportunity for students to analyze data from their own research experiences.

Prerequisite: Biology 125 and 126 and one Biology 200 or 300 level course

CGSC 236.00 Thinking, Reasoning, and Decision Making 6 credits

Open: Size: 25, Registered: 15, Waitlist: 0

Anderson Hall 223

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64392

Kathleen Galotti

An examination of the way people think and reason, both when given formal laboratory tasks and when facing problems and decisions in everyday life. Students consider their own reasoning and decision making through course exercises. Topics include models of formal reasoning, decision making, heuristics and biases in thinking and problem-solving, moral reasoning, improving skills of higher order cognition.

Prerequisite: Psychology 110 or Cognitive Science 100 or 130

CS 111.01 Introduction to Computer Science 6 credits

Closed: Size: 34, Registered: 35, Waitlist: 0

Olin 310

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 64275

Richard D. Wells

This course will introduce you to computer programming and the design of algorithms. By writing programs to solve problems in areas such as image processing, text processing, and simple games, you will learn about recursive and iterative algorithms, complexity analysis, graphics, data representation, software engineering, and object-oriented design. No previous programming experience is necessary. Students who have received credit for Computer Science 201 or above are not eligible to enroll in Computer Science 111.

CS 111.02 Introduction to Computer Science 6 credits

Closed: Size: 34, Registered: 36, Waitlist: 0

Olin 310

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64276

Richard D. Wells

This course will introduce you to computer programming and the design of algorithms. By writing programs to solve problems in areas such as image processing, text processing, and simple games, you will learn about recursive and iterative algorithms, complexity analysis, graphics, data representation, software engineering, and object-oriented design. No previous programming experience is necessary. Students who have received credit for Computer Science 201 or above are not eligible to enroll in Computer Science 111.

Sophomore Priority

Waitlist for Juniors and Seniors: CS 111.WL2 (Synonym 64278)

CS 201.01 Data Structures 6 credits

Closed: Size: 34, Registered: 30, Waitlist: 0

Anderson Hall 121

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm

Other Tags:

Synonym: 64280

Kiran Tomlinson

Think back to your favorite assignment from Introduction to Computer Science. Did you ever get the feeling that "there has to be a better/smarter way to do this problem"? The Data Structures course is all about how to store information intelligently and access it efficiently. How can Google take your query, compare it to billions of web pages, and return the answer in less than one second? How can one store information so as to balance the competing needs for fast data retrieval and fast data modification? To help us answer questions like these, we will analyze and implement stacks, queues, trees, linked lists, graphs, and hash tables. Students who have received credit for a course for which Computer Science 201 is a prerequisite are not eligible to enroll in Computer Science 201.

Prerequisite: Computer Science 111 or instructor permission

Sophomore Priority

Waitlist for Juniors and Seniors: CS 201.WL1 (Synonym 64282)

CS 201.02 Data Structures 6 credits

Closed: Size: 34, Registered: 31, Waitlist: 0

Anderson Hall 121

MTWTHF
3:10pm4:20pm3:10pm4:20pm3:30pm4:30pm

Other Tags:

Synonym: 64281

Kiran Tomlinson

Think back to your favorite assignment from Introduction to Computer Science. Did you ever get the feeling that "there has to be a better/smarter way to do this problem"? The Data Structures course is all about how to store information intelligently and access it efficiently. How can Google take your query, compare it to billions of web pages, and return the answer in less than one second? How can one store information so as to balance the competing needs for fast data retrieval and fast data modification? To help us answer questions like these, we will analyze and implement stacks, queues, trees, linked lists, graphs, and hash tables. Students who have received credit for a course for which Computer Science 201 is a prerequisite are not eligible to enroll in Computer Science 201.

Prerequisite: Computer Science 111 or instructor permission

CS 202.00 Mathematics of Computer Science 6 credits

Closed: Size: 0, Registered: 34, Waitlist: 0

Anderson Hall 329

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64283

Eric Alexander

This course introduces some of the formal tools of computer science, using a variety of applications as a vehicle. You'll learn how to encode data so that when you scratch the back of a DVD, it still plays just fine; how to distribute "shares" of your floor's PIN so that any five of you can withdraw money from the floor bank account (but no four of you can); how to play chess; and more. Topics that we'll explore along the way include: logic and proofs, number theory, elementary complexity theory and recurrence relations, basic probability, counting techniques, and graphs.

Prerequisite: Computer Science 111 and Mathematics 111 or instructor permission

CS 208.00 Introduction to Computer Systems 6 credits

Closed: Size: 34, Registered: 32, Waitlist: 0

Olin 310

MTWTHF
8:30am9:40am8:30am9:40am8:30am9:30am

Other Tags:

Synonym: 64284

Jeff Ondich

Are you curious what's really going on when a computer runs your code? In this course we will demystify the machine and the tools that we use to program it. Our broad survey of how computer systems execute programs, store information, and communicate will focus on the hardware/software interface, including data representation, instruction set architecture, the C programming language, memory management, and the operating system process model.

Prerequisite: Computer Science 201 or instructor permission

CS 251.00 Programming Languages: Design and Implementation 6 credits

Closed: Size: 34, Registered: 34, Waitlist: 0

Leighton 305

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm

Other Tags:

Synonym: 64285

David Musicant

What makes a programming language like "Python" or like "Java"? This course will look past superficial properties (like indentation) and into the soul of programming languages. We will explore a variety of topics in programming language construction and design: syntax and semantics, mechanisms for parameter passing, typing, scoping, and control structures. Students will expand their programming experience to include other programming paradigms, including functional languages like Scheme and ML.

Prerequisite: Computer Science 201 or instructor permission

CS 252.00 Algorithms 6 credits

Open: Size: 34, Registered: 27, Waitlist: 0

Anderson Hall 121

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 64286

Sneha Narayan

A course on techniques used in the design and analysis of efficient algorithms. We will cover several major algorithmic design paradigms (greedy algorithms, dynamic programming, divide and conquer, and network flow). Along the way, we will explore the application of these techniques to a variety of domains (natural language processing, economics, computational biology, and data mining, for example). As time permits, we will include supplementary topics like randomized algorithms, advanced data structures, and amortized analysis.

Prerequisite: Computer Science 201 and Computer Science 202 (Mathematics 236 will be accepted in lieu of Computer Science 202)

CS 254.00 Computability and Complexity 6 credits

Open: Size: 34, Registered: 29, Waitlist: 0

CMC 210

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64287

Anna Rafferty

An introduction to the theory of computation. What problems can and cannot be solved efficiently by computers? What problems cannot be solved by computers, period? Topics include formal models of computation, including finite-state automata, pushdown automata, and Turing machines; formal languages, including regular expressions and context-free grammars; computability and uncomputability; and computational complexity, particularly NP-completeness.

Prerequisite: Computer Science 201 and Computer Science 202 (Mathematics 236 will be accepted in lieu of Computer Science 202)

CS 257.00 Software Design 6 credits

Closed: Size: 34, Registered: 30, Waitlist: 0

Weitz Center 235

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm

Other Tags:

Synonym: 64288

Amy Csizmar Dalal

It's easy to write a mediocre computer program, and lots of people do it. Good programs are quite a bit harder to write, and are correspondingly less common. In this course, we will study techniques, tools, and habits that will improve your chances of writing good software. While working on several medium-sized programming projects, we will investigate code construction techniques, debugging and profiling tools, testing methodologies, UML, principles of object-oriented design, design patterns, and user interface design.

Prerequisite: Computer Science 201 or instructor permission

CS 321.00 Making Decisions with Artificial Intelligence 6 credits

Closed: Size: 34, Registered: 30, Waitlist: 0

Leighton 305

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 65578

David Musicant

There are many situations where computer systems must make intelligent choices, from selecting actions in a game, to suggesting ways to distribute scarce resources for monitoring endangered species, to a search-and-rescue robot learning to interact with its environment. Artificial intelligence offers multiple frameworks for solving these problems. While popular media attention has often emphasized supervised machine learning, this course instead engages with a variety of other approaches in artificial intelligence, both established and cutting edge. These include intelligent search strategies, game playing approaches, constrained decision making, reinforcement learning from experience, and more. Coursework includes problem solving and programming.

Prerequisite: Computer Science 201. Additionally Computer Science 202 is strongly recommended.

CS 348.00 Parallel and Distributed Computing 6 credits

Open: Size: 34, Registered: 25, Waitlist: 0

CMC 210

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 65868

Kent D Lee

As multi-core machines become more prevalent, different programming paradigms have emerged for harnessing extra processors for better performance. This course explores parallel computation for both shared memory and distributed parallel programming paradigms. In particular, we will explore how these paradigms affect the code we write, the libraries we use, and the advantages and disadvantages of each. Topics will include synchronization primitives across these models for parallel execution, debugging concurrent programs, fork/join parallelism, example parallel algorithms, computational complexity and performance considerations, computer architecture as it relates to parallel computation, and related theory topics.

Prerequisite: Computer Science 201

LING 110.00 Introduction to Linguistics 6 credits

Closed: Size: 30, Registered: 29, Waitlist: 0

CMC 210

MTWTHF
1:15pm3:00pm1:15pm3:00pm
Synonym: 64575

Jenna Conklin

The capacity to acquire and use natural languages such as English is surely one of the more remarkable features of human nature. In this course, we explore several aspects of this ability. Topics include the sound systems of natural languages, the structure of words, principles that regulate word order, the course of language acquisition in children, and what these reveal about the nature of the mind.

LING 216.00 Generative Approaches to Syntax 6 credits

Open: Size: 25, Registered: 9, Waitlist: 0

Willis 203

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 64576

Morgan Rood

This course has two primary goals: to provide participants with a forum to continue to develop their analytical skills (i.e. to 'do syntax'), and to acquaint them with generative syntactic theory, especially the Principles and Parameters approach. Participants will sharpen their technological acumen, through weekly problem solving, and engage in independent thinking and analysis, by means of formally proposing novel syntactic analyses for linguistic phenomena. By the conclusion of the course, participants will be prepared to read and critically evaluate primary literature couched within this theoretical framework.

Prerequisite: Linguistics 115

LING 317.00 Topics in Phonology 6 credits

Open: Size: 15, Registered: 9, Waitlist: 0

CMC 210

MTWTHF
10:10am11:55am10:10am11:55am
Synonym: 64579

Jenna Conklin

More on phonology. This course examines a small number of topics in depth. Particular topics vary from year to year.

Prerequisite: Linguistics 217

MATH 101.00 Calculus with Problem Solving 6 credits

Open: Size: 30, Registered: 15, Waitlist: 0

CMC 209

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 64908

Deanna Haunsperger

An introduction to the central ideas of calculus with review and practice of those skills needed for the continued study of calculus. Problem solving strategies will be emphasized. In addition to regular MWF class time, students will be expected to attend two problem-solving sessions each week, one on Monday or Tuesday, and one on Wednesday or Thursday.  Details will be provided on the first day of class.

Prerequisite: Not open to students who have received credit for Mathematics 111.

Extra Time Tuesday and Thursday TA group meetings required

MATH 111.01 Introduction to Calculus 6 credits

Closed: Size: 30, Registered: 35, Waitlist: 0

Anderson Hall 329

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64909

Kate Meyer

An introduction to the differential and integral calculus. Derivatives, antiderivatives, the definite integral, applications, and the fundamental theorem of calculus.

Prerequisite: Requires placement via the Calculus Placement Exam 1, see Mathematics web page. Not open to students who have received credit for Mathematics 101.

MATH 120.01 Calculus 2 6 credits

Open: Size: 30, Registered: 16, Waitlist: 0

CMC 301

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64910

McCleary A Philbin

Inverse functions, integration by parts, improper integrals, modeling with differential equations, vectors, calculus of functions of two independent variables including directional derivatives and double integrals, Lagrange multipliers.

Prerequisite: Mathematics 101, 111, score of 4 or 5 on Calculus AB Exam or placement via a Carleton placement exam. Not open to students who have received credit for Mathematics 211 or have a score of 4 or 5 on the AP Calculus BC exam

MATH 120.02 Calculus 2 6 credits

Open: Size: 30, Registered: 25, Waitlist: 0

CMC 301

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 64912

Steve T Scheirer

Inverse functions, integration by parts, improper integrals, modeling with differential equations, vectors, calculus of functions of two independent variables including directional derivatives and double integrals, Lagrange multipliers.

Prerequisite: Mathematics 101, 111, score of 4 or 5 on Calculus AB Exam or placement via a Carleton placement exam. Not open to students who have received credit for Mathematics 211 or have a score of 4 or 5 on the AP Calculus BC exam

MATH 120.03 Calculus 2 6 credits

Open: Size: 30, Registered: 27, Waitlist: 0

CMC 301

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 64913

Steve T Scheirer

Inverse functions, integration by parts, improper integrals, modeling with differential equations, vectors, calculus of functions of two independent variables including directional derivatives and double integrals, Lagrange multipliers.

Prerequisite: Mathematics 101, 111, score of 4 or 5 on Calculus AB Exam or placement via a Carleton placement exam. Not open to students who have received credit for Mathematics 211 or have a score of 4 or 5 on the AP Calculus BC exam

MATH 210.01 Calculus 3 6 credits

Open: Size: 30, Registered: 23, Waitlist: 0

CMC 209

MTWTHF
8:30am9:40am8:30am9:40am8:30am9:30am
Synonym: 64915

Caroline Turnage-Butterbaugh

Vectors, curves, calculus of functions of three independent variables, including directional derivatives and triple integrals, cylindrical and spherical coordinates, line integrals, Green's theorem, sequences and series, power series, Taylor series.

Prerequisite: Mathematics 120. This course cannot be substituted for Mathematics 211

MATH 210.02 Calculus 3 6 credits

Open: Size: 30, Registered: 10, Waitlist: 0

CMC 210

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64916

Rob Thompson

Vectors, curves, calculus of functions of three independent variables, including directional derivatives and triple integrals, cylindrical and spherical coordinates, line integrals, Green's theorem, sequences and series, power series, Taylor series.

Prerequisite: Mathematics 120. This course cannot be substituted for Mathematics 211

MATH 211.00 Introduction to Multivariable Calculus 6 credits

Open: Size: 30, Registered: 16, Waitlist: 0

CMC 209

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64917

Deanna Haunsperger

Vectors, curves, partial derivatives, gradient, multiple and iterated integrals, line integrals, Green's theorem.

Prerequisite: Score of 4 or 5 on the AP Calculus BC exam, or placement via Calculus Placement Exam #3

MATH 232.01 Linear Algebra 6 credits

Open: Size: 30, Registered: 28, Waitlist: 0

CMC 206

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64918

MurphyKate Montee

Linear algebra centers on the study of highly structured functions called linear transformations. Given the abundance of nonlinear functions in mathematics, it may come as a surprise that restricting to linear ones opens the door to a rich and powerful theory that finds applications throughout mathematics, statistics, computer science, and the natural and social sciences. Linear transformations are everywhere, once we know what to look for. They appear in calculus as the functions that are used to define lines and planes in Euclidean space. In fact, differentiation is also a linear transformation that takes one function to another. The course focuses on developing geometric intuition as well as computational matrix methods. Topics include kernel and image of a linear transformation, vector spaces, determinants, eigenvectors and eigenvalues. 

Prerequisite: Mathematics 120 or Mathematics 211

MATH 232.02 Linear Algebra 6 credits

Open: Size: 30, Registered: 24, Waitlist: 0

CMC 206

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 64920

MurphyKate Montee

Linear algebra centers on the study of highly structured functions called linear transformations. Given the abundance of nonlinear functions in mathematics, it may come as a surprise that restricting to linear ones opens the door to a rich and powerful theory that finds applications throughout mathematics, statistics, computer science, and the natural and social sciences. Linear transformations are everywhere, once we know what to look for. They appear in calculus as the functions that are used to define lines and planes in Euclidean space. In fact, differentiation is also a linear transformation that takes one function to another. The course focuses on developing geometric intuition as well as computational matrix methods. Topics include kernel and image of a linear transformation, vector spaces, determinants, eigenvectors and eigenvalues. 

Prerequisite: Mathematics 120 or Mathematics 211

MATH 236.00 Mathematical Structures 6 credits

Open: Size: 25, Registered: 20, Waitlist: 0

CMC 209

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 64921

Caroline Turnage-Butterbaugh

Basic concepts and techniques used throughout mathematics. Topics include logic, mathematical induction and other methods of proof, problem solving, sets, cardinality, equivalence relations, functions and relations, and the axiom of choice. Other topics may include: algebraic structures, graph theory, and basic combinatorics.

Prerequisite: Mathematics 232 and either Mathematics 210 or Mathematics 211

Sophomore Priority

Waitlist for Juniors and Seniors: MATH 236.WL0 (Synonym 64923)

MATH 240.00 Probability 6 credits

Closed: Size: 30, Registered: 29, Waitlist: 0

CMC 301

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64924

Laura Chihara

(Formerly Mathematics 265) Introduction to probability and its applications. Topics include discrete probability, random variables, independence, joint and conditional distributions, expectation, limit laws and properties of common probability distributions.

Prerequisite: Mathematics 120 or Mathematics 211

MATH 241.01 Ordinary Differential Equations 6 credits

Closed: Size: 25, Registered: 22, Waitlist: 0

CMC 206

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 64925

Joseph Johnson

An introduction to ordinary differential equations, including techniques for finding solutions, conditions under which solutions exist, and some qualitative analysis.

Prerequisite: Mathematics 232 or instructor permission

MATH 251.00 Chaotic Dynamics 6 credits

Open: Size: 25, Registered: 19, Waitlist: 0

CMC 209

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64939

Sunrose Shrestha

An exploration of the behavior of non-linear dynamical systems. Topics include one and two-dimensional dynamics, Sarkovskii's Theorem, chaos, symbolic dynamics,and the Hénon Map.

Prerequisite: Mathematics 232 or instructor permission

MATH 271.00 Computational Mathematics 6 credits

Closed: Size: 25, Registered: 28, Waitlist: 0

CMC 206

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 64940

Rob Thompson

An introduction to mathematical ideas from numerical approximation, scientific computing, and/or data analysis. Topics will be selected from numerical linear algebra, numerical analysis, and optimization. Theory, implementation, and application of computational methods will be emphasized.

Prerequisite: Mathematics 232

Not open to students who have already received credit for Mathematics 295 Numerical Analysis

MATH 321.00 Real Analysis I 6 credits

Closed: Size: 23, Registered: 23, Waitlist: 0

CMC 319

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 64941

Kate Meyer

A systematic study of concepts basic to calculus, such as topology of the real numbers, limits, differentiation, integration, convergence of sequences, and series of functions.

Prerequisite: Mathematics 236 or instructor permission

MATH 352.00 Topics in Abstract Algebra 6 credits

Open: Size: 20, Registered: 17, Waitlist: 0

CMC 319

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 64942

Claudio Gomez-Gonzales

An intensive study of one or more of the types of algebraic systems studied in Mathematics 342.

Prerequisite: Mathematics 342

This course can be repeated only by students who took MATH 352 22-23

PSYC 200.00 Measurement and Data Analysis in Psychology 6 credits

Closed: Size: 25, Registered: 27, Waitlist: 0

CMC 306

MTWTHF
10:10am11:55am10:10am11:55am
Synonym: 65293

Mitchell Campbell

The course considers the role of measurement and data analysis focused on behavioral sciences. Various forms of measurement and standards for the evaluation of measures are explored. Students learn how to summarize, organize, and evaluate data using a variety of techniques that are applicable to research in psychology and other disciplines. Among the analyses discussed and applied are tests of means, various forms of analysis of variance, correlation and regression, planned and post-hoc comparisons, as well as various non-parametric tests. Research design is also explored.

Prerequisite: Psychology 110, or Psychology/Cognitive Science 232/233, or instructor consent; Concurrent registration in Psychology 201 required

PSYC 201 required.

STAT 120.01 Introduction to Statistics 6 credits

Closed: Size: 32, Registered: 31, Waitlist: 0

CMC 102

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 65254

Andy Poppick

(Formerly MATH 215) Introduction to statistics and data analysis. Practical aspects of statistics, including extensive use of statistical software, interpretation and communication of results, will be emphasized. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, basic probability, the normal distribution, randomization approach to inference, sampling distributions, estimation, hypothesis testing, and two-way tables. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 (formerly Mathematics 265 and 275) Probability/Statistical Inference sequence.

Prerequisite: Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250

Sophomore priority

Waitlist for Juniors and Seniors: STAT 120.WL1 (Synonym 65257)

STAT 120.02 Introduction to Statistics 6 credits

Closed: Size: 32, Registered: 32, Waitlist: 0

CMC 306

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 65255

Deepak Bastola

(Formerly MATH 215) Introduction to statistics and data analysis. Practical aspects of statistics, including extensive use of statistical software, interpretation and communication of results, will be emphasized. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, basic probability, the normal distribution, randomization approach to inference, sampling distributions, estimation, hypothesis testing, and two-way tables. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 (formerly Mathematics 265 and 275) Probability/Statistical Inference sequence.

Prerequisite: Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250

STAT 120.03 Introduction to Statistics 6 credits

Closed: Size: 32, Registered: 31, Waitlist: 0

CMC 210

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm
Synonym: 65256

Andy Poppick

(Formerly MATH 215) Introduction to statistics and data analysis. Practical aspects of statistics, including extensive use of statistical software, interpretation and communication of results, will be emphasized. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, basic probability, the normal distribution, randomization approach to inference, sampling distributions, estimation, hypothesis testing, and two-way tables. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 (formerly Mathematics 265 and 275) Probability/Statistical Inference sequence.

Prerequisite: Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250

STAT 120.04 Introduction to Statistics 6 credits

Closed: Size: 32, Registered: 31, Waitlist: 0

CMC 102

MTWTHF
1:50pm3:00pm1:50pm3:00pm2:20pm3:20pm
Synonym: 65271

Deepak Bastola

(Formerly MATH 215) Introduction to statistics and data analysis. Practical aspects of statistics, including extensive use of statistical software, interpretation and communication of results, will be emphasized. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, basic probability, the normal distribution, randomization approach to inference, sampling distributions, estimation, hypothesis testing, and two-way tables. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 (formerly Mathematics 265 and 275) Probability/Statistical Inference sequence.

Prerequisite: Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250

Sophomore Priority

Waitlist for Juniors and Seniors: STAT 120.WL4 (Synonym 65258)

STAT 220.00 Introduction to Data Science 6 credits

Open: Size: 30, Registered: 27, Waitlist: 0

CMC 102

MTWTHF
8:30am9:40am8:30am9:40am8:30am9:30am
Synonym: 65259

Adam Loy

(Formerly Mathematics 285) This course will cover the computational side of data analysis, including data acquisition, management, and visualization tools. Topics may include: data scraping, data wrangling, data visualization using packages such as ggplots, interactive graphics using tools such as Shiny, supervised and unsupervised classification methods, and understanding and visualizing spatial data. We will use the statistics software R in this course.

Prerequisite: Statistics 120 (formerly Mathematics 215), Statistics 230 (formerly Mathematics 245) or Statistics 250 (formerly Mathematics 275)

STAT 230.00 Applied Regression Analysis 6 credits

Open: Size: 28, Registered: 20, Waitlist: 0

CMC 102

MTWTHF
11:10am12:20pm11:10am12:20pm12:00pm1:00pm
Synonym: 65260

Claire Kelling

(Formerly Mathematics 245) A second course in statistics covering simple linear regression, multiple regression and ANOVA, and logistic regression. Exploratory graphical methods, model building and model checking techniques will be emphasized with extensive use of statistical software to analyze real-life data.

Prerequisite: Statistics 120 (formerly Mathematics 215), Statistics 250 (formerly Mathematics 275), Psychology 200, or AP Statistics Exam score of 4 or 5.

STAT 250.00 Introduction to Statistical Inference 6 credits

Open: Size: 30, Registered: 27, Waitlist: 0

CMC 306

MTWTHF
9:50am11:00am9:50am11:00am9:40am10:40am
Synonym: 65261

Katie St. Clair

(Formerly Mathematics 275) Introduction to modern mathematical statistics. The mathematics underlying fundamental statistical concepts will be covered as well as applications of these ideas to real-life data. Topics include: resampling methods (permutation tests, bootstrap intervals), classical methods (parametric hypothesis tests and confidence intervals), parameter estimation, goodness-of-fit tests, regression, and Bayesian methods. The statistical package R will be used to analyze data sets.

Prerequisite: Mathematics 240 Probability (formerly Mathematics 265)

STAT 285.00 Statistical Consulting 2 credits, S/CR/NC only

Closed: Size: 0, Registered: 10, Waitlist: 0

CMC 304

MTWTHF
10:10am11:55am
Synonym: 65262

Andy Poppick

(Formerly MATH 280) Students will apply their statistical knowledge by analyzing data problems solicited from the Northfield community. Students will also learn basic consulting skills, including communication and ethics.

Prerequisite: Statistics 230 and instructor permission

All interested students are encouraged to add to the waitlist and the instructor will reach out after registration. This course is repeatable, but if the instructor cannot admit every student on the waitlist, priority will be given first to Statistics majors who have not previously taken the course and then to other students who have not taken the course.

STAT 330.00 Advanced Statistical Modeling 6 credits

Open: Size: 20, Registered: 13, Waitlist: 0

CMC 306

MTWTHF
12:30pm1:40pm12:30pm1:40pm1:10pm2:10pm

Other Tags:

Synonym: 65270

Laura Chihara

(Formerly MATH 315) Topics include linear mixed effects models for repeated measures, longitudinal or hierarchical data and generalized linear models (of which logistic and Poisson regression are special cases) including zero-inflated Poisson models. Depending on time, additional topics could include survival analysis, generalized additive models or models for spatial data.

Prerequisite: Statistics 230 and 250 (formerly Mathematics 245 and 275) or permission of the instructor

Formerly Mathematics 345

Search for Courses

This data updates hourly. For up-to-the-minute enrollment information, use the Search for Classes option in The Hub

Instructional Mode
Class Period
Courses or labs meeting at non-standard times may not appear when searching by class period.
Requirements
You must take 6 credits of each of these.
Overlays
You must take 6 credits of each of these,
except Quantitative Reasoning, which requires 3 courses.
Special Interests