Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Statistics Fundamentals
Rating: 4.4 out of 5(110 ratings)
12,298 students

Statistics Fundamentals

Theory and Python
Created byTakuma Kimura
Last updated 12/2021
English

What you'll learn

  • Basic theories and Python coding for statistical analysis

Course content

10 sections213 lectures14h 38m total length
  • Let's Get Started with Python!7:44

    Learn how Python supports statistical analysis, machine learning, and deep learning, and choose between local installation with Anaconda or cloud execution environments for browser-based coding.

  • 1-1 What is Statistics?8:19

    Learn what statistics is, from data collection and analysis to describing and inferring from data, and distinguish population from sample, measurements, statistic versus parameter.

  • 1-2 Types of Statistics5:49

    Describe data and patterns with descriptive statistics, and generalize findings from samples to populations using inferential statistics. Apply representative sampling and hypothesis testing to ensure conclusions reflect the population.

  • 1-3 What is Data?6:39

    Define data as numerical values or facts collected as samples, noting observations and datasets, and distinguish population and sample, and qualitative versus quantitative data, including discrete and continuous variables.

  • 1-4 Stevens’ Typology6:01

    Explore Stevens' typology of data, distinguishing nominal, ordinal, interval, and ratio data, with concrete examples and implications for visualization and analysis.

  • 1-5 How to Distinguish?4:52

    Distinguish ratio from interval data by assessing whether 0 means nothing; use distance and weight as ratio, temperature as interval, and consider Likert scales as ordinal or interval when averaged.

  • 1-6 Independent & Dependent Variables1:53

    Identify independent variables as the causes and dependent variables as the effects. Clarify synonyms: explanatory or predictor for the independent variable, and response or outcome for the dependent variable.

  • Data

Requirements

  • None

Description

Welcome to Statistics Fundamentals! This course is for beginners who are interested in statistical analysis. And anyone who is not a beginner but wants to go over from the basics is also welcome!


As a science field, statistics is a discipline that concerns collecting data, and mathematical analysis of the collected data, describing data and making inference from the data. Using statistical methods, we can obtain insights from data, and use the insights for answering various questions and decision making.


Statistical Analysis is now applied in various scientific and practical fields. It is essential in both natural science and social science. In business practice, statistical analysis is applied as business analytics such as human resource analytics and marketing analytics. And now, it is an essential tool in medical practice and government policymaking. Besides, baseball teams utilize it for strategy formation. It is well known a SABRmetrics.


However, if we do not use appropriate methods, statistical analysis will result in meaningless or misleading findings. To obtain meaningful insights from data, we need to learn statistics both in practical and theoretical viewpoints. This course intends to provide you with theoretical knowledge as well as Python coding. Theoretical knowledge enables us to implement appropriate analysis in various situations. And it can be a useful foundation for more advanced learning.


This course is a comprehensive program for learning the basics of statistics. It consists of the 9 sections. They cover theory and basic Python coding. Even if you do not have Python coding experience, I believe they are easy to follow for you. But this program is not a Python course, so how to install Python and construct environment is not covered in this course.


This course is designed for beginners, but by learning with this course, you will reach an intermediate level of expertise in statistics. Specifically, this course covers undergraduate level statistics. After enrollment, you can download the lecture presentations, Python code files, and toy datasets in the first lecture page.


I’m looking forward to seeing you in this course!


*In some videos, the lecturer says "... will be covered in later courses", but it should be "later sections."


Table of Contents

1. Introduction

2. Descriptive Statistics:

3. Probability

4. Probability Distribution

5. Sampling

6. Estimation

7. Hypothesis Testing

8. Correlation & Regression

9. ANOVA


Who this course is for:

  • Anyone who wants to start studying statistics
  • Anyone who wants to brush up statistics