Git Product home page Git Product logo

dsc-one-sample-z-test-lab-online-ds-sp-000's Introduction

One-Sample z-test - Lab

Introduction

In this lab, you'll perform a few quick tests to help you better understand how hypothesis testing works.

Objectives

You will be able to:

  • Explain use cases for a 1-sample z-test
  • Set up null and alternative hypotheses
  • Use the z-table and scipy methods to acquire the p value for a given z-score
  • Calculate and interpret p-value for significance of results

Exercise 1

A fast-food chain claims that the mean time to order food at their restaurants is 60 seconds, with a standard deviation of 30 seconds. You decide to put this claim to the test and go to one of the restaurants to observe actual waiting times. You take a sample of 36 customers and find that the mean order time was 75 seconds. Does this finding provide enough evidence to contradict the fast food chain's claim of fast service?

Follow the 5 steps shown in previous lesson and use $\alpha$ = 0.05.

# State your null and alternative hypotheses
# Your solution here


# (p = 0.0013498980316301035, z = 3.0)
# Interpret the results in terms of the p-value

Exercise 2

25 students complete a preparation program for taking the SAT test. Here are the SAT scores from the 25 students who completed the program:

434 694 457 534 720 400 484 478 610 641 425 636 454 514 563 370 499 640 501 625 612 471 598 509 531

We know that the population average for SAT scores is 500 with a standard deviation of 100.

Are our 25 students’ SAT scores significantly higher than the population's mean score?

Note that the SAT preparation program claims that it will increase (and not decrease) the SAT score. So, you can conduct a one-directional test. (alpha = .05).

# State your hypotheses 
# Give your solution here 



# p = 0.03593031911292577, z = 1.8
# Interpret the results in terms of the p-value

Summary

In this lesson, you conducted a couple of simple tests comparing sample and population means, in an attempt to reject our null hypotheses. This provides you with a strong foundation to move ahead with more advanced tests and approaches later on.

dsc-one-sample-z-test-lab-online-ds-sp-000's People

Contributors

shakeelraja avatar loredirick avatar mas16 avatar peterbell avatar fpolchow avatar lmcm18 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.