К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Fitting Statistical Models to Data with Python · LearnSpace
Назад в каталог
courseraАнализ данных

Fitting Statistical Models to Data with Python

Курс от University of Michigan
Средний≈ 14.9 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

In this course, we will expand our exploration of statistical inference techniques by focusing on the science and art of fitting statistical models to data. We will build on the concepts presented in the Statistical Inference course (Course 2) to emphasize the importance of connecting research questions to our data analysis methods. We will also focus on various modeling objectives, including making inference about relationships between variables and generating predictions for future observations. This course will introduce and explore various statistical modeling techniques, including linear regression, logistic regression, generalized linear models, hierarchical and mixed effects (or multilevel) models, and Bayesian inference techniques. All techniques will be illustrated using a variety of real data sets, and the course will emphasize different modeling approaches for different types of data sets, depending on the study design underlying the data (referring back to Course 1, Understanding and Visualizing Data with Python). During these lab-based sessions, learners will work through tutorials focusing on specific case studies to help solidify the week’s statistical concepts, which will include further deep dives into Python libraries including Statsmodels, Pandas, and Seaborn. This course utilizes the Jupyter Notebook environment within Coursera.

Навыки, которые вы освоите

Statistical ModelingRegression AnalysisLogistic RegressionBayesian StatisticsModel EvaluationData AnalysisStatistical MethodsStatistical InferenceStatistical AnalysisStatistical SoftwareData Visualization SoftwareDependency AnalysisExploratory Data AnalysisStatistical ProgrammingPredictive ModelingPython ProgrammingAdvanced Analytics

Программа курса

4 модулей · 61 учебных материалов

01WEEK 1 - OVERVIEW & CONSIDERATIONS FOR STATISTICAL MODELING17 материалов

About This Course

Welcome to the Course!ВидеоCourse SyllabusЧтениеFitting Statistical Models to Data with Python GuidelinesВидеоMeet the Course Team!Чтение

Учитесь у экспертов

Brenda Gunderson

Lecturer IV Emerita in Statistics

Brady T. West

Collegiate Research Professor, Faculty Associate, Population Studies Center, Research Professor, Survey Research Center, Institute for Social Research, Adjunct Lecturer in Quantitative Methods and Social Sciences Program, College of Literature, Science, and the Arts and Research Professor, Biostatistics, School of Public Health

Kerby Shedden

Associate Chair and Professor of Statistics

Fitting Statistical Models to Data with Python
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 14.9 ч

4 модулей

Язык: Английский

Субтитры: Арабский, Французский, Бенгальский, Узбекский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Пушту, Урду, Русский, Тайский, Индонезийский, Шведский, Турецкий, Азербайджанский, Испанский, Дари, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета
Help Us Learn More About You!Чтение
About Our DatasetsЧтение

Considerations for Statistical Modeling

What Do We Mean by Fitting Models to Data?ВидеоTypes of Variables in Statistical ModelingВидеоDifferent Study Designs Generate Different Types of Data: Implications for ModelingВидеоObjectives of Model Fitting: Inference vs. PredictionВидеоMixed effects models: Is it time to go Bayesian by default?ЧтениеPlotting Predictions and Prediction UncertaintyВидеоWeek 1 AssessmentЗадание

Preparation for Modeling in Python

Python Statistics LandscapeЧтениеPython Statistics LandscapeВидеоPython LibrariesЛабораторнаяGetting Started with Modeling in PythonЛабораторная
02WEEK 2 - FITTING MODELS TO INDEPENDENT DATA15 материалов

Continuous Dependent Variables

Linear Regression IntroductionВидеоLinear Regression InferenceВидеоLinear Regression Models: Notation, Parameters, Estimation MethodsЧтениеInterview: Causation vs CorrelationВидеоTry It Out: Continuous Data Scatterplot AppЧтениеImportance of Data Visualization: The Datasaurus DozenЧтениеLinear Regression QuizЗадание

Binary Dependent Variables

Logistic Regression IntroductionВидеоLogistic Regression InferenceВидеоLogistic Regression Models: Notation, Parameters, Estimation MethodsЧтениеLogistic Regression QuizЗадание

Week 2 Python

NHANES Case Study: Linear and Logistic RegressionЛабораторнаяPractice notebook for regression analysis with NHANESЛабораторная

Week 2 Python Assessment

Week 2 Python Assessment NotebookЛабораторнаяWeek 2 Python AssessmentЗадание
03WEEK 3 - FITTING MODELS TO DEPENDENT DATA16 материалов

Multilevel Models

What are Multilevel Models and Why Do We Fit Them?ВидеоVisualizing Multilevel ModelsЧтениеMultilevel Linear Regression ModelsВидеоLikelihood Ratio Tests for Fixed Effects and Variance ComponentsЧтениеMultilevel Logistic Regression modelsВидеоLink to the Cal Poly AppЧтениеPractice with Multilevel Modeling: The Cal Poly AppВидео

Marginal Models

What are Marginal Models and Why Do We Fit Them?ВидеоMarginal Linear Regression ModelsВидеоMarginal Logistic RegressionВидеоName That ModelЗадание

Week 3 Python

Fitting Multilevel and Marginal Models to Autism Data in PythonЛабораторнаяNHANES Case Study: Marginal and Multilevel RegressionЛабораторнаяPractice: Marginal and Multilevel RegressionЛабораторная

Week3 Python Assessment

Week 3 Python AssessmentЛабораторнаяWeek 3 Python AssessmentЗадание
04WEEK 4: Special Topics13 материалов

Special Topics

Other Types of Dependent VariablesЧтениеYour Turn: Other Types of Dependent VariablesОбсуждениеShould We Use Survey Weights When Fitting Models?ВидеоIntroduction to BayesianВидеоBayesian Approaches to Statistics and ModelingВидеоBayesian Approaches Case Study: Part IВидеоBayesian Approaches Case Study: Part IIВидеоBayesian Approaches Case Study - Part IIIВидеоOptional: A Visual Introduction to Machine LearningЧтение

Special Topics: Python

Bayesian in PythonЛабораторнаяWeek 4 Python Assessment Задание

Course Feedback

Course FeedbackЧтениеKeep Learning with Michigan OnlineЧтение