The following data represent the number of housing starts predicted for the 2nd quarter for a random sample of 40 economists.
888 946 976 992 1009 1035 1061 1100 920 964 980 993 1012 1038 1067 1125 929 964 984 996 1017 1047 1095 1164 938 970 990 1000 1025 1050 1095 1178 942 975 992 1004 1030 1060 1100 1260
a) Produce a boxplot for this data, and comment on whether you think the data is normally distributed (this is one of the requirements of the test). b) Find the mean and standard deviation of the sample.
c) What are the observational units?
d) What is the variable collected? What type of variable is it?
a & b: R code

boxplot: No the data is normally distributed

c) The observational unit here is an integer.
d) The variable here is the housing starts predicted by economists. The variable type is numerical.
The following data represent the number of housing starts predicted for the 2nd quarter for a...
Using Doubly Linked List, and Sorting methods: (In Java) (please attach your output with the answer) (Please answer if it is correct and working) (Have been getting many wrong and spam answers lately) Introduction: In this project, we use the same file structure of Artist and Art to extend the concepts of array and linked list and have them applied to sorting. The input files of p1arts.txt and p1artists.txt have been slightly modified. They are named p7arts.txt and p7artists.txt. Assignments:...
The O-So-Tasty Chocolate Company produces different types of chocolates daily. They need a little summary report that shows how much of each chocolate type they produce for a given month. This way they can plan next month’s production schedule. They record each day’s production for each chocolate type in a file named Chocolates. I will put the file out on Blackboard under Assignments.. The data indicates the batches of chocolates made each day and is describes as the type of...
Using Merge Sort: (In Java) (Please screenshot or copy your output file in the answer) In this project, we combine the concepts of Recursion and Merge Sorting. Please note that the focus of this project is on Merging and don't forget the following constraint: Programming Steps: 1) Create a class called Art that implements Comparable interface. 2) Read part of the file and use Merge Sort to sort the array of Art and then write them to a file. 3)...