Question

Use the following data to construct a PDF and CDF such that probabilities could be read...

Use the following data to construct a PDF and CDF such that probabilities could be read from the CDF:

[ 5.6, 4.1, 3.0, 4.2, 1.1, 6.3, 6.5, 5.1, 2.1, 9.4, 2.5, 3.0, 4.2, 1.1, 5.2, 3, 7.1, 5.5, 3.1, 8.8 ]

For the PDF, suggest a frequency histogram with 5 equal bins on an x scale of 0 – 10.

Homework Answers

Answer #1

The PDF is presented as a relative frequency histogram with 5 equal bins on an x scale of 0 – 10.

The CDF of the given data set is plotted below.

R code for both the plots below:

x <- c( 5.6, 4.1, 3.0, 4.2, 1.1, 6.3, 6.5, 5.1, 2.1, 9.4, 2.5, 3.0, 4.2, 1.1, 5.2, 3, 7.1, 5.5, 3.1, 8.8)
plot(1:1)
dev.new()
Fx <- ecdf(x)
plot(Fx, col="blue")
plot(1:1)
dev.new()
hist(x,freq = FALSE, breaks=c(0,2,4,6,8,10), col="sky blue")

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A researcher collects data showing average time spent (in minutes) at the grocery self-checkout lane at...
A researcher collects data showing average time spent (in minutes) at the grocery self-checkout lane at a particular store. Using a Excel, create a histogram and generate descriptive statistics for the average time spent by the 30 individuals that is shown below. Attach the printed output to your assignment.    2.3 2.4 2.5 2.9 3.0 3.0 3.1 3.1 3.1 3.1 3.4 3.6 3.8 4.1 4.1 4.1 4.2 4.3 4.5 4.9 5.0 5.1 5.2 5.2 5.2 6.0 6.3 6.6 6.7 7.5
6. A researcher collects data showing average time spent (in minutes) at the grocery self-checkout lane...
6. A researcher collects data showing average time spent (in minutes) at the grocery self-checkout lane at a particular store. Using a statistical software, create a histogram and generate descriptive statistics for the average time spent by the 30 individuals that is shown below. Attach the printed output to your assignment. 2.3 2.4 2.5 2.9 3.0 3.0 3.1 3.1 3.1 3.1 3.4 3.6 3.8 4.1 4.1 4.1 4.2 4.3 4.5 4.9 5.0 5.1 5.2 5.2 5.2 6.0 6.3 6.6 6.7...
SHOW ALL WORK. DO NOT USE SOFTWARE TO GENERATE ANSWERS. Calculate the R-chart and X-bar chart...
SHOW ALL WORK. DO NOT USE SOFTWARE TO GENERATE ANSWERS. Calculate the R-chart and X-bar chart limits for the data given below. Day A B C D 1 7.2 8.4 7.9 4.9 2 5.6 8.7 3.3 4.2 3 5.5 7.3 3.2 6.0 4 4.4 8.0 5.4 7.4 5 9.7 4.6 4.8 5.8 6 8.3 8.9 9.1 6.2 7 4.7 6.6 5.3 5.8 8 8.8 5.5 8.4 6.9 9 5.7 4.7 4.1 4.6 10 3.7 4.0 3.0 5.2 11 2.6 3.9...
Use the data in Bank Dataset to answer this question. Construct a 95% confidence interval for...
Use the data in Bank Dataset to answer this question. Construct a 95% confidence interval for the mean increase in deposits. Note that the population standard deviation σ is not known in this case. Instead the sample standard deviation s should be calculated from the sample and the t distribution should be used. 2. What is the margin of error at the 95% confidence level? Bank Dataset of Increase in deposits. Mean is 4. Sample size is 152 customers. 4.3...
We wish to determine the impact of Specification Buying, X11, on Satisfaction Level, X10. To do...
We wish to determine the impact of Specification Buying, X11, on Satisfaction Level, X10. To do so we will split the Hatco data file into two separate data sets based on the Specification Buying, X11. This variable has two categories: 1=employs total value analysis approach, evaluating each purchase separately; 0 = use of specification buying. Sort the entire Hatco data set based on Specification Buying. This will create two separate groups of records. Those records with X11 = 0 and...
An important statistical measurement in service facilities (such as restaurants and banks) is the variability in...
An important statistical measurement in service facilities (such as restaurants and banks) is the variability in service times. As an experiment, two bank tellers were observed, and the service times for each of 100 customers were recorded. Do these data allow us to infer at the 5% significance level that the variance in service times differs between the two tellers? Estimate with 95% confidence the ratio of variances of the two bank tellers. Teller 1 Teller 2 7.2 10.9 5.4...
(Raw Data, Software Required): Here we consider a small study on the sleep habits of med...
(Raw Data, Software Required): Here we consider a small study on the sleep habits of med students and non-med students. The study consists of the hours of sleep per night obtained from 30 non-med students and 25med students. The sample data is given in the table below. Test the claim that, on average, the mean hours of sleep for all med students is different from that for non-med students. Test this claim at the 0.01 significance level. (a) The claim...
Estimate the following simple regression models (using the given data) Male Labor Participation = β0 +...
Estimate the following simple regression models (using the given data) Male Labor Participation = β0 + β1*Average Hourly Earnings + ei Female Labor Participation = β0 + β1*Average Hourly Earnings + ei Interpret the estimated parameters of the above two regression models Year CLFPRM CLFPRF UNRM UNRF AHE 1980 77.4 51.5 6.9 7.4 6.8 1981 77.0 52.1 7.4 7.9 7.4 1982 76.6 52.6 9.9 9.4 7.9 1983 76.4 52.9 9.9 9.2 8.2 1984 76.4 53.6 7.4 7.6 8.5 1985 76.3...
Med Student Sleep Average (Raw Data, Software Required): Here we consider a small study on the...
Med Student Sleep Average (Raw Data, Software Required): Here we consider a small study on the sleep habits of med students and non-med students. The study consists of the hours of sleep per night obtained from 30 non-med students and 25 med students. The sample data is given in the table below. Test the claim that, on average, the mean hours of sleep for all med students is different from that for non-med students. Test this claim at the 0.05...
Med Student Sleep Average (Raw Data, Software Required): Here we consider a small study on the...
Med Student Sleep Average (Raw Data, Software Required): Here we consider a small study on the sleep habits of med students and non-med students. The study consists of the hours of sleep per night obtained from 30 non-med students and 25 med students. The sample data is given in the table below. Test the claim that, on average, the mean hours of sleep for all med students is different from that for non-med students. Test this claim at the 0.05...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT