Question

In: Math

Construct a histogram of your empirical data using eight bars and then five bars. For consistency's...

Construct a histogram of your empirical data using eight bars and then five bars. For consistency's sake, for eight bars use the class width of 0.125. So, your first bar will be 0.000-0.124, your next bar will be 0.125 - 0.249, etc. For five bars, use the class width of 0.2. So, your first bar will be 0.00-0.19, your next bar will be 0.2-0.39, etc. Upload both pictures of your histograms. ***Below are my 50 random numbers. What do I need to show? I am confused on what exactly I need to show. Can you help me on these?

0.9          1.0          0.7          0.0          0.8         

0.0          0.8          0.2          0.0          1.0

0.5          0.2          0.5          0.4          0.0

0.8          0.1          0.4          0.2          1.0

0.1          0.1          0.9          0.7          0.1

0.9          1.0          0.9          0.2          0.4

0.0          1.0          0.5          0.9          0.4

0.9          0.0          0.0          1.0          0.3

0.4          0.8          0.9          0.6          0.5

0.4          0.5          0.3          0.7          1.0

Solutions

Expert Solution

Here i have used the R software for the completion of my work. The general steps include calculate the frequency distribution and later on go on drawing histogram. The class interval width is same as normally they include 0.25 value in the interval (0,25 -0.5) If u drw by hand also you will obtain the same diagram,

If you are satisified please give a thumps up.


Related Solutions

In Statistics, a histogram is a graphical representation of data using bars of different heights. In...
In Statistics, a histogram is a graphical representation of data using bars of different heights. In a histogram, each bar groups numbers into ranges. Taller bars show that more data falls in that range. A histogram displays the shape and spread of continuous or discrete sample data. In this project, you will write a program that creates a histogram that allows users to visually inspect the frequency distribution of a set of values. REQUIREMENTS: * Read from the data file...
Using all the data below, construct an empirical model using a computational tool (matlab, or R,...
Using all the data below, construct an empirical model using a computational tool (matlab, or R, any preferred). explain your model. Data Description: These data are from a NIST study involving calibration of ozone monitors. The response variable (y) is the customer's measurement of ozone concentration and the predictor variable (x) is NIST's measurement of ozone concentration. MATLAB Row Vectors: xLst = [0.2, 337.4, 118.2, 884.6, 10.1, 226.5, 666.3, 996.3, 448.6, 777.0, 558.2, 0.4, 0.6, 775.5, 666.9, 338.0, 447.5, 11.6,...
Using the data set, construct a histogram of the sales data. Is the data set unimodal or multimodal? Is the dataset left skewed, right skewed, or symmetric?
SALES 3119.192 3975.566 4871.707 6854.398 7695.537 6700.062 6868.331 6236.983 4631.669 3923.082 3116.163 2903.342 3362.867 4870.157 5787.586 6256.58 7381.073 8491.757 6865.594 6376.925 5719.524 4507.048 3527.814 3428.527 4079.148 5088.518 5889.149 7452.386 8106.338 8222.292 8188.105 7271.335 5996.201 4741.099 4043.184 3638.955 4386.81 5415.423 6842.519 8376.721 8602.59 8163.972 7908.729 7751.455 6289.906 5492.67 4599.471 4061.198 Using the data set, construct a histogram of the sales data. Is the data set unimodal or multimodal? Is the dataset left skewed, right skewed, or symmetric?
Calculate the weekly return for BIT and construct a histogram in Excel. Does the data on...
Calculate the weekly return for BIT and construct a histogram in Excel. Does the data on return rates appear normally distributed? On the basis of z-scores do you find evidence of outliers? Hint: the formula for a return is (Current Price – Previous price)/Previous price multiplied by 100. Date Weekly Return BIT 11/3/13 -46.16 18/3/13 -0.01 25/3/13 39.23 1/4/13 13.07 8/4/13 23.93 15/4/13 41.36 22/4/13 26.5 29/4/13 20.39 6/5/13 25.5 13/5/13 42.52 20/5/13 37.88001 27/5/13 15.66 3/6/13 20.98 10/6/13 25.28...
Calculate the weekly return for BIT and construct a histogram in Excel. Does the data on...
Calculate the weekly return for BIT and construct a histogram in Excel. Does the data on return rates appear normally distributed? On the basis of z-scores do you find evidence of outliers? Hint: the formula for a return is (Current Price – Previous price)/Previous price multiplied by 100. Date BIT 11/3/13 52.06 18/3/13 53.84 25/3/13 99.99 1/4/13 139.23 8/4/13 113.07 15/4/13 123.93 22/4/13 141.36 29/4/13 126.5 6/5/13 120.39 13/5/13 125.5 20/5/13 142.52 27/5/13 137.88 3/6/13 115.66 10/6/13 120.98 17/6/13 125.28...
1.which of the following are false? a.The bars of ranges of a Histogram are called classes....
1.which of the following are false? a.The bars of ranges of a Histogram are called classes. b.A Histogram has no or small gaps between bars. c.A Histogram can be used when data is numerical or identifiers. d.A Histogram is similar to a bar chart. 2.Which of the following are true? a.In a Scatter diagram, data is sorted into range. b.A Scatter diagram can compare variables that are not related. c.In a Scatter diagram, all trendlines slope upward. d.A Scatted diagram...
Conceptual Questions:- 1.If the bars of a histogram are all the same height, what is one...
Conceptual Questions:- 1.If the bars of a histogram are all the same height, what is one observation you could make about the distribution of the sample presented in the histogram? 2.   A statistician computes a 95% confidence interval for the number of prior arrests of those convicted of violent crimes. The interval ranged from 1.6 to 3.6 prior arrests. Given these data, what is the probability that the population mean is greater than 3.6 prior arrests? Why? 3.         Why is the...
In a bimodal histogram, the two highest bars will have the same height. True or False
In a bimodal histogram, the two highest bars will have the same height. True or False
python3 Design a class named Histogram to display a histogram of data. The Histogram class contains...
python3 Design a class named Histogram to display a histogram of data. The Histogram class contains the following A number of instance variables/fields to store a histogram of data. You can design them by your own. A constructor that creates a histogram with the following a list of data. It may have more than 2 columns. x_width: the width of the 1st column in the horizontal histogram. The default value is 5. y_width: the width of the 2nd column in...
using empirical research checklist search for empirical article and write an annotation concise summary in your...
using empirical research checklist search for empirical article and write an annotation concise summary in your own words and APA format (1) Does breastfeeding help to reduce the risk of childhood obesity (2) a systematic review and meta-analysis of the effect of lifestyle modification on metabolic control in overweight children?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT