Collect some quantitative data. Find the sample mean and standard deviation. Plot it in a histogram. Does the data seem to follow the bell curve of the normal distribution? What features of the data...

1 answer below »

Collect some quantitative data. Find the sample mean and standard deviation. Plot it in a histogram. Does the data seem to follow the bell curve of the normal distribution? What features of the data do or do not fit in with the shape of the normal curve. How much deviation from the curve is to be expected?


Now perform a normality test on your data (Shapiro-Wilk test:http://sdittami.altervista.org/shapirotest/ShapiroTest.htmlorhttp://www.brianreedpowers.com/MAT240/stats/descriptiveStats.html)– the test will give you a p-value. The higher the p-value, the more closely your data follows the normal distribution. Based on the test, do you think your data could have been drawn from a normal distribution?

Answered Same DayJan 10, 2021

Answer To: Collect some quantitative data. Find the sample mean and standard deviation. Plot it in a histogram....

Shubham answered on Jan 17 2021
140 Votes
I have taken raw means of randu data available in R programming language and checking the normality of the data by histogram and shapiro wilk test.
    > data = randu
# Showing the first six rows of data
> head(data)
x y z
1 0.000031 0.000183 0.000824
2 0.044495 0.155732 0.533939
3 0.822440 0.873416 0.838542
4 0.322291 0.648545 0.990648
5 0.393595 0.826873 0.418881
6 0.309097 0.926590 0.777664
> data1=...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here