Publications by Matthew Tillmawitz

Data 624 Assignment 2

15.09.2024

3.1 Plotting the GDP per capita for all countries over time generates a rather cluttered graph with a legend that must be omitted due to the shear size of it. There are many ways to simplify this graph, but for the purpose of this question we only care about the countries with the “highest” GDP per capita. Given that this can be interpreted dif...

8672 sym 26 img

Data 607 Assignment 3

13.09.2024

Instructions and the relevant questions can be found in the Instructions.txt file in the parent folder of this project. Question 1 There are only three majors in the 538 dataset of majors found in the majors-list.csv file that contain “DATA” or “STATISTICS”. college_majors <- read_csv("https://raw.githubusercontent.com/fivethirtyeight/data...

3060 sym

Data_624_assignment_1

08.09.2024

2.1 The time interval for the Bricks series is quarterly estimate of certain manufacturing production. The Brick output is measured in millions of bricks. aus_production |> select(Quarter, Bricks) |> autoplot() + labs(y = "Bricks (millions)", title = "Australian Quarterly Brick Production") The pelt dataset contains the yearly trading...

4486 sym R (3159 sym/29 pcs) 19 img

Data 607 Assignment 1

29.08.2024

Overview of 538 RAPTOR Player Ratings RAPTOR is a scoring metric developed by 538 to attempt to more accurately rate players and teams based on the criteria valued by modern teams that go beyond the traditional “box” metrics. While including a box component, RAPTOR also tracks on/off court team performance for each player to determine their imp...

1666 sym R (1214 sym/8 pcs)