From fc404b589175f454f20ebb46de35b82df3a5fdc5 Mon Sep 17 00:00:00 2001 From: yutiansut Date: Sat, 11 Feb 2017 07:51:30 +0800 Subject: [PATCH 1/2] commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4c770a8..ffb76e3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Python](#python) - [R](#r) +- [Matlab](#matlab) - [Julia](#julia) - [Java](#java) - [Haskell](#haskell) @@ -202,6 +203,13 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [timeDate](https://cran.r-project.org/web/packages/timeDate/index.html) - Chronological and Calendar Objects - [bizdays](https://cran.r-project.org/web/packages/bizdays/index.html) - Business days calculations and utilities +### Matlab + +#### FrameWorks + +- [QUANTAXIS](https://github.com/yutiansut/quantaxis) - Integrated Quantitative Toolbox with Matlab + + ## Julia - [QuantLib.jl](https://github.com/pazzo83/QuantLib.jl) - Quantlib implementation in pure Julia. @@ -215,6 +223,11 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [finmat.net](http://finmath.net) - Java library with algorithms and methodologies related to mathematical finance. - [quantcomponents](https://github.com/lsgro/quantcomponents) - Free Java components for Quantitative Finance and Algorithmic Trading +## JavaScipts + +### Data Visualization +- [QUANTAXIS_Visualziation](https://github.com/yutiansut/quantaxis_visualization) an awesome visualization center based on quantaxis + ## Haskell - [quantfin](https://github.com/boundedvariation/quantfin) - quant finance in pure haskell From 5a5e8411a1ee5d2035ae8aa2e21d4378920abaf2 Mon Sep 17 00:00:00 2001 From: yutiansut Date: Sat, 11 Feb 2017 07:52:25 +0800 Subject: [PATCH 2/2] commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffb76e3..6376498 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Matlab](#matlab) - [Julia](#julia) - [Java](#java) +- [JavaScipts](#javascripts) - [Haskell](#haskell) - [Scala](#scala) - [Ruby](#ruby)