100% found this document useful (1 vote)
369 views6 pages

Python The Ultimate Beginners Guide

The document discusses creating plots from basketball statistics including free throw attempts, accuracy of free throws, and player style excluding free throws using supplied data vectors and matrices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
369 views6 pages

Python The Ultimate Beginners Guide

The document discusses creating plots from basketball statistics including free throw attempts, accuracy of free throws, and player style excluding free throws using supplied data vectors and matrices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

BASKETBALL FREE THROWS

Homework Exercise

Python Programming A-Z Kirill Eremenko


Python Programming A-Z Kirill Eremenko
You have been supplied data for two more additional in-game statistics:
Free Throws
Free Throw Attempts

You need to create three plots that portray the following insights:
Free Throw Attempts per game
Accuracy of Free Throws
Player playing style (2 vs 3 points preference) excluding Free Throws*

*Each Free Throw is worth 1 point

The data has been supplied in the form of vectors. You will have to create
the two matrices before you proceed with the analysis

Python Programming A-Z Kirill Eremenko


HINT #1

Python Programming A-Z Kirill Eremenko


The matrix calculation for part 3 is:

(Points - FreeThrows) / FieldGoals

Python Programming A-Z Kirill Eremenko


HINT #2

Python Programming A-Z Kirill Eremenko

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy