Search Results
Your search for courses · during 25WI · meeting requirements for FSR, Formal or Statistical Reasoning · returned 37 results
-
BIOL 244 Biostatistics 3 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): BIOL 125 – Genes, Evolution, and Development & Lab with a grade of C- or better or received a score of 5 or better on the Biology AP exam or received a score of 6 or better on the Biology IB exam AND BIOL 126 – Energy Glow in Biological Systems & Lab with a grade of C- or better AND one 200 or 300 level BIOL course with a grade of C- or better.
-
BIOL 244.00 Winter 2025
- Faculty:Mark McKone 🏫 👤
- Size:24
- THulings 316 10:10am-11:55am
-
CS 111 Introduction to Computer Science 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
NOT open to students who have completed any of the following course(s): CS 201 or greater with a grade of C- or better.
-
CS 200 Data Structures with Problem Solving 6 credits
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. This version of Data Structures includes extra class time to support students’ problem solving by meeting five days per week, and is encouraged for students who may have struggled in CS111 or otherwise believe they would benefit from extra support. This course fulfills all requirements of CS 201, and students should take only one of CS 200 or CS 201.
Not open to students who have taken CS 201. This course meets 5 days a week
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 111 – Introduction to Computer Science with a grade of C- or better or a score of 4 or better on the Computer Science A AP exam or equivalent. Not open to students that have taken CS 201– Data Structures.
-
CS 201 Data Structures 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 111 – Introduction to Computer Science with a grade of C- or better or a score of 4 or better on the Computer Science A AP exam or equivalent. Not open to students that have taken CS 200 – Data Structures with Problem Solving.
-
CS 202 Mathematics of Computer Science 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 111 – Introduction to Computer Science with a grade of C- or better or received a score of 4 or better on the AP Computer Science exam AND MATH 101 – Calculus with Problem Solving or MATH 111 – Introduction to Calculus or greater with a grade of C- or better or greater or received a score of 4 or better on the Calculus AB AP exam or received a score of 4 or better on the Calculus BC AP exam or received a score of 5 or better on the Mathematics IB exam or equivalent.
-
CS 202.00 Winter 2025
- Faculty:Eric Alexander 🏫 👤
- Size:28
- M, WLanguage & Dining Center 104 9:50am-11:00am
- FLanguage & Dining Center 104 9:40am-10:40am
-
CS 208 Introduction to Computer Systems 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures with a grade of C- or better or equivalent.
-
CS 208.00 Winter 2025
- Faculty:Bridger Herman 🏫 👤
- Size:28
- M, WLeighton 304 9:50am-11:00am
- FLeighton 304 9:40am-10:40am
-
CS 251 Programming Languages: Design and Implementation 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures with a grade of C- or better or equivalent.
-
CS 251.00 Winter 2025
- Faculty:David Musicant 🏫 👤
- Size:28
- M, WLanguage & Dining Center 104 1:50pm-3:00pm
- FLanguage & Dining Center 104 2:20pm-3:20pm
-
CS 252 Algorithms 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures AND CS 202 – Mathematics of Computer Science or MATH 236 – Mathematical Structures with a grade of C- or better or equivalent. MATH 236 will be accepted in lieu of Computer Science 202.
-
CS 252.02 Winter 2025
- Faculty:Sneha Narayan 🏫 👤
- Size:34
- M, WAnderson Hall 329 11:10am-12:20pm
- FAnderson Hall 329 12:00pm-1:00pm
-
CS 254 Computability and Complexity 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures AND CS 202 – Mathematics of Computer Science or MATH 236 – Mathematical Structures with a grade of C- or better or equivalent. MATH 236 will be accepted in lieu of Computer Science 202.
-
CS 254.00 Winter 2025
- Faculty:Chelsey Edge 🏫 👤
- Size:34
- M, WWeitz Center 132 11:10am-12:20pm
- FWeitz Center 132 12:00pm-1:00pm
-
CS 257 Software Design 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures with a grade of C- or better or equivalent.
-
CS 257.00 Winter 2025
- Faculty:Jean Salac 🏫 👤
- Size:28
- M, WAnderson Hall 329 12:30pm-1:40pm
- FAnderson Hall 329 1:10pm-2:10pm
-
CS 314 Data Visualization 6 credits
Understanding the wealth of data that surrounds us can be challenging. Luckily, we have evolved incredible tools for finding patterns in large amounts of information: our eyes! Data visualization is concerned with taking information and turning it into pictures to better communicate patterns or discover new insights. It combines aspects of computer graphics, human-computer interaction, design, and perceptual psychology. In this course, we will learn the different ways in which data can be expressed visually and which methods work best for which tasks. Using this knowledge, we will critique existing visualizations as well as design and build new ones.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures with a grade of C- or better or equivalent.
-
CS 314.00 Winter 2025
- Faculty:Bridger Herman 🏫 👤
- Size:34
- M, WLeighton 304 12:30pm-1:40pm
- FLeighton 304 1:10pm-2:10pm
-
CS 321 Making Decisions with Artificial Intelligence 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures AND CS 202 – Mathematics of Computer Science or MATH 236 – Mathematical Structures with a grade of C- or better or equivalent. MATH 236 will be accepted in lieu of Computer Science 202.
-
CS 321.00 Winter 2025
- Faculty:Chelsey Edge 🏫 👤
- Size:34
- M, WAnderson Hall 329 8:30am-9:40am
- FAnderson Hall 329 8:30am-9:30am
-
CS 330 Introduction to Real-Time Systems 6 credits
How can we prove that dynamic cruise control will brake quickly enough if traffic suddenly stops? How must a system coordinate processes to detect pedestrians and other vehicles to ensure fair sharing of computing resources? In real-time systems, we explore scheduling questions like these, which require provable guarantees of timing constraints for applications including autonomous vehicles. This course will start by considering such questions for uniprocessor machines, both when programs have static priorities and when priorities can change over time. We will then explore challenges introduced by modern computers with multiple processors. We will consider both theoretical and practical perspectives.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures AND CS 202 – Mathematics of Computer Science or MATH 236 – Mathematical Structures with a grade of C- or better or equivalent. MATH 236 will be accepted in lieu of Computer Science 202.
-
CS 330.00 Winter 2025
- Faculty:Tanya Amert 🏫 👤
- Size:34
- M, WAnderson Hall 329 1:50pm-3:00pm
- FAnderson Hall 329 2:20pm-3:20pm
-
CS 344 Human-Computer Interaction 6 credits
The field of human-computer interaction addresses two fundamental questions: how do people interact with technology, and how can technology enhance the human experience? In this course, we will explore technology through the lens of the end user: how can we design effective, aesthetically pleasing technology, particularly user interfaces, to satisfy user needs and improve the human condition? How do people react to technology and learn to use technology? What are the social, societal, health, and ethical implications of technology? The course will focus on design methodologies, techniques, and processes for developing, testing, and deploying user interfaces.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 200 – Data Structures with Problem Solving or CS 201 – Data Structures with a grade of C- or better or equivalent.
-
CS 344.00 Winter 2025
- Faculty:Jean Salac 🏫 👤
- Size:34
- M, WWeitz Center 235 9:50am-11:00am
- FWeitz Center 235 9:40am-10:40am
-
DGAH 220 Creative Coding and Generative AI 6 credits
Generative AI tools such as ChatGPT and GitHub CoPilot are fundamentally reshaping programming practices and workflows, raising questions about the future of code and so-called "prompt engineering," or writing for the machine. This class will situate this moment of potential transformation in the history of literate programming and "natural language" coding using Inform 7, as well as current tools such as ml5.js, an accessible machine learning library. Students will engage this history and future of computational creativity through writing and re-writing code, both with and without generative AI interventions, for conversational bots, interactive fiction, and experimental games.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 111 – Introduction to Computer Science with a grade of C- or better or a score of 4 or better on the Computer Science A AP exam or equivalent.
-
DGAH 220.00 Winter 2025
- Faculty:Anastasia Salter 🏫 👤
- Size:25
- T, THLanguage & Dining Center 104 3:10pm-4:55pm
-
LING 110 Introduction to Linguistics 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
LING 110.00 Winter 2025
- Faculty:Cherlon Ussery 🏫 👤
- Size:30
- T, THWeitz Center 235 1:15pm-3:00pm
-
LING 216 Generative Approaches to Syntax 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed LING 115 – Intro to the Theory of Syntax with grade of C- or better
-
LING 216.00 Winter 2025
- Faculty:Catherine Fortin 🏫 👤
- Size:25
- T, THLeighton 304 10:10am-11:55am
-
MATH 101 Calculus with Problem Solving 6 credits
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.
Extra time for TTH labs. Not open to students who have received credit for MATH 111
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 101 on the Carleton Math Placement exam. Not open to students who have received credit for Mathematics 111. For more information, see the Mathematics' web page.
-
MATH 111 Introduction to Calculus 6 credits
An introduction to the differential and integral calculus. Derivatives, antiderivatives, the definite integral, applications, and the fundamental theorem of calculus.
Not open to students who have received credit for MATH 101
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 111 on the Carleton Math Placement exam. Not open to students who have received credit for Mathematics 101 or received a score of 4 or better on the Calculus AB AP exam or received a score of 4 or better on the Calculus BC AP exam or received a score of 5 or better on the Calculus IB exam. For more information, see the Mathematics' web page.
-
MATH 120 Calculus 2 6 credits
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.
Not open to students who have received credit for MATH 211 or have a score of 4 or 5 on the AP Calculus BC exam.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 101 – Calculus with Problem Solving or MATH 111 – Introduction to Calculus with a grade of C- or better or received a scored of 4 or better on AP Calculus AB test or received a scored of 5 or better on Calculus IB test or placement exam. Not open to students who received a scored of 4 or better on the AP Calculus BC test or completed MATH 211 with a grade of C- or better.
-
MATH 210 Calculus 3 6 credits
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. This course cannot be substituted for MATH 211.
This course cannot be substituted for MATH 211
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 120 – Calculus 2 with a grade of C- or better. Students who have received a score of 4 or greater on the AP Calculus BC exam should register for MATH 211 – Multivariable Calculus.
-
MATH 211 Introduction to Multivariable Calculus 6 credits
Vectors, curves, partial derivatives, gradient, multiple and iterated integrals, line integrals, Green’s theorem.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 4 or better on the AP Calculus BC exam or received a score of 211 on the Carleton Math Placement exam.
-
MATH 232 Linear Algebra 6 credits
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.
This course is not open to students who have received credit for MATH 134.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 120 – Calculus 2 or MATH 211 – Introduction to Multivariable Calculus with a grade of C- or better or equivalent.
-
MATH 236 Mathematical Structures 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 134 – Linear Algebra with Applications or MATH 232– Linear Algebra AND MATH 210 – Calculus 3 or MATH 211 – Multivariable Calculus with a grade of C- or better or equivalent.
-
MATH 240 Probability 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 120 – Calculus 2 or MATH 211 – Introduction to Multivariable Calculus or greater with a grade of C- or better or received a score of 4 or better on the Calculus BC AP exam or equivalent.
-
MATH 241 Ordinary Differential Equations 6 credits
Ordinary differential equations are a fundamental language used by mathematicians, scientists, and engineers to describe processes involving continuous change. In this course we develop ordinary differential equations as models of real world phenomena and explore the mathematical ideas that arise within these models. Topics include separation of variables; phase portraits; equilibria and their stability; non-dimensionalization; bifurcation analysis; and modeling of physical, biological, chemical, and social processes.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student must have completed any of the following course(s): MATH 134 – Linear Algebra with Applications or MATH 232 – Linear Algebra AND MATH 120 – Calculus 2 or MATH 211 – Multivariable Calculus with a grade of C- or better or equivalents.
-
MATH 251 Chaotic Dynamics 6 credits
Dynamics is the branch of mathematics that deals with the study of change. In this course we will focus on simple discrete non-linear dynamical systems that produce astoundingly rich and unpredictable behavior — something that is colloquially referred to as "chaos". Topics will include one dimensional dynamics (including fixed points and their classifications), Sharkovsky's Theorem, a careful formulation/definition of "chaos", symbolic dynamics, complex dynamics (including Julia and Mandelbrot sets), iterated function systems, fractals and more.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 236 – Mathematical Structures with a grade of C- or better or equivalent.
-
MATH 321 Real Analysis I 6 credits
A systematic study of single-variable functions on the real numbers. This course develops the mathematical concepts and tools needed to understand why calculus really works: the topology of the real numbers, limits, differentiation, integration, convergence of sequences, and series of functions.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 236 – Mathematical Structures AND MATH 210 – Calculus 3 or MATH 211 – Multivariable Calculus with a grade of C- or better or equivalents.
-
MATH 333 Combinatorial Theory 6 credits
The study of structures involving finite sets. Counting techniques, including generating functions, recurrence relations, and the inclusion-exclusion principle; existence criteria, including Ramsey’s theorem and the pigeonhole principle. Some combinatorial identities and bijective proofs. Other topics may include graph and/or network theory, Hall’s (“marriage”) theorem, partitions, and hypergeometric series.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 236 – Mathematical Structures with a grade of C- or better or equivalent.
-
MATH 395.01 Introduction to Analytic Number Theory 6 credits
An introduction to the techniques and principles of analytic number theory. Topics covered include arithmetical functions, Dirichlet multiplication, averages of arithmetical functions, elementary theorems on the distribution of the primes, and Dirichlet's theorem on primes in arithmetic progressions.
- Winter 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed the following course(s): MATH 321 – Real Analysis I and MATH 342 – Abstract Algebra I with a grade of C- or better.
-
PSYC 200 Measurement and Data Analysis in Psychology 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): PSYC 110 – Principles of Psychology with a grade of C- OR CGSC/PSYC 232 – Cognitive Processes and CGSC/PSYC 233 – Laboratory Cognitive Processes with a grade of C- or better or received a score of 4 or better on the Psychology AP exam or received a score of 6 or better on the Psychology IB exam.
- PSYC 201
-
PSYC 200.00 Winter 2025
- Faculty:Violet Brown 🏫 👤
- Size:26
- M, WAnderson Hall 121 12:30pm-1:40pm
- FAnderson Hall 121 1:10pm-2:10pm
-
STAT 120 Introduction to Statistics 6 credits
Introduction to statistics and data analysis. Practical aspects of statistics will be emphasized, including extensive use of programming in the statistical software R, interpretation and communication of results. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, the normal distribution, randomization approach to inference, sampling distributions, estimation, and hypothesis testing. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 Probability/Statistical Inference sequence.
Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Not open to students that have taken PSYC 200 – Measurement and Data Analysis in Psychology, PSYC 201 – Measurement and Data Analysis Lab , SOAN 239 – Social Statistics or STAT 250 – Introduction to Statistical Inference.
-
STAT 220 Introduction to Data Science 6 credits
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, an introduction to classification methods, and understanding and visualizing spatial data. We will use the statistics software R in this course.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 120 – Introduction to Statistics or STAT 230 – Applied Regression Analysis, or STAT 250 – Introduction to Statistical Inference with a grade of C- or better.
-
STAT 230 Applied Regression Analysis 6 credits
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 R to analyze real-life data.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 120 – Introduction to Statistics or STAT 250 – Introduction to Statistical Inference or PSYC 200 – Measurement & Data Analysis or SOAN 239 – Social Statistics with a grade of C- or better or received a score of 4 or better on the Statistics AP exam.
-
STAT 250 Introduction to Statistical Inference 6 credits
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): MATH 240 – Probability with a grade of C- or better.
-
STAT 285 Statistical Consulting 2 credits
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.
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.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed the following course(s): STAT 230 – Applied Regression Analysis with a grade of C- or better.
-
STAT 330 Advanced Statistical Modeling 6 credits
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 or generalized additive models.
- Winter 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 230 – Applied Regression Analysis and STAT 250 – Introduction to Statistical Inference with a grade of C- or better and has completed or is in the process of completing MATH 134 – Linear Algebra with Practical Applications or MATH 232 – Linear Algebra with a grade of C- or better or equivalents.