Publications by Michael Y.

MY621_Final_SlideDeck_Citibike

27.12.2019

12/20/2019 Introduction Since 2013 CitiBike has become increasingly popular in New York City for alternative transportation. We examine the relationship between number of daily trips across user types (Subscriber vs. Customer) and genders influenced by weather. We create predictions of future ridership given weather and other details, learning...

6444 sym 1 tbl

MY621_Final_Project_Citibike

27.12.2019

0. Abstract Bicycling is an activity which yields many benefits: Riders improve their health through exercise, while traffic congestion is reduced if riders move out of cars, with a corresponding reduction in pollution from carbon emissions. In recent years, Bike Sharing has become popular in a growing list of cities around the world. The NYC �...

38019 sym R (61774 sym/75 pcs) 34 img 16 tbl

MY605-Final-Project

17.12.2019

FINAL Your final is due by the end of the last week of class. You should post your solutions to your GitHub account or RPubs. You are also expected to make a short presentation via YouTube and post that recording to the board. This project will show off your ability to understand the elements of the class. Problem 1. Using R, generate a rando...

29567 sym R (149682 sym/329 pcs) 103 img 6 tbl

DT607_Fall2019_FinalProject_TeamADM

11.12.2019

Part 1 - Introduction One of the many wonderful aspects of the United States of America is its diversity of people and culture. Historically, outside of major port and immigration centers, cultures tend to be clustered geographically. This will manifest not only in genetic differences, but also in differences in diet and activity. A question can ...

19747 sym R (32741 sym/38 pcs) 25 img

Oxford-Comma-Tidyverse-Part-1

09.12.2019

TidyVerse assignment, due on 12/08 In this assignment, you’ll practice collaborating around a code project with GitHub. You could consider our collective work as building out a book of examples on how to use TidyVerse functions. GitHub repository: https://github.com/acatlin/FALL2019TIDYVERSE FiveThirtyEight.com datasets . Kaggle datasets . Yo...

8975 sym R (46052 sym/58 pcs) 9 img 25 tbl

MY605-HW15-Calculus3

07.12.2019

HW15 - Calculus 3 1. Find the equation of the regression line for the given points. Round any final values to the nearest hundredth, if necessary. # put the pairs into a list points = list( c( 5.6, 8.8 ), c( 6.3, 12.4 ), c( 7, 14.8 ), c( 7.7, 18.2 ), c( 8.4, 20.8 ) ) # Make the list into an array points=simplify2arra...

9446 sym R (7271 sym/63 pcs) 1 img

Data621_Group4_HW5

06.12.2019

0. Introduction We are examining a dataset containing information about 12,000 commercially available wines, where the variables are mostly related to the chemical properties of the wine being sold. The response variable TARGET is the number of sample cases of wine that were purchased by wine distribution companies after sampling a wine. These ca...

18658 sym R (31199 sym/117 pcs) 11 img 3 tbl

MY605-HW14-Taylor-Series

01.12.2019

HW14 - Taylor Series This week, we’ll work out some Taylor Series expansions of popular functions. For each function, only consider its valid ranges as indicated in the notes when you are computing the Taylor Series expansion. Please submit your assignment as a R-Markdown document. The Taylor series is defined as \(\sum\limits_{n=0}^{\infty} \f...

3103 sym

CH8_8_Ex31

01.12.2019

Discussion 14 Pick any exercise in 8.8 of the calculus textbook. Solve and post your solution. If you have issues doing so, discuss them. Approximate the value of the given definite integral by using the first 4 non-zero terms of the integrand’s Taylor series. 31. \(\int\limits_0^{\sqrt{\pi}} sin{\left(x^2\right)} dx\) The function \(sin(x^2)\...

2315 sym R (1188 sym/8 pcs)

MY-DATA607-Week12-MySQL-to-Neo4j

25.11.2019

Assignment 12 - Migrate data from MySQL to Neo4j For this assignment, you should take information from a relational database and migrate it to a NoSQL database of your own choosing. For the relational database, you might use the flights database, the tb database, the “data skills” database your team created for Project 3, or another database ...

4325 sym R (7135 sym/23 pcs) 3 img 5 tbl