Skip to content

Commit 1eb5197

Browse files
committed
add vagrant image to readme
1 parent 5f34fa7 commit 1eb5197

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

QSTK/qstkstudy/EventProfiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def eventprofiler(df_events_arg, d_data, i_lookback=20, i_lookforward=20,
7575
if b_errorbars == True:
7676
plt.errorbar(li_time[i_lookback:], na_mean[i_lookback:],
7777
yerr=na_std[i_lookback:], ecolor='#AAAAFF',
78-
alpha=0.1)
78+
alpha=0.7)
7979
plt.plot(li_time, na_mean, linewidth=3, label='mean', color='b')
8080
plt.xlim(-i_lookback - 1, i_lookforward + 1)
8181
if b_market_neutral == True:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ QuantSoftware Toolkit [![PyPI version](https://badge.fury.io/py/QSTK.png)](http:
1616
- cvxopt >= 1.1.3,
1717
- scikit-learn >= 0.11
1818

19+
### Vagrant Image
20+
Vagrant image with QSTK installed can be found at [https://github.com/Wesseldr/vagrant-QSTK](https://github.com/Wesseldr/vagrant-QSTK)
21+
1922
##Author
2023
- [Prof. Tucker Balch](http://www.cc.gatech.edu/~tucker/)
2124
- [Sourabh Bajaj](http://www.sourabhbajaj.com/)

0 commit comments

Comments
 (0)