Analyze historical data on rice production

Assignment Help Applied Statistics
Reference no: EM131945039

Assignment -

Needs to be done in code in different steps. This is the scenario to do:

Imagine you are a quantitative analyst working in an investment fund that is looking to invest in an agricultural companies that is involved in rice production. Your primary job is to analyze the production levels of four candidate companies. Your analysis will help identify companies with rice production levels that are significantly different than others. This will help your fund make a data based decision on their investment.

You are now given a task to analyze historical data on rice production for four agricultural companies. The data consist of monthly rice production in cwt (Centum Weight - measure of weight) for four companies for the past 21 years. You will be using this data to finish this task.

Use the following table as a reference guide for the variables of interest for this project.

Variable Definition

Company1 Total rice production, in cwt, for Company 1.

Company2 Total rice production, in cwt, for Company 2.

Company3 Total rice production, in cwt, for Company 3.

Company4 Total rice production, in cwt, for Company 4.

Month The Month of the year reported as integers (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12).

Final Project Parts I and II Guidelines -

Overview - It can easily be argued that applied statistics has never been more relevant than it is today. It plays critical roles in fields such as data science, healthcare, business intelligence, government administration, and even machine learning, to name just a few! To reflect the many practical applications for statistics in our twenty-first-century world, the final project for this course has been designed to apply to various contexts. To that end, you will be assigned a final project scenario by your instructor in Module One. In this scenario, you will assume the role of a data analyst working to analyze and interpret the provided data for your organization. Specifically, you will execute, evaluate, and report on the outputs of statistical tests that you will create using the Python programming language in your Codio environment.

This project has three parts; the first two are listed in the prompt below. Each part consists of two components: 1) the Python script that you will develop to perform the required statistical calculations of the prompt, and 2) an accompanying report in which you will interpret and communicate your results and your understanding of the underlying statistical concepts. You will have opportunities to practice each part in Milestones One, Two, and Three, which must be submitted in Modules Four, Five, and Six, respectively. However, in order for you to receive feedback on each part before delivering your final product, your final submission is divided into two delivery events: Final Project Parts I and II (i.e., the revised version of Milestones One and Two) will be submitted as a package in Module Seven. Final Project Part Three (i.e., the revised version of Milestone Three) will be submitted in Module Eight so that you have time to receive and incorporate your instructor's feedback. See the MAT 243 Course Introduction infographic for a helpful visualization of the milestones and final project delivery schedule.

In this assignment, you will demonstrate your mastery of the following course outcomes:

  • Illustrate the conceptual foundations of applied statistics using concrete examples
  • Perform appropriate statistical calculations on provided data sets using advanced programming language
  • Interpret the results of various statistical techniques for their significance using data sets with real-world relevancy
  • Communicate statistical results and their significance clearly using proper statistical terminology

Prompt - Specifically, the following critical elements must be addressed. Most of the critical elements align with a particular course outcome (shown in brackets).

Part I: Statistical Analysis of One Sample

I. Python Script: To complete the tasks listed below, navigate to the correct modules in Codio according to your scenario assignment and follow the step-by-step instructions embedded within.

A. Calculate descriptive statistics by creating and executing the appropriate functions in your programming environment.

B. Construct confidence intervals by creating and executing the appropriate functions in your programming environment.

C. Perform hypothesis tests by creating and executing the appropriate functions in your programming environment.

II. Summary Report: Use the provided template to create your report.

A. Illustrate the critical parameters that you employed in creating your Python script in Codio. Specify each one and explain their importance for constructing the confidence intervals and performing the hypothesis tests. Specifically, address each of the following:

1. The level of confidence

2. The null hypothesis, alternative hypothesis, level of significance, and associated critical value(s) for the hypothesis test

B. Interpret the results of your statistical analyses in terms of their statistical significance. Specifically, be sure to address each of the following:

1. The measures of center and spread

2. The lower limit and the upper limit of the confidence intervals

3. The test statistic and the probability value of the hypothesis tests

C. Summarize the results of your statistical analyses and clearly communicate the ideas by translating relevant course concepts and terminology into plain language.

Part II: Statistical Analysis of Two Samples

III. Python Script: Navigate to the correct modules in Codio according to your scenario assignment and follow the step-by-step instructions embedded within. Specifically, you should perform hypothesis tests by creating and executing the appropriate functions in your programming environment.

IV. Summary Report: Use the provided template to create your report.

A. Illustrate the critical parameters that you employed in creating your Python script in Codio. Specify each one and explain their importance for performing the hypothesis tests. Specifically, address the null hypothesis, alternative hypothesis, level of significance, and associated critical value(s) for the hypothesis test.

B. Interpret the results of your statistical analyses in terms of their statistical significance. Specifically, be sure to address the test statistic and the probability value of the hypothesis tests.

C. Summarize the results of your statistical analyses and clearly communicate the ideas by translating relevant course concepts and terminology into plain language.

Final Project Part III Guidelines -

Overview - It can easily be argued that applied statistics has never been more relevant than it is today. It plays critical roles in fields such as data science, healthcare, business intelligence, government administration, and even machine learning, to name just a few! To reflect the many practical applications for statistics in our twenty-first-century world, the final project for this course has been designed to apply to various contexts. To that end, you will be assigned a final project scenario by your instructor in Module One. In this scenario, you will assume the role of a data analyst working to analyze and interpret the provided data for your organization. Specifically, you will execute, evaluate, and report on the outputs of statistical tests that you will create using the Python programming language in your Codio environment.

This project is made up of three parts; the third and final part is listed in the prompt below. Each part consists of two components: 1) the Python script that you will develop to perform the required statistical calculations of the prompt, and 2) an accompanying report in which you will interpret and communicate your results and your understanding of the underlying statistical concepts. You will have opportunities to practice each part in Milestones One, Two, and Three, which must be submitted in Modules Four, Five, and Six, respectively. However, in order for you to receive feedback on each part before delivering your final product, your final submission is divided into two delivery events: Final Project Parts I and II (i.e., the revised version of Milestones One and Two) will be submitted as a package in Module Seven. Final Project Part Three (i.e., the revised version of Milestone Three) will be submitted in Module Eight so that you have time to receive and incorporate your instructor's feedback. See the MAT 243 Course Introduction infographic for a helpful visualization of the milestones and final project delivery schedule.

In this assignment, you will demonstrate your mastery of the following course outcomes:

  • Illustrate the conceptual foundations of applied statistics using concrete examples
  • Perform appropriate statistical calculations on provided data sets using advanced programming language
  • Interpret the results of various statistical techniques for their significance using data sets with real-world relevancy
  • Communicate statistical results and their significance clearly using proper statistical terminology

Prompt - Specifically, the following critical elements must be addressed. Most of the critical elements align with a particular course outcome (shown in brackets).

Part III: Statistical Analysis of Three or More Samples

I. Python Script: To complete the tasks listed below, navigate to the correct modules in Codio according to your scenario assignment and follow the step- by-step instructions embedded within.

A. Perform one-way ANOVA for three or more population means. Calculate the test statistic and probability value by creating and executing the appropriate functions in your programming environment.

B. Plot boxplots for the means to identify which of the means is significantly different from the others.

II. Summary Report: Use the provided template to create your report.

A. Illustrate the critical parameters that you employed in creating your Python script in Codio. Specify each one and explain their importance for performing one-way ANOVA and plotting the boxplots. Specifically, address the null hypothesis, alternative hypothesis, level of significance, associated critical value, and probability value for one-way ANOVA.

B. Interpret the results of your statistical analyses in terms of their statistical significance. Specifically, be sure to address both one-way ANOVA and the outputs of your boxplots.

C. Summarize the results of your statistical analyses and clearly communicate the ideas by translating relevant course concepts and terminology into plain language.

Attachment:- Assignment Files.rar

Reference no: EM131945039

Questions Cloud

Different legal forms of business organization : What are the advantages and disadvantages of different legal forms of business organization?
Company performance to present at upcoming board : Brief analysis of the company’s performance to present at the upcoming board of directors meeting.
Explore how different type of glass affect building security : Explore how does the different types of glass affect building security and how would you implement the different types of glass into the facility.
Explain how hormones are involved in memory : Describe the difference between recognition and recall. Be sure to include an example of each. Explain how hormones are involved in memory.
Analyze historical data on rice production : You are now given a task to analyze historical data on rice production for four agricultural companies. Needs to be done in code in different steps
Which group requires the most work by the project manager : Give your opinion on which process group is most often ignored, which group requires the most work by the project manager.
What is the production possibilities curve : What is the Production Possibilities Curve? Give a personal example of a production possibilities curve.
Develop a document for a private-sector audience : Develop a document for a private-sector audience of chief executive officers. Pick any of the critical infrastructures identified in Homeland Security.
Analyzing the humanistic approaches to personality : Write a 700- to 1,050-word paper analyzing the humanistic approaches to personality. Your paper should cover the following areas.

Reviews

len1945039

4/17/2018 2:51:12 AM

Final Project Parts I and II Rubric - Guidelines for Submission: Your Python scripts for Parts I and II should be submitted as separate files following these Codio submission instructions. The summary reports for Parts I and II should be submitted in the learning management system as separate 2- to 4-page Microsoft Word documents (plus a cover page and references) written in APA format. Use double spacing, 12-point Times New Roman font, and one-inch margins.

len1945039

4/17/2018 2:51:06 AM

Accurately calculates descriptive statistics by creating and executing the appropriate functions in the programming environment (100%) Accurately constructs confidence intervals by creating and executing the appropriate functions in the programming environment (100%) Accurately performs hypothesis tests by creating and executing the appropriate functions in the programming environment (100%) Meets “Proficient” criteria and demonstrates nuanced understanding of the conceptual foundations of applied statistics (100%).

len1945039

4/17/2018 2:50:59 AM

Meets “Proficient” criteria and demonstrates keen insight into the statistical significance of the results from the various statistical techniques (100%) Meets “Proficient” criteria and demonstrates sophisticated ability to clearly communicate statistical concepts and apply proper statistical terminology (100%) Accurately performs hypothesis tests by creating and executing the appropriate functions in the programming environment (100%)

len1945039

4/17/2018 2:50:53 AM

Meets “Proficient” criteria and demonstrates nuanced understanding of the conceptual foundations of applied statistics (100%) Meets “Proficient” criteria and demonstrates keen insight into the statistical significance of the results from the various statistical techniques (100%) Meets “Proficient” criteria and demonstrates sophisticated ability to clearly communicate statistical concepts and apply proper statistical terminology (100%) Submission is free of errors related to citations, grammar, spelling, syntax, and organization and is presented in a professional and easy-to-read format (100%)

len1945039

4/17/2018 2:50:39 AM

Final Project Part III Rubric - Guidelines for Submission: Use the Boxplot Instructions document for help downloading your boxplots. Your Python script for Part III should be submitted following these Codio instructions. The summary report for Part III should be a 2- to 4-page Microsoft Word document (plus a cover page and references) written in APA format. Use double spacing, 12-point Times New Roman font, and one-inch margins.

len1945039

4/17/2018 2:50:33 AM

Accurately performs one-way ANOVA for three or more population means, including calculating the test statistic and probability value by creating and executing the appropriate functions in the programming environment (100%) Plots boxplots for the means and identifies which of the means is significantly different from the others (100%) Meets “Proficient” criteria and demonstrates nuanced understanding of the conceptual foundations of applied statistics (100%)

len1945039

4/17/2018 2:50:26 AM

Meets “Proficient” criteria and demonstrates keen insight into the statistical significance of the results from the various statistical techniques (100%) Meets “Proficient” criteria and demonstrates sophisticated ability to clearly communicate statistical concepts and apply proper statistical terminology (100%) Submission is free of errors related to citations, grammar, spelling, syntax, and organization and is presented in a professional and easy-to-read format (100%)

Write a Review

Applied Statistics Questions & Answers

  Experimental and control groups for the length of labor

What demographic variables were measured at least at the interval level of measurement and what statistics were used to describe the length of labor in this study? Were these appropriate?

  The population of medium-sized company policy books

What is the average length of a company's policy book? Suppose policy books are sampled from 45 medium-sized companies. The average number of pages in the sample books is 213, and the population standard deviation of 48.

  What do you think of the claim

Consider Exercise 5.55, and find P(x 17) if the stain removal product's claim is correct. If x actually turns out to be 17, what do you think of the claim?

  Compute a five-year weighted moving average using weights

IListed below is the number of movie tickets sold at the Library Cinema-Complex, in thousands, for the period from 2001 to 2013. Compute a five-year weighted moving average using weights of 0.1, 0.15, 0.25, 0.12, and 0.38, respectively. Describe the ..

  The length of time x to complete a particular college entran

The length of time x to complete a particular college entrance

  Perform a hypothesis test to address the questions

Perform a hypothesis test to address the questions

  The scatterplot below shows fabricated data for the price

The scatterplot below shows fabricated data for the price per share versus earnings per share per year of 100 public corporations. The average earnings per share is$9.75 per year with an SD of $5.98 per year, and the average price per share is$52.94 ..

  The standard deviation of systolic blood pressure

A doctor claims that the standard deviation of systolic blood pressure is 12 mmHg. A random sample of 24 patients found a standard deviation of 14 mmHg. Assume the variable is normally distributed.At a = 0.01, what are the critical X²

  How can one come up with the probability of success

Refer to the new product development example in the overview of this module. Suppose that there is a 60% probability that the product will be a success on the market (that means, the probability of failure is 40%). If the product is a success, you wi..

  How many different items can be uniquely numbered

What is the name of the counting rule used to find all the possible outcomes and how many different items can be uniquely numbered?

  A study was done on students homework environments

A study was done on students homework environments in 3 different environments: listening to music, watching television, or at the library. What are the independent and dependent variables? What would the study hypothesis be? The students were random..

  Determine the regression equation

Determine the regression equation and Determine the estimated sales if 40 contacts are made - McWhinney gathered the following sample information

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd