Computers and Technology

Project 1 Organizing, Summarizing, and Describing Data using Excel

1. Find qualitative data set that you would like to organize using visual tools such as bar graph and pie chart
2. Construct a frequency table and use it to create a bar graph for your qualitative variable using Excel.
3. Construct a pie chart for the qualitative variable using Excel.
Quantitative data
1. Find a survey that analyzes value of a statistical variable.
2. Construct a histogram for your survey’s numerical data using Excel. Make sure that your
histogram has an appropriate width for the classes. Explain why your choice for the width
makes sense for your specific data.
3. Create a boxplot for the variable using Excel.
4. Write a description of each graph (What does each graph show you about your data, that you
won’t be able to easily see in the other graphs?).
5. Find the following sample statistics for the data set: Minimum value, Maximum value, Mean,
Median, Mode, Q1, Q3, Range, IQR, and Standard Deviation. For calculations use Excel. For each of these values write a sentence explaining what it tells you about the results in your survey. Please do not write about how they are calculated. The purpose of this exercise is to make sure that you understand the meaning for each of these statistics (not how you find it).
6. Describe and analyze the numerical data. What is the overall shape of the data set? Based on your answer, determine which measure of center (mean, median or mode) you think is best and why. Determine which measure of spread (IQR / standard deviation or range) you think is best and why. Write a sentence explaining the real meaning of the center you found and a sentence explaining the real meaning of the spread you have found for your data.
7. Explain all your findings from the questions above. What did you learn about the population of your interest from your data analysis?
Binomial Distribution
1. Choose an experiment that will follow binomial distribution.
Example: An urn contains 1000 balls, 100 are green and 900 are white. One ball is chosen from the urn 100 times with replacement.
2. Use Excel to find the probability of getting a certain number of successes in a certain number of trials where the probability of success on each trial is fixed.
3. Use the same example to calculate cumulative probability.
4. Redo 2 and 3 again using Excel but use the normal approximation (normal. dist).
5. How do the answers compare?
6. Discuss use of normal approximation to the binomial distribution.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 10:40, Morghurley2000
"it security policy enforcement and monitoring" respond to the following: describe how monitoring worker activities can increase the security within organizations. describe the rationale that managers should use to determine the degree of monitoring that the organization should conduct. explain the extent to which you believe an organization has the right to monitor user actions and traffic. determine the actions organizations can take to mitigate the potential issues associated with monitoring user actions and traffic.
Answers: 3
image
Computers and Technology, 23.06.2019 01:40, hanjonez
Writing a modular program in visual c++. i am new to this and not sure what i am missing. i am getting the following error: baddate. cpp: in function ‘int main()’: baddate. cpp: 50: 3: error: ‘else’ without a previous ‘if’elsehere are the instructions and code: writing a modular program in c++in this lab, you add the input and output statements to a partially completed c++ program. when completed, the user should be able to enter a year, a month, and a day. the program then determines if the date is valid. valid years are those that are greater than 0, valid months include the values 1 through 12, and valid days include the values 1 through 31.notice that variables have been declared for you. write the simulated housekeeping() function that contains the prompts and input statements to retrieve a year, a month, and a day from the user. include the output statements in the simulated endofjob() function. the format of the output is as follows: month/day/year is a valid date. ormonth/day/year is an invalid date. execute the program entering the following date: month = 5, day = 32, year = 2014. record the output of this program. execute the program entering the following date: month = 9, day = 21, year = 2002. record the output of this /* program name: baddate. cppfunction: this program determines if a date entered by the user is valid. input: interactiveoutput: valid date is printed or user is alerted that an invalid date was entered*/#include bool validatedate(int, int, int); using namespace std; int main(){// declare variablesint year; int month; int day; const int min_year = 0, min_month = 1, max_month = 12, min_day = 1, max_day = 31; bool validdate = true; // this is the work of the housekeeping() method// get the year, then the month, then the daycout< < "enter the year"< > year; cout< < "enter the month"< > month; cout< < "enter the day"< > day; // this is the work of the detailloop() method// check to be sure date is validif(year < = min_year) // invalid yearvaliddate = false; else if (month < min_month || month > max_month) // invalid monthvaliddate = false; else if (day < min_day || day > max_day) // invalid dayvaliddate = false; // this is the work of the endofjob() method// test to see if date is valid and output date and whether it is valid or notif(validdate == true); {// output statementcout<
Answers: 1
image
Computers and Technology, 23.06.2019 02:30, jaueuxsn
Which component acts as a platform on which application software runs
Answers: 2
image
Computers and Technology, 23.06.2019 11:30, magicalpenguin48
In cell h5 enter a formula that will calculate the percentage of attendees that went to the altamonte springs job fair in 2018.
Answers: 1
Do you know the correct answer?
Project 1 Organizing, Summarizing, and Describing Data using Excel

1. Find qualitative...

Questions in other subjects:

Konu
Mathematics, 02.04.2020 03:08
Konu
Mathematics, 02.04.2020 03:08