In each case, we'll illustrate how to perform the hypothesis tests of this lesson using summarized data.

Hypothesis Test for One Variance

(1) Under the Stat menu, select Basic Statistics, and then select 1 Variance...:

(2) In the pop-up window that appears, in the box labeled Data, select Sample standard deviation (or alternatively Sample variance).
In the box labeledSample size, type in the size n of the sample. In the box labeled Sample standard deviation, type in the
sample standard deviation. Click on the box labeled Perform hypothesis test, and in the box labeled Value, type in theHypothesized
standard deviation (or alternatively the Hypothesized variance):

(3) Click on the button labeled Options... In the pop-up window that appears, for the box labeled Alternative, select either less
than, greater than, or not equal depending on the direction of the alternative hypothesis:

Then, click on OK to return to the main pop-up window.

(4) Then, upon clicking OK on the main pop-up window, the output should appear in the Session window:

Hypothesis Test for Two Variances

(1) Under the Stat menu, select Basic Statistics, and then select 2 Variances...:

(2) In the pop-up window that appears, in the box labeled Data, select Sample standard deviations (or alternatively Sample variances).
In the box labeled Sample size, type in the size n of the First sample and m of
theSecond sample. In the box labeled Standard deviation, type in the sample standard deviations for the First and Second samples:

(3) Click on the button labeled Options... In the pop-up window that appears, in the box labeled Value, type in the Hypothesized
ratio of the standard deviations (or the Hypothesized ratio of the variances). For the box labeled Alternative, select either less
than, greater than, or not equal depending on the direction of the alternative hypothesis:

Then, click on OK to return to the main pop-up window.

(4) Then, upon clicking OK on the main pop-up window, the output should appear in the Session window:

Tests for Variances的更多相关文章

  1. Tests of the Equality of Two Means

    Introduction In this lesson, we'll continue our investigation of hypothesis testing. In this case, w ...

  2. Django基础,Day6 - 单元测试tests

    在django项目app目录下,有个tests.py,我们通常可以直接在这文件中写我们的单元测试代码. test for a model 根据前面章节的操作步骤下来,在Question Model中有 ...

  3. XUnit - Shared Context between Tests

    原文 单元测试类通常都会有share setup和cleanup的相关代码.xUnit.net根据共享的范围提供了几种share setup和cleanup的方法. Constructor and D ...

  4. 使用命令行工具运行Xcode 7 UI Tests

    原文:Run Xcode 7 UI Tests from the command line 苹果在Xcode 7中引入了一项新技术UI Tests,允许开发者使用Swift或Objective C代码 ...

  5. Junit很少出现的一个问题 No tests found matching ...

    java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=test2], {ExactMatcher:fDisp ...

  6. MOOCULUS微积分-2: 数列与级数学习笔记 3. Convergence tests

    此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...

  7. Django~automated tests

    def xx(): 冒号下一行要缩进 ATD http://blog.csdn.net/doupei2006/article/details/7657547 http://www.jb51.net/a ...

  8. iOS9 UI Tests探索笔记

    UI Tests是什么? UI Tests是一个自动测试UI与交互的Testing组件 UI Tests有什么用? 它可以通过编写代码.或者是记录开发者的操作过程并代码化,来实现自动点击某个按钮.视图 ...

  9. Unit Tests

    The Three Laws of TDD First Law : you may not write production code until you have written a failing ...

随机推荐

  1. python之os库

    python之os库 os.name 判断现在正在实用的平台,Windows 返回 'nt'; Linux 返回'posix' >>> os.name 'nt' os.getcwd( ...

  2. Nginx Redirect Websocket

    I want to redirect my websocket to another server. As we known, nginx command rewrite or redirect ca ...

  3. _ZNote_Qt_QtCreator_Tips_粘贴_历史剪切板

    发现 快捷键 Shift+Command + V 能够出现历史剪切板. 厉害了我的歌

  4. HDU 2639 01背包(分解)

    http://acm.hdu.edu.cn/showproblem.php?pid=2639 01背包第k优解,把每次的max分步列出来即可 #include<stdio.h> #incl ...

  5. ajax 删除数据无刷新

    //html页面 <!doctype html><head> <title></title> <meta http-equiv="Con ...

  6. 轮播图js编写

    //面向对象 function Left() { this.index = 0; this.lefthover = $('#left-content'); this.listenhover(); th ...

  7. 为什么需要micro-service构建平台

    最近一直在做micro-service的开发平台建设.由于这是一个实验项目,目前所有工作都得靠自己操刀. 今天在总结用python开发一个web service时,偶有所得,这让我建设micro-se ...

  8. LeetCode算法题(长期更新)

    1.给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标. 你可以假设每种输入只会对应一个答案.但是,你不能重复利用这个数组中同样 ...

  9. 发现一个好玩的东西 Web Scraper

    是一个 Chrome 的扩展程序,机智的小爬虫

  10. Akka-Cluster(0)- 分布式应用开发的一些想法

    当我初接触akka-cluster的时候,我有一个梦想,希望能充分利用actor自由分布.独立运行的特性实现某种分布式程序.这种程序的计算任务可以进行人为的分割后再把细分的任务分派给分布在多个服务器上 ...