Publications by Zhi Ying Chen (Sec#1), Mengqin Cai (Sec#3), Fan Xu (Sec#4), Sin Ying Wong (Sec#4)

Document

12.12.2019

Introduction New York City is one of the most famous places in the world. It draws millions of tourists every year which boosts our economy. NYC is therefore one of the hottest markets for Airbnb. Comparing to other nearby cities, New York City has the ease of commute by having a large subway coverage with varies bus lines and citibikes. self-gui...

9074 sym R (10226 sym/31 pcs) 4 img

Document

02.12.2019

Section I Create an Example. Using one or more TidyVerse packages, and any dataset from fivethirtyeight.com or Kaggle, create a programming sample “vignette” that demonstrates how to use one or more of the capabilities of the selected TidyVerse package with your selected dataset. Data source: https://www.kaggle.com/spscientist/students-perfor...

2720 sym R (4430 sym/24 pcs) 3 img

MAPHTML

12.12.2020

...

6 sym

Data624_HW3

01.03.2021

Question 2 The plastics data set consists of the monthly sales (in thousands) of product A for a plastics manufacturer for five years. a. Plot the time series of sales of product A. Can you identify seasonal fluctuations and/or a trend-cycle? autoplot(plastics)+ggtitle('Sales of plastic product') The plot shows a strong seasonality with upward ...

1972 sym R (1196 sym/7 pcs) 6 img

Document

21.02.2021

library(fpp2) ## Warning: package 'fpp2' was built under R version 3.6.3 ## Registered S3 method overwritten by 'xts': ## method from ## as.zoo.xts zoo ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## -- Attaching packages -----------------------------------------------------...

2218 sym R (2598 sym/45 pcs) 14 img

Data624_HW1

15.02.2021

library(fpp2) ## Warning: package 'fpp2' was built under R version 3.6.3 ## Registered S3 method overwritten by 'xts': ## method from ## as.zoo.xts zoo ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## -- Attaching packages -----------------------------------------------------...

5627 sym R (2596 sym/63 pcs) 32 img

Data624_HW6

29.03.2021

ARIMA models 8.1 Figure 8.31 shows the ACFs for 36 random numbers, 360 random numbers and 1,000 random numbers. a. Explain the differences among these figures. Do they all indicate that the data are white noise? All three ACF plots are white noise because 95% of the spikes in the ACF lie within \(\pm2/ \sqrt{T}\) where T is the length of the ti...

7579 sym R (4339 sym/65 pcs) 29 img

Data624_HW5

15.03.2021

Question 7.1 Consider the pigs series — the number of pigs slaughtered in Victoria each month. a. Use the ses() function in R to find the optimal values of α and \(ℓ_0\), and generate forecasts for the next four months. fc<-ses(pigs, h=4) fc$model ## Simple exponential smoothing ## ## Call: ## ses(y = pigs, h = 4) ## ## Smoothi...

6184 sym R (7640 sym/51 pcs) 13 img

Data624_HW4

07.03.2021

Question 1 3.1 The UC Irvine Machine Learning Repository 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. The data can be accessed via: ...

3616 sym R (9773 sym/28 pcs) 8 img

Data624_project1

12.04.2021

Part A – ATM Forecast In part A, I want you to forecast how much cash is taken out of 4 different ATM machines for May 2010. The data is given in a single file. The variable ‘Cash’ is provided in hundreds of dollars, other than that it is straight forward. I am being somewhat ambiguous on purpose to make this have a little more business fe...

8741 sym R (14584 sym/120 pcs) 45 img