Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am jsarihan on github.
* I am jsarihan (https://keybase.io/jsarihan) on keybase.
* I have a public key ASB9oAoFQk2Qnq1mRHVLi_k5whLvfoTBgjWL6LALxXLIfAo
To claim this, I am signing this object:
@Jsarihan
Jsarihan / Makefile
Last active April 28, 2020 04:00
WebAssembly Makefile
## Makefile by jsarihan
EXEC = penn-os
TEST_EXEC = test
SRC_DIR = src
INC_DIR = include
OBJ_DIR = obj
BIN_DIR = bin
@Jsarihan
Jsarihan / EventStudy.md
Last active April 29, 2020 00:41
Stock Market Event Study Data Template

Stock Market Event Study Data Template

TLDR: https://docs.google.com/spreadsheets/d/1tIRHkmU2xn_88A3X3ohWW70E268r4Fe3TpFI8rYIQlY/edit

Background

Motivation

For many researchers, collecting, aggregating, and cleaning data is a time consuming process. Hiring undergrad research assistants can help, but the full process has significant overhead. This past semester, I worked on a stock market event study for my applied data analysis class in Wharton (BEPP 280). During the data collection process, using Bloomberg and other school resources to repeatedly download stock prices was very frustrating. Every time we wanted to modify our dataset, there was significant overhead to collecting the stock price information.

Solution