Page 1 of 1

Step 6: Descriptive Statistics: Points Scored By Your Time in Home Games The management of your team wants you to run de

Posted: Mon Jun 06, 2022 5:51 pm
by answerhappygod
Step 6: Descriptive Statistics: Points Scored By Your
Time in Home Games
The management of your team wants you to run descriptive
statistics on the points scored by your team in the games played at
your team's venue in 2013-2015. Calculate descriptive statistics
including the mean, median, variance, and standard deviation for
points scored by your team played at Home. Make the following edits
to the code block below:
After you are done with your edits, click the block of code
below and hit the Run button above.
In [6]:
Step 7 - Descriptive Statistics - Points Scored By Your
Time in Away Games
The management also wants you to run descriptive statistics on
the points scored by your team in games played at opponent's venue
(Away) in 2013-2015. They want you to analyze measures of central
tendency (e.g. mean, median) and measures of spread (e.g. standard
deviation) in explaining if the team is doing better in Home games
compared to Away games. Calculate descriptive statistics including
the mean, median, variance, and standard deviation for points
scored by your team played in opponent's venue (Away). Make the
following edits to the code block below:
You are to write this code block yourself.
Use Step 6 to help you write this code block. Here is some
information that will help you write this code block.
Write your code in the code block section below. After you are
done, click this block of code and hit
the Run button above. Reach out to your
instructor if you need more help with this step.
In [7]: