Skip to main content

Posts

Classifying profitable soccer players

Overview In this project I set out to create a classification model in order to predict key characteristics where soccer players are expected to show significant market value growth in the short to mid-term future. I relied on data available on Transfermarkt.com, a European soccer player market valuation database/website used by soccer clubs around the world.  Data Collection and Cleaning In order to collect the relevant data, I developed a scrapping program using Beautiful Soup on Python. After scraping all of the necessary data, I used python to remove any null values and standardized all data types. After collecting and cleaning the data through Python. I was finally ready to perform preliminary data exploration to find any key trends of themes in the dataset.  Exploratory Data Analysis Size = Change in market value, X = age, Y = Market Value From an initial review of the dataset, I found that there was most likely a strong relationship between the age of the player and expected mar

The Collateralization of Art: A Primer and Practical Assessment of the Art-Secured Lending Industry

For this project, I worked with a graduate student at the Duke Law School to perform exploratory analysis on loan backed fine art. As a topic that has minimal prior research, this project was particularly interesting as we had to create and collect out own datasets and provided original insight in the topic.  Through our analysis, we were able to find that collateralized works tend to sell for a higher hammer price and that the volume of art backed loans negatively correlates to the housing market. This project demonstrates the following technical skills: - Collecting and cleaning data - Advanced statistical modeling - STATA - Excel - Working with financial time-series data

Linear and logistic regression analysis to find arbitrage opportunities in art markets

In this project, I worked with a group of three other students with the goal to find arbitrage opportunities between the New York, London, and Paris art markets. We developed two models; a multivariate regression model to predict the hammer price and a logistic regression model to predict the likelihood of a sale.  This project demonstrates the following technical skills: - Collecting and cleaning data - Advanced statistical modeling - Testing statistical models - Machine Learning - R - STATA - Excel

RDD analysis on time-series financial data

For this project, I set out to understand how changes in Facebook's advertisement algorithm impacts facebook's stock prices. In addition to Facebook, four other stock ticker and the S&P index were used to tease out any larger market and industry price changes. Using a RDD model, I was able to find two significant algorithmic/acquisitional updates that impacted facebooks stock prices in a statistically significant manner.  This project demonstrates the following technical skills: - Collecting and cleaning data - Advanced statistical modeling - MATLAB - Excel - Working with financial time-series data please click here or the below link for the full Google Drive Slides https://docs.google.com/presentation/d/1YYNv3wCx7a-qx0ruth1E_LsoAwWioZqY/edit?usp=sharing&ouid=107570216653474841263&rtpof=true&sd=true

Autoregressive analysis using MATLAB

 In this economics problem set, I set out to generate a GARCH model to predict future returns taking into consideration past errors. This project demonstrates the following technical skills: - MATLAB - Working with financial time-series data