Publications by Warner Alexis

Data 622 EDA

03.03.2025

Exploratory analysis and essay The data is related to direct marketing campaigns conducted by a Portuguese banking institution. These campaigns were executed via phone calls, with multiple contacts often made to the same client to assess whether they would subscribe to a bank term deposit. The dataset used for this analysis is bank-full.csv, wh...

12616 sym Python (16631 sym/50 pcs) 6 img

Data 624 Homework 4

02.03.2025

Data Preprocessing Exercise 3.1 The UC Irvine Machine Learning Repository6 contains a data set related to glass identification. The data consist of 214 glass samples labeled as one of seven class categories. There are nine predictors, including the refractive index and percentages of eight elements: Na, Mg, Al, Si, K, Ca, Ba, and Fe. Using vi...

6305 sym R (12097 sym/70 pcs) 43 img

DATA 624 Homework 3

24.02.2025

Homework 3 Excercise 5.1 Produce forecasts for the following series using whichever of NAIVE(y), SNAIVE(y) or RW(y ~ drift()) is more appropriate in each case: Australian Population (global_economy) Bricks (aus_production) NSW Lambs (aus_livestock) Household wealth (hh_budget). Australian takeaway food turnover (aus_retail). Australian Populatio...

8454 sym R (11353 sym/59 pcs) 19 img

Data 624 Homework 2 Updated fpp3

23.02.2025

Time Series Decomposition Excercise 3.1 Consider the GDP information in global_economy. Plot the GDP per capita for each country over time. Which country has the highest GDP per capita? How has this changed over time? ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ## Attach...

6685 sym R (10019 sym/42 pcs) 20 img

DATA 624 Homework 2

16.02.2025

The Forcaster Toolbox Excercise 3.1 For the following series, find an appropriate Box-Cox transformation in order to stabilise the variance. usnetelec usgdp mcopper enplanements ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ## Attaching package: 'tsibble' ## The following...

4754 sym R (6579 sym/52 pcs) 25 img

Data 624 Homework 1

10.02.2025

Problem 2.1 Explore the following four time series: Bricks from aus_production, Lynx from pelt, Close$ from gafa_stock, Demand from vic_elec. Use ? (or help()) to find out about the data in each series. What is the time interval of each series? Use autoplot() to produce a time plot of each series. For the last plot, modify the axis labels and...

6767 sym R (8181 sym/55 pcs) 25 img

Data 608 Story 7

08.12.2024

Story 7 : Where Do Strategic Minerals Come From? The US Geological Survey publishes a list of Strategic Minerals ( https://www.usgs.gov/news/national-news-release/us-geological-survey-releases-2022-list-critical-minerals ). Having a secure supply of these minerals is essential to our security and economic prosperity. However many of these mineral...

3959 sym Python (4046 sym/6 pcs) 5 img

Story 3 Update DATA 608

14.10.2024

Story -3 : Do stricter gun laws reduce firearm gun deaths? The CDC publishes firearm mortality for each State per 100,000 persons https://www.cdc.gov/nchs/pressroom/sosmap/firearm_mortality/firearm.htm. Each State’ firearm control laws can be categorized as very strict to very lax. The purpose of this Story is to answer the question, ” Do s...

2565 sym R (9650 sym/22 pcs) 2 img

DATA 608 Story 3

06.10.2024

Story -3 : Do stricter gun laws reduce firearm gun deaths? The CDC publishes firearm mortality for each State per 100,000 persons https://www.cdc.gov/nchs/pressroom/sosmap/firearm_mortality/firearm.htm. Each State’ firearm control laws can be categorized as very strict to very lax. The purpose of this Story is to answer the question, ” Do s...

2446 sym R (3648 sym/10 pcs) 3 img

DATA 608 - Story 2

23.09.2024

Story - 2 : Can the FED Control Inflation and Maintain Full Employment I am usimng fedr package to use API to get the Economic Data for this assignment. The API is public and very easy to set up the connection. Instruction avalilable on how to load the data here https://github.com/sboysel/fredr # load library library(fredr) library(fredr) l...

4506 sym R (6790 sym/7 pcs) 3 img