Data Science Statistics: Applied Inferential Statistics

Data Science    |    Intermediate
  • 10 videos | 1h 18m 14s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 27 users Rating 4.4 of 27 users (27)
Explore how different t-tests can be performed by using the SciPy library for hypothesis testing in this 10-video course, which continues your explorations of data science. This beginner-level course assumes prior experience with Python programming, along with an understanding of such terms as skewness and kurtosis and concepts from inferential statistics, such as t-tests and regression. Begin by learning how to perform three different t-tests-the one-sample t-test, the independent or two-sample t-test, and the paired t-test-on various samples of data using the SciPy library. Next, learners explore how to interpret results to accept or reject a hypothesis. The course covers, as an example, how to fit a regression model on the returns on an individual stock, and on the S&P 500 Index, by using the scikit-learn library. Finally, watch demonstrations of measuring skewness and kurtosis in a data set. The closing exercise asks you to list three different types of t-tests, identify values which are returned by t-tests, and write code to calculate the percentage returns from time series data using Pandas.

WHAT YOU WILL LEARN

  • Test a hypothesis about a sample by comparing it to the general population using the one-sample t-test available in the scipy library
    Compare a sample with another independent sample using the independent t-test and with a related sample using a paired t-test using the scipy library
    Apply independent t-tests on a real dataset to test a hypothesis that managers at a firm have higher salaries than non-managerial employees
    Work with pandas and matplotlib to analyze the stock price of volkswagen in 2008, which were affected by some extreme events
    Compute the skewness and kurtosis of the returns on volkswagen stock in 2008 and recognize how it was a few days of extreme behavior which increased those numbers
  • Perform pre-processing operations on a dataset containing close prices for stocks and indices to analyze it using linear regression
    Use the scikit-learn library to fit a linear regression model on the returns on a stock and the returns on the s&p 500 index
    Use two explanatory variables - the returns on the s&p 500 index and on an index tracking the strength of the us dollar - to perform a regression on the returns on individual stocks
    Recall different types of t-tests and identify the values they return, calculate percentage returns from time series data using pandas, and measure the skew and kurtosis values for a series

IN THIS COURSE

  • 2m 44s
  • 9m 32s
    In this video, you will test a hypothesis about a sample by comparing it to the general population using the one-sample t-test available in the SciPy library. FREE ACCESS
  • Locked
    3.  Independent and Paired T-tests
    8m 50s
    To compare a sample with another independent sample, use the independent t-test. To compare a sample with a related sample, use a paired t-test. FREE ACCESS
  • Locked
    4.  Testing Hypotheses with T-tests
    8m 7s
    Learn how to apply independent t-tests on a real dataset to test a hypothesis that managers at a firm have higher salaries than non-managerial employees. FREE ACCESS
  • Locked
    5.  Loading and Analyzing a Skewed Dataset
    7m 46s
    Learn how to work with Pandas and Matplotlib to analyze the stock price of Volkswagen in 2008, which was affected by some extreme events. FREE ACCESS
  • Locked
    6.  Measuring Skewness and Kurtosis
    7m 37s
    In this video, you will compute the skewness and kurtosis of the returns on Volkswagen stock in 2008 and recognize how a few days of extreme behavior increased those numbers. FREE ACCESS
  • Locked
    7.  Preparing a Dataset for Regression
    8m 23s
    In this video, you will learn how to perform pre-processing operations on a dataset containing close prices for stocks and indices in order to analyze it using linear regression. FREE ACCESS
  • Locked
    8.  Simple Linear Regression
    8m 48s
    In this video, you will learn how to use the scikit-learn library to fit a linear regression model on the returns of a stock and the returns of the S&P 500 index. FREE ACCESS
  • Locked
    9.  Multiple Linear Regression
    9m 36s
    In this video, find out how to use two explanatory variables - the returns on the S&P 500 index and on an index tracking the strength of the US Dollar - to predict the returns on individual stocks. FREE ACCESS
  • Locked
    10.  Exercise: Applied Inferential Statistics
    6m 52s
    After completing this video, you will be able to recall different types of T-tests and identify the values they return, calculate percentage returns from time series data using Pandas, and measure the skew and kurtosis values for a series. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 5.0 of 2 users Rating 5.0 of 2 users (2)
Rating 4.6 of 13 users Rating 4.6 of 13 users (13)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.1 of 30 users Rating 4.1 of 30 users (30)
Rating 4.4 of 160 users Rating 4.4 of 160 users (160)
Rating 4.7 of 28 users Rating 4.7 of 28 users (28)