Question

Question 3: The following table shows the monthly minimum temperature (degree Celsius (C)) of a city in Australia for 3 conse

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1 - We can use Python 3 and its module Matplotlib to visualise this data.

Here's the python 3 code. Just make sure you install Matplotlib before executing this code.

Note - You can install matplotlib using pip command - (pip install matlplotlib)

from matplotlib import pyplot as plt month= [Jan, Feb , Mar , Apr, May , Jun, Jul , Aug , Sep , Oct, Nov

This is the graph plot produced using the code.

a. ligure 1 Minimum temperature 18 16 o 14 드12 10 8 6 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Months

For second part I have modified the code to create seasons and calculated the mean of 3 months using the statistics module from Python 3. This library is pre-installed so you dont have to worry about installation.

from matplotlib import pyplot as pl from statistics import mean month= [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug

And the following graph is produced.

Figure 1 Aggregate Minimum temperature 16 14 O 12 a 10 8 ul Sep Jan - Mar Apr-Jun Oct - Dec Seasons x= y= 13.0874

Note - If you want the code just use google lens or any online tool to extract the text with proper indentation or just cop the code manually, its up to you.

Add a comment
Know the answer?
Add Answer to:
Question 3: The following table shows the monthly minimum temperature (degree Celsius (C)) of a city in Australia for 3 consequent years Mean of Minimum Temperature 20102011 2012 18 15.5 12.9 12.5 10...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 3: The following table shows the monthly minimum temperature (degree Celsius C)) of a city...

    Question 3: The following table shows the monthly minimum temperature (degree Celsius C)) of a city in Australia for 3 consequent years Mean of Minimum Temperature Month 2010 2011 2012 18 15.5 12.9 12.5 10 8.1 6.4 7.6 8.7 9 12.2 13.9 15.6 16 14.5 11.8 9.8 7.9 7.1 7.8 9.2 10.6 12.6 14.1 17.7 17.7 13.5 12.3 9.5 7.3 7.6 7.2 10.1 Jan Feb Mar Ma Jun Jul Aug Sep Oct Nov Dec 11.9 13.7 1. Propose a visualisation...

  • Complete the following four hypotheses, using α = 0.05 for each. The week 5 spreadsheet can...

    Complete the following four hypotheses, using α = 0.05 for each. The week 5 spreadsheet can be used in these analyses. 1. Mean sales per week exceed 42.5 per salesperson 2. Proportion receiving online training is less than 55% 3 Mean calls made among those with no training is at least 145 4. Mean time per call is 14.7 minutes Using the same data set from part A, perform the hypothesis test for each speculation in order to see if...

  • We are interested in the relationship between the compensation of Chief Executive Officers (CEO) ...

    We are interested in the relationship between the compensation of Chief Executive Officers (CEO) of firms and the return on equity of their respective firm, using the dataset below. The variable salary shows the annual salary of a CEO in thousands of dollars, so that y = 150 indicates a salary of $150,000. Similarly, the variable ROE represents the average return on equity (ROE)for the CEO’s firm for the previous three years. A ROE of 20 indicates an average return...

  • QUESTION 7 The data set Beer Large, which can be found in StatCrunch Shared Data Sets,...

    QUESTION 7 The data set Beer Large, which can be found in StatCrunch Shared Data Sets, gives the Alcohol, Carbohydrates and Calories for different brands of beer. The explanatory variable is x + Carbohydrates and the response variable is Y - Calories. Use this information to answer: Calculate the correlation between carbohydrates and calories. (4 decimal places) Row vars varo var var 8 var9 var 10 2 الميا ABV 4.1 5.4 4.43 4.13 5.9 4.9 Carbs 2.6 13.7 5.8 5...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT