38 Commits

Author SHA1 Message Date
Kevin Keogh
fdaa472888 Cleanup, updated README 2017-08-13 23:16:01 -04:00
Kevin
095d6643d8 Clang doesn't like the '=' in rpath 2017-08-13 16:23:20 -04:00
Kevin Keogh
9092e65d6b Updated Makefile to use LGPL files as shared libraries 2017-08-13 16:15:19 -04:00
Kevin Keogh
560dccfb4f Merge branch 'develop' of https://github.com/kevindkeogh/opt-pricer into develop 2017-08-13 13:20:15 -04:00
Kevin Keogh
6fc6544611 Sobol series works, need to change makefile to account for 2 functions that are LGPL 2017-08-13 13:07:38 -04:00
Kevin Keogh
6587e1595f Adjust windows make command 2017-08-12 23:49:16 -04:00
Kevin
61be7cce04 Update README for multi-threading 2017-07-31 13:14:13 -04:00
Kevin Keogh
186e8e40e9 Style cleanup, add comments 2017-07-31 00:05:43 -04:00
Kevin
0ec0e69bfe Made program multi-threaded 2017-07-30 21:06:53 -04:00
Kevin Keogh
b1ca1c9097 Fix bug where too many simulations were being run 2017-07-30 18:03:07 -04:00
Kevin Keogh
824ed8441a Fix bug that seems to be causing some contention among the threads 2017-07-30 17:19:28 -04:00
Kevin Keogh
7559bd23bb Add multi-threading 2017-07-30 10:53:27 -04:00
Kevin Keogh
9d0ed876ac Update README for usage instructions 2017-07-29 14:39:02 -04:00
Kevin Keogh
59656900da Updated README 2017-07-28 21:19:27 -04:00
Kevin Keogh
ef0c6df011 Remove old commented code 2017-07-27 23:04:05 -04:00
Kevin Keogh
a28df367bf Complete all Greek calculations for BS and MC, add README 2017-07-27 23:01:03 -04:00
Kevin Keogh
785c546ba3 Fix bugs, clean up code, standardize MC Greeks 2017-07-25 23:10:05 -04:00
Kevin Keogh
15d750abf1 Changes in progress, added calculations for FinDiff greeks 2017-07-24 22:58:41 -04:00
Kevin Keogh
58d17adfa2 Should be able to cross-compile for Windows now 2017-07-23 22:48:20 -04:00
Kevin Keogh
6a27b3c015 Undo changes to makefile, need LDFlags for linux 2017-07-23 21:29:41 -04:00
Kevin
a6a10e4a1f Fix help option and remove linker option from makefile 2017-07-23 20:16:07 -04:00
Kevin
45afa03a00 Merge branch 'master' of https://github.com/kevindkeogh/opt-pricer 2017-07-23 20:07:52 -04:00
Kevin
f14f4a8700 Added -h and long options 2017-07-23 20:07:40 -04:00
Kevin
1d71c23f03 Revert "variable name change"
This reverts commit 5081c3c2b1.
2017-07-16 20:27:23 -04:00
Kevin
5081c3c2b1 variable name change 2017-07-16 12:19:58 -04:00
Kevin Keogh
806de6c597 Merge branch 'master' of https://github.com/kevindkeogh/opt-pricer 2017-04-17 23:52:48 -04:00
Kevin Keogh
0985dedd8f cleanup 2017-04-17 23:52:36 -04:00
Kevin
dac191c251 added comments, declared getopt externs 2017-04-08 00:40:07 -04:00
Kevin Keogh
8912cbd751 add gitignore 2017-04-02 21:53:16 -04:00
Kevin Keogh
fae467e66c cleanup 2017-04-02 21:48:56 -04:00
Kevin Keogh
0d9f68198e attribution for gaussian random number algorithm 2017-04-02 21:16:42 -04:00
Kevin Keogh
50fd8df3aa remove dependency on cblas 2017-04-02 21:13:55 -04:00
Kevin Keogh
a8a96ba17a move the math functions to a separate file; remove dependency on GSL due to license 2017-04-02 21:11:51 -04:00
Kevin Keogh
d793ecb2fe merge 2 loops 2017-04-02 18:50:01 -04:00
Kevin Keogh
fe5c68f149 cleanup 2017-04-02 16:21:15 -04:00
Kevin Keogh
75190e2d31 suppress makefile output 2017-04-02 15:52:39 -04:00
Kevin Keogh
bd0ecdc910 Add install and uninstall commands to makefile 2017-04-02 15:43:22 -04:00
Kevin Keogh
99b350a852 Initial commit 2017-04-02 15:35:28 -04:00