With the advent of high-speed computing, new procedures have been developed that permit statistical inferences to be performed under less restrictive conditions than those of classical procedures. Permutation tests constitute one such collection of new procedures. To perform a permutation test to compare two population means using independent samples, proceed as follows.

1. Combine the two samples.

2. Randomly select \(n_{1}\) members from the combined sample. Now treat these \(n_{1}\) members as the first sample and the remaining \(n_{2}\) members as the second sample.

3. Compute the difference between the means of the two new samples.

4. Repeat steps \(2\) and \(3\) a large number (hundreds or thousands) of times.

5. The distribution of the resulting differences between sample means provides an estimate of the sampling distribution of the sample-mean differences when the null hypothesis of equal population means is true. This estimates is called a permutation distribution.

6. The (estimated) \(P-\)value of the hypothesis tests equal the proportion of values of the permutation distribution that are as extreme as or more extreme than the differences between the two observed sample means.

Refer to Example \(10.3\) on page \(409\). Use the technology of your choice to conduct a permutation distribution test and compare your results with those found by using the pooled \(t-\)test. Discuss any discrepancy that you encounter.

Short Answer

Expert verified

Part a. The combination of two random sample is

Part b.

Part c. \(m=-5.6667\)

Part d. \(m=1.7525\)

Step by step solution

01

Part a. Step 1. Calculation

Calculate the two random samples in MATLAB

\(r_{1}=rand([85, 149], 99, 1)\)

\(r_{2}=rand([83, 142], 99, 1)\)

Then add both the samples

\(r=r_{1}+r_{2}\)

Program:

Query:

  • First, we have defined the two different samples.
  • Then add both the samples.
02

Part b. Step 1. Calculation

Calculate the two random samples in MATLAB

\(r_{1}=rand([85, 149], 99, 1)\)

\(r_{2}=rand([83, 142], 99, 1)\)

Then add both the samples

\(r=r_{1}+r_{2}\)

Then select another individual random sample from the combined one.

Program:

Query:

  • First, we have defined the two different samples.
  • Then add both the samples.
  • Select the other two random sample from the combined sample.
03

Part c. Step 1. Calculation

Calculate the two random samples in MATLAB

\(r_{1}=rand([85, 149], 99, 1)\)

\(r_{2}=rand([83, 142], 99, 1)\)

Then add both the samples

\(r=r_{1}+r_{2}\)

Then select another individual random sample from the combined one.

Calculate the mean of both samples

Then the difference of both the mean will be \(m=-5.6667\)

Program:

Query:

  • First, we have defined the two different samples.
  • Then add both the samples.
  • Select the other two random sample from the combined sample.
  • Calculate the mean of both samples.
  • Calculate the difference of mean.
04

Part d. Step 1. Calculation

Calculate the two random samples in MATLAB

\(r_{1}=rand([85, 149], 99, 1)\)

\(r_{2}=rand([83, 142], 99, 1)\)

Then add both the samples

\(r=r_{1}+r_{2}\)

Then select another individual random sample from the combined one.

Let’s take \(100\) samples.

Calculate the mean of both samples

Then the difference of both the mean will be

\(m=1.7525\)

Program:

Query:

  • First, we have defined the two different samples.
  • Then add both the samples.
  • Select the other two random sample from the combined sample.
  • Calculate the mean of both samples.
  • Calculate the difference of mean.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

You know that the population standard deviations are not equal.

What constitutes each pair in a paired sample?

In each of Exercises 10.39-10.44, we have provided summary statistics for independent simple random samples from two populations. In each case, use the pooled t-test and the pooled t-interval procedure to conduct the required hypothesis test and obtain the specified confidence interval.
10.40 x¯1=10,s1=4,n1=15,x¯2=12,s2=5,n2=15
a. Two-tailed test, α=0.05
b. 95%confidence level.

Political Prisoners. According to the American Psychiatric Association, posttraumatic stress disorder (PTSD) is a common psychological consequence of traumatic events that involve a threat to life or physical integrity. During the Cold War, some 200,000 people in East Germany were imprisoned for political reasons. Many were subjected to physical and psychological torture during their imprisonment, resulting in PTSD. A. Ehlers et al. studied various characteristics of political prisoners from the former East Germany and presented their findings in the paper "Posttraumatic Stress Dis-order (PTSD) Following Political Imprisonment: The Role of Mental Defeat, Alienation, and Perceived Permanent Change" (Journal of Abnormal Psychology, Vol. 109, pp. 45-55). The researchers randomly and independently selected 32 former prisoners diagnosed with chronic PTSD and 20 former prisoners that were diagnosed with PTSD after release from prison but had since recovered (remitted). The ages, in years, at arrest yielded the following summary statistics.

At the 10% significance level, is there sufficient evidence to conclude that a difference exists in the mean age at arrest of East German prisoners with chronic PTSD and remitted PTSD?

In each of Exercises 10.35-10.38, we have provided summary statistics for independent simple random samples from two populations. Preliminary data analyses indicate that the variable under consideration is normally distributed on each population. Decide, in each case, whether use of the pooled t-lest and pooled t-interval procedure is reasonable. Explain your answer.

10.36 x¯1=115.1,s1=79.4,n1=51
x¯2=24.3,s2=10.5,n2=19

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free