Saturday, May 14, 2011
Some new links...
http://en.wikipedia.org/wiki/Kelly_criterion
The original manuscript written by J.L. Kelly, Jr. in 1956, "A New Interpretation of Information Rate"
http://www.racing.saratoga.ny.us/kelly.pdf
http://en.wikipedia.org/wiki/St._Petersburg_paradox
SymPy: A Python library for symbolic mathematics
http://en.wikipedia.org/wiki/Sympy
http://sympy.org/
http://code.google.com/p/sympy/
http://planet.sympy.org/
mpmath: Python library for arbitrary-precision floating-point arithmetic
http://code.google.com/p/mpmath/
Sage: Open Source Mathematics Software
http://sagemath.org/
The original manuscript written by J.L. Kelly, Jr. in 1956, "A New Interpretation of Information Rate"
http://www.racing.saratoga.ny.us/kelly.pdf
http://en.wikipedia.org/wiki/St._Petersburg_paradox
SymPy: A Python library for symbolic mathematics
http://en.wikipedia.org/wiki/Sympy
http://sympy.org/
http://code.google.com/p/sympy/
http://planet.sympy.org/
mpmath: Python library for arbitrary-precision floating-point arithmetic
http://code.google.com/p/mpmath/
Sage: Open Source Mathematics Software
http://sagemath.org/
Sunday, October 24, 2010
Scientific Tools for Python
http://www.scipy.org/
http://numpy.scipy.org/
"SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge."
http://numpy.scipy.org/
NumPy is the fundamental package needed for scientific computing with Python. It contains among other things:
Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities.
Saturday, September 18, 2010
Saturday, August 28, 2010
Sunday, July 25, 2010
Quantitative Finance Resource Links
TA-LIB: Technical Analysis Library
http://ta-lib.org/
http://quantlib.org/ (C++)
http://www.jquantlib.org (Java)
Python and R for quantitative finance
http://www.slideshare.net/lsbardel/python-and-r-for-quantitative-finance-2409526
PyCon 2010: Python in quantitative finance
http://python.mirocommunity.org/video/1531/pycon-2010-python-in-quantitat
Mathtools.net > Java > Finance and Economics
http://www.mathtools.net/Java/Finance_and_Economics/index.html
http://sourceforge.net/projects/qff/
http://ta-lib.org/
http://quantlib.org/ (C++)
http://www.jquantlib.org (Java)
JQuantLib is a free, open-source and comprehensive framework for quantitative finance, offering several mathematical and statistical tools needed for financial instrument valuation, calculation of VaR, portfolio valuation, etc. JQuantLib is written in Java and is based on QuantLib, which is written in C++. QuantLib is a de-facto reference implementation for C++ world. Following the steps of its predecessor, JQuantLib aims to become a reference implementation for Java world. JQuantLib does its best efforts to mimic as close as possible the API exposed by QuantLib, offering a smooth transition path for developers and organizations aiming to adopt Java for high performance, low latency applications.
Python and R for quantitative finance
http://www.slideshare.net/lsbardel/python-and-r-for-quantitative-finance-2409526
PyCon 2010: Python in quantitative finance
http://python.mirocommunity.org/video/1531/pycon-2010-python-in-quantitat
Mathtools.net > Java > Finance and Economics
http://www.mathtools.net/Java/Finance_and_Economics/index.html
http://sourceforge.net/projects/qff/
The Quantitative Finance Framework (QFF) supports the development of software libraries in mathematical finance. The main field of applications are the pricing of derivatives and the management of financial risks.
Sunday, July 11, 2010
Interesting Math Software Links...
Java Numerics
Java Algebra System (JAS) Project
http://krum.rz.uni-mannheim.de/jas/
Colt (Open Source Libraries for High Performance Scientific and Technical Computing in Java)
http://acs.lbl.gov/software/colt/
JSC: Java Statistical Classes
http://www.jsc.nildram.co.uk/
GeoGebra
http://www.geogebra.org/cms/
Symja
http://code.google.com/p/symja/
MathPiper
http://www.mathpiper.org/
JLinAlg
http://jlinalg.sourceforge.net/
Commons-Math: The Apache Commons Mathematics Library
http://commons.apache.org/math/
Orbital Library
http://symbolaris.com/orbital/index.html
JScience
http://jscience.org/
sympy
http://code.google.com/p/sympy/
Linear Algebra for Statistics Java Package
http://www1.fpl.fs.fed.us/linear_algebra.html
SSJ: Stochastic Simulation in Java
http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
MathTools.net > Java > Libraries
http://www.mathtools.net/Java/Libraries/index.html
UNU.RAN - Universal Non-Uniform RANdom number generators
http://statistik.wu-wien.ac.at/unuran/
http://en.wikipedia.org/wiki/List_of_numerical_libraries
Benchmarking Java Performance
http://www.ibm.com/developerworks/java/library/j-benchmark2/index.html
http://www.ellipticgroup.com/html/benchmarkingArticle.html
Java Algebra System (JAS) Project
http://krum.rz.uni-mannheim.de/jas/
Colt (Open Source Libraries for High Performance Scientific and Technical Computing in Java)
http://acs.lbl.gov/software/colt/
JSC: Java Statistical Classes
http://www.jsc.nildram.co.uk/
GeoGebra
http://www.geogebra.org/cms/
Symja
http://code.google.com/p/symja/
MathPiper
http://www.mathpiper.org/
JLinAlg
http://jlinalg.sourceforge.net/
Commons-Math: The Apache Commons Mathematics Library
http://commons.apache.org/math/
Orbital Library
http://symbolaris.com/orbital/index.html
JScience
http://jscience.org/
sympy
http://code.google.com/p/sympy/
Linear Algebra for Statistics Java Package
http://www1.fpl.fs.fed.us/linear_algebra.html
SSJ: Stochastic Simulation in Java
http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
MathTools.net > Java > Libraries
http://www.mathtools.net/Java/Libraries/index.html
UNU.RAN - Universal Non-Uniform RANdom number generators
http://statistik.wu-wien.ac.at/unuran/
http://en.wikipedia.org/wiki/List_of_numerical_libraries
Benchmarking Java Performance
http://www.ibm.com/developerworks/java/library/j-benchmark2/index.html
http://www.ellipticgroup.com/html/benchmarkingArticle.html
Subscribe to:
Posts (Atom)