HBS Research Computing Services Blog
HBS Research Computing Services Blog
About
Posts
Projects
Events
Contact
Light
Dark
Automatic
Posts
Running Cron Jobs on the Grid
from datetime import datetime, timedelta import subprocess def main(): timestamp = datetime.now().isoformat() print 'Hello, World! It is currently %s.' % timestamp def reschedule(**kwargs): when = datetime.now() + timedelta(**kwargs) timestamp = when.
Nov 17, 2016
1 min read
Running Matlab on the Grid
Running Matlab (interactively no GUI) I’m looking into this issue. One thing I’ve noticed is that starting Matlab takes a long time on the grid. When I start Matlab with the following command:
Nov 17, 2016
2 min read
Installing Python and R packages on the Grid
This post was last updated on 2021-10-26. If you think Python 2.6.6 or R 3.0.2 sound old, I have good news for you. The Conda package manager makes it easy to install the latest and greatest Python and R packages in your home directory.
Nov 15, 2016
5 min read
A comparison of various count data models with extra zeros
In empirical studies, data sets with a lot of zeros are often hard to model. There are various models to deal with it: zero-inflated Poisson model, Negative Binomial (NB)model, hurdle model, etc.
Sep 17, 2014
5 min read
A comparison of Lewbel model vs. OLS and TSLS
This post is inspired by diffuse prior Lewbel’s 2012 paper proposed an estimator based on heteroscedasticity to address the problem of endogeneity without an instrument. This problem has been an issue for many (maybe most) empirical researchers with observational data.
Sep 12, 2014
4 min read
«
Cite
×